[pkg-boost-commits] r15002 - /boost/trunk/debian/rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sun Oct 16 04:49:04 UTC 2016


Author: smr
Date: Sun Oct 16 04:49:04 2016
New Revision: 15002

URL: http://svn.debian.org/wsvn/pkg-boost/?sc=1&rev=15002
Log:
Fix string quoting.

Modified:
    boost/trunk/debian/rules

Modified: boost/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/debian/rules?rev=15002&op=diff
==============================================================================
--- boost/trunk/debian/rules	(original)
+++ boost/trunk/debian/rules	Sun Oct 16 04:49:04 2016
@@ -163,7 +163,7 @@
 	dh_install --list-missing
 
 override_dh_strip:
-	dh_strip --dbgsym-migration='libboost1.55-dbg, libboost1.58-dbg, libboost1.61-dbg''
+	dh_strip --dbgsym-migration='libboost1.55-dbg, libboost1.58-dbg, libboost1.61-dbg'
 
 # set the number of build jobs
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))




More information about the pkg-boost-commits mailing list