[Python-modules-commits] r21760 - in packages/ldaptor/trunk/debian (changelog rules)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Tue May 15 09:31:41 UTC 2012


    Date: Tuesday, May 15, 2012 @ 09:31:40
  Author: jandd
Revision: 21760

remove unneeded dh_link override, thanks to jwilk for advice

Modified:
  packages/ldaptor/trunk/debian/changelog
  packages/ldaptor/trunk/debian/rules

Modified: packages/ldaptor/trunk/debian/changelog
===================================================================
--- packages/ldaptor/trunk/debian/changelog	2012-05-15 09:22:45 UTC (rev 21759)
+++ packages/ldaptor/trunk/debian/changelog	2012-05-15 09:31:40 UTC (rev 21760)
@@ -4,7 +4,7 @@
     remove build directory in debian/rules clean (Closes: #671527)
   * Bump-Standards-Version to 3.9.3 (no changes)
   * use symlinks to avoid duplicate files in ldaptor-doc, add
-    override_dh_link in debian/rules, add debian/ldaptor-doc.links
+    debian/ldaptor-doc.links
 
  -- Jan Dittberner <jandd at debian.org>  Tue, 15 May 2012 10:19:37 +0200
 

Modified: packages/ldaptor/trunk/debian/rules
===================================================================
--- packages/ldaptor/trunk/debian/rules	2012-05-15 09:22:45 UTC (rev 21759)
+++ packages/ldaptor/trunk/debian/rules	2012-05-15 09:31:40 UTC (rev 21760)
@@ -26,12 +26,6 @@
 	make -C doc
 	touch $@
 
-override_dh_link:
-	cut -f 2 -d " " debian/ldaptor-doc.links | while read fname; do \
-	    rm -f debian/python-doc/$$fname; \
-	done
-	dh_link
-
 override_dh_compress:
 	dh_compress -X.py -X.js -Xapi-objects.txt
 




More information about the Python-modules-commits mailing list