[Python-modules-commits] r12054 - in packages/pysilc/trunk/debian (changelog rules)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Mon Mar 1 14:23:02 UTC 2010


    Date: Monday, March 1, 2010 @ 14:22:45
  Author: stefanor-guest
Revision: 12054

Remove unecessary dh_auto_install override

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

Modified: packages/pysilc/trunk/debian/changelog
===================================================================
--- packages/pysilc/trunk/debian/changelog	2010-03-01 14:20:55 UTC (rev 12053)
+++ packages/pysilc/trunk/debian/changelog	2010-03-01 14:22:45 UTC (rev 12054)
@@ -7,8 +7,10 @@
       on the new layout.
     - Bumped Build-Depends for debhelper to 7.3.5 as it expects automatic
       building of debug packages.
+  * debian/rules:
+    - Remove unecessary dh_auto_install override.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Wed, 03 Feb 2010 08:30:35 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Mon, 01 Mar 2010 16:21:54 +0200
 
 pysilc (0.5-1) unstable; urgency=low
 

Modified: packages/pysilc/trunk/debian/rules
===================================================================
--- packages/pysilc/trunk/debian/rules	2010-03-01 14:20:55 UTC (rev 12053)
+++ packages/pysilc/trunk/debian/rules	2010-03-01 14:22:45 UTC (rev 12054)
@@ -3,9 +3,6 @@
 %:
 	dh $@
 
-override_dh_auto_install:
-	dh_auto_install --destdir=debian/tmp
-
 override_dh_strip:
 	dh_strip --dbg-package=python-silc-dbg
 	cd debian/*-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules




More information about the Python-modules-commits mailing list