r52731 - /trunk/libdata-structure-util-perl/debian/rules

franck at users.alioth.debian.org franck at users.alioth.debian.org
Sun Feb 14 20:50:36 UTC 2010


Author: franck
Date: Sun Feb 14 20:50:21 2010
New Revision: 52731

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52731
Log:
* Set OPTIMIZE to honour DEB_BUILD_OPTIONS
* Set LD_RUN_PATH=""

Modified:
    trunk/libdata-structure-util-perl/debian/rules

Modified: trunk/libdata-structure-util-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-structure-util-perl/debian/rules?rev=52731&op=diff
==============================================================================
--- trunk/libdata-structure-util-perl/debian/rules (original)
+++ trunk/libdata-structure-util-perl/debian/rules Sun Feb 14 20:50:21 2010
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 %:
 	dh $@
+
+override_dh_auto_build:
+	dh_auto_build -- OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""




More information about the Pkg-perl-cvs-commits mailing list