Comment 11 for bug 23447

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 08 Oct 2005 02:14:33 +0100
From: James Troup <email address hidden>
To: <email address hidden>
Subject: Re: Missing dependency on libdb4.2-dev

severity 330013 serious
merge 331569 330013
thanks

I've uploaded an NMU to fix this bug, as it's been broken in the
archive since it was uploaded 2 and a half weeks ago.

--
James

diff -u evolution-data-server-1.2.3/debian/control evolution-data-server-1.2.3/debian/control
--- evolution-data-server-1.2.3/debian/control
+++ evolution-data-server-1.2.3/debian/control
@@ -37,7 +37,7 @@
 Package: libedataserver1.2-dev
 Section: libdevel
 Architecture: any
-Depends: libedataserver1.2-4 (= ${Source-Version}), libdb4.1-dev, libnspr-dev
+Depends: libedataserver1.2-4 (= ${Source-Version}), libdb4.2-dev, libnspr-dev
 Description: Utility library for evolution data servers (development files)
  The data server, called "Evolution Data Server" is responsible for managing
  calendar and addressbook information.
diff -u evolution-data-server-1.2.3/debian/changelog evolution-data-server-1.2.3/debian/changelog
--- evolution-data-server-1.2.3/debian/changelog
+++ evolution-data-server-1.2.3/debian/changelog
@@ -1,3 +1,10 @@
+evolution-data-server (1.2.3-4.1) unstable; urgency=low
+
+ * debian/control: fix libedataserver1.2-dev to Depend on libdb4.2-dev
+ rather than libdb4.1-dev. Closes: #331569, #330013
+
+ -- James Troup <email address hidden> Sat, 8 Oct 2005 01:54:09 +0100
+
 evolution-data-server (1.2.3-4) unstable; urgency=low

   * Build with db4.2 (closes: #282770)