[Python-modules-commits] r33951 - in packages/python-llfuse/trunk/debian (changelog rules)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Fri Aug 21 21:17:05 UTC 2015


    Date: Friday, August 21, 2015 @ 21:16:58
  Author: nikratio-guest
Revision: 33951

'nostrip' build option is now honored.

Modified:
  packages/python-llfuse/trunk/debian/changelog
  packages/python-llfuse/trunk/debian/rules

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2015-08-21 19:48:26 UTC (rev 33950)
+++ packages/python-llfuse/trunk/debian/changelog	2015-08-21 21:16:58 UTC (rev 33951)
@@ -1,6 +1,7 @@
 python-llfuse (0.41+dfsg-2) UNRELEASED; urgency=medium
 
   * Added test suite.
+  * 'nostrip' build option is now honored.
 
  -- Nikolaus Rath <Nikolaus at rath.org>  Fri, 21 Aug 2015 11:14:08 -0700
 

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2015-08-21 19:48:26 UTC (rev 33950)
+++ packages/python-llfuse/trunk/debian/rules	2015-08-21 21:16:58 UTC (rev 33951)
@@ -24,8 +24,10 @@
 	touch $@
 
 override_dh_strip:
+ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip -ppython-llfuse --dbg-package=python-llfuse-dbg
 	dh_strip -ppython3-llfuse --dbg-package=python3-llfuse-dbg
+endif
 
 override_dh_auto_clean:
 	# Remove documentation and cython output




More information about the Python-modules-commits mailing list