[Pkg-samba-maint] r1968 - trunk/ldb/debian
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Mon Jun 16 19:52:01 UTC 2008
Author: ctrlsoft-guest
Date: 2008-06-16 19:52:01 +0000 (Mon, 16 Jun 2008)
New Revision: 1968
Modified:
trunk/ldb/debian/changelog
trunk/ldb/debian/control
trunk/ldb/debian/copyright
Log:
Fix copyright, add proper dependencies for python-ldb.
Modified: trunk/ldb/debian/changelog
===================================================================
--- trunk/ldb/debian/changelog 2008-06-16 19:20:42 UTC (rev 1967)
+++ trunk/ldb/debian/changelog 2008-06-16 19:52:01 UTC (rev 1968)
@@ -1,8 +1,9 @@
-ldb (0.92~git20080616-1) unstable; urgency=low
+ldb (0.9.2~git20080616-1) unstable; urgency=low
* New upstream snapshot.
* Add patch to remove dependency on events lib in pkg-config file,
which is not packaged yet.
+ * Fix dependency of python-ldb on libc.
-- Jelmer Vernooij <jelmer at samba.org> Mon, 16 Jun 2008 21:00:43 +0200
Modified: trunk/ldb/debian/control
===================================================================
--- trunk/ldb/debian/control 2008-06-16 19:20:42 UTC (rev 1967)
+++ trunk/ldb/debian/control 2008-06-16 19:52:01 UTC (rev 1968)
@@ -53,7 +53,7 @@
Package: python-ldb
Section: python
Architecture: any
-Depends: ${python:Depends}, libldb0 (= ${binary:Version})
+Depends: ${python:Depends}, libldb0 (= ${binary:Version}), ${shlibs:Depends}
Provides: ${python:Provides}
Description: Python bindings for LDB
ldb is a LDAP-like embedded database built on top of TDB.
Modified: trunk/ldb/debian/copyright
===================================================================
--- trunk/ldb/debian/copyright 2008-06-16 19:20:42 UTC (rev 1967)
+++ trunk/ldb/debian/copyright 2008-06-16 19:52:01 UTC (rev 1968)
@@ -6,13 +6,21 @@
cd ldb-0.9.0 && ./autogen.sh && cd ..
tar cvz ldb-0.9.0 > ldb-0.9.0.tar.gz
-Upstream Authors and copyright:
+Upstream Authors:
Andrew Tridgell <tridge at samba.org>
Simo Sorce <idra at samba.org>
Andrew Bartlett <abartlet at samba.org>
Stefan Metzmacher <metze at samba.org>
Derrell Lipman <derrell at samba.org>
Jelmer Vernooij <jelmer at samba.org>
+
+Copyright (C) 2004-2008:
+ Andrew Tridgell <tridge at samba.org>
+ Simo Sorce <idra at samba.org>
+ Andrew Bartlett <abartlet at samba.org>
+ Stefan Metzmacher <metze at samba.org>
+ Derrell Lipman <derrell at samba.org>
+ Jelmer Vernooij <jelmer at samba.org>
License:
More information about the Pkg-samba-maint
mailing list