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

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Feb 5 13:44:27 UTC 2011


    Date: Saturday, February 5, 2011 @ 13:44:26
  Author: stefanor
Revision: 15462

The nostrip check is no longer needed

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

Modified: packages/pysilc/trunk/debian/changelog
===================================================================
--- packages/pysilc/trunk/debian/changelog	2011-02-05 13:38:58 UTC (rev 15461)
+++ packages/pysilc/trunk/debian/changelog	2011-02-05 13:44:26 UTC (rev 15462)
@@ -12,12 +12,11 @@
   * debian/rules:
     - Remove unnecessary dh_auto_install override.
     - Symlink to /usr/share/doc/python-silc-dbg to python-silc.
-    - Fix FTBFS with nostrip build option.
   * Bumped Standards-Version to 3.9.1, no changes needed.
   * Update my e-mail address.
   * Update copyright format.
 
- -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 15:33:31 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 15:43:55 +0200
 
 pysilc (0.5-1) unstable; urgency=low
 

Modified: packages/pysilc/trunk/debian/rules
===================================================================
--- packages/pysilc/trunk/debian/rules	2011-02-05 13:38:58 UTC (rev 15461)
+++ packages/pysilc/trunk/debian/rules	2011-02-05 13:44:26 UTC (rev 15462)
@@ -4,9 +4,7 @@
 	dh $@ --with python2
 
 override_dh_strip:
-ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip --dbg-package=python-silc-dbg
-endif
 
 override_dh_installdocs:
 	dh_installdocs --link-doc=python-silc




More information about the Python-modules-commits mailing list