[Pkg-samba-maint] r1420 - trunk/talloc/debian
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Tue May 29 12:45:37 UTC 2007
Author: ctrlsoft-guest
Date: 2007-05-29 12:45:37 +0000 (Tue, 29 May 2007)
New Revision: 1420
Modified:
trunk/talloc/debian/changelog
trunk/talloc/debian/control
Log:
Fix dependency on libtalloc1.
Modified: trunk/talloc/debian/changelog
===================================================================
--- trunk/talloc/debian/changelog 2007-05-27 14:06:43 UTC (rev 1419)
+++ trunk/talloc/debian/changelog 2007-05-29 12:45:37 UTC (rev 1420)
@@ -1,3 +1,9 @@
+talloc (1.0.1-2) unstable; urgency=low
+
+ * Make libtalloc-dev depend on libtalloc1. (Closes: #426444)
+
+ -- Jelmer Vernooij <jelmer at samba.org> Tue, 29 May 2007 14:44:18 +0200
+
talloc (1.0.1-1) unstable; urgency=low
* New upstream release.
Modified: trunk/talloc/debian/control
===================================================================
--- trunk/talloc/debian/control 2007-05-27 14:06:43 UTC (rev 1419)
+++ trunk/talloc/debian/control 2007-05-29 12:45:37 UTC (rev 1420)
@@ -18,6 +18,7 @@
Package: libtalloc-dev
Section: libdevel
+Depends: libtalloc1 (=${Source-Version})
Architecture: any
Description: hierarchical pool based memory allocator - development files
A hierarchical pool based memory allocator with destructors. It uses
More information about the Pkg-samba-maint
mailing list