[Python-modules-commits] r8095 - in packages/ldaptor/trunk/debian (2 files)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Sat Mar 28 16:52:12 UTC 2009


    Date: Saturday, March 28, 2009 @ 16:52:11
  Author: jandd-guest
Revision: 8095

fix duplicate file issue in python-ldaptor

Modified:
  packages/ldaptor/trunk/debian/changelog
  packages/ldaptor/trunk/debian/python-ldaptor.install

Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog	2009-03-28 16:08:24 UTC (rev 8094)
+++ packages/ldaptor/trunk/debian/changelog	2009-03-28 16:52:11 UTC (rev 8095)
@@ -46,6 +46,8 @@
       debian/ldaptor-namingcontexts.1, debian/ldaptor-passwd.1,
       debian/ldaptor-rename.1, debian/ldaptor-search.1,
       debian/ldaptor-webui.1
+  * debian/python-ldaptor.install: be more specific to exclude ldaptor-
+    webui files
 
  -- Sandro Tosi <morph at debian.org>  Sat, 28 Mar 2009 16:47:21 +0100
 

Modified: packages/ldaptor/trunk/debian/python-ldaptor.install
===================================================================
--- packages/ldaptor/trunk/debian/python-ldaptor.install	2009-03-28 16:08:24 UTC (rev 8094)
+++ packages/ldaptor/trunk/debian/python-ldaptor.install	2009-03-28 16:52:11 UTC (rev 8095)
@@ -1,3 +1,6 @@
-debian/tmp/usr/lib/python*
+debian/tmp/usr/lib/python*/site-packages/ldaptor/*.py
+debian/tmp/usr/lib/python*/site-packages/ldaptor/protocols
+debian/tmp/usr/lib/python*/site-packages/ldaptor/samba
+debian/tmp/usr/lib/python*/site-packages/ldaptor/test
 debian/global.cfg etc/ldaptor
 ldaptor.schema etc/ldaptor




More information about the Python-modules-commits mailing list