r52480 - in /trunk/libnet-arp-perl/debian: changelog rules

franck at users.alioth.debian.org franck at users.alioth.debian.org
Wed Feb 10 20:09:29 UTC 2010


Author: franck
Date: Wed Feb 10 20:08:53 2010
New Revision: 52480

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52480
Log:
* Added new override_dh_auto_test target in d.rules and set DEBIAN_BUILD=1
  only for the tests, rather than exporting the variable.

Modified:
    trunk/libnet-arp-perl/debian/changelog
    trunk/libnet-arp-perl/debian/rules

Modified: trunk/libnet-arp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-arp-perl/debian/changelog?rev=52480&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/changelog (original)
+++ trunk/libnet-arp-perl/debian/changelog Wed Feb 10 20:08:53 2010
@@ -17,6 +17,8 @@
     + Removed useless README.source which only documented the quilt usage.
     + Removed quilt framework (d.control, d.rules).
   * Removed useless versionned BD on perl.
+  * Added new override_dh_auto_test target in d.rules and set DEBIAN_BUILD=1
+    only for the tests, rather than exporting the variable.
 
   [ Ryan Niebur ]
   * New upstream release

Modified: trunk/libnet-arp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-arp-perl/debian/rules?rev=52480&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/rules (original)
+++ trunk/libnet-arp-perl/debian/rules Wed Feb 10 20:08:53 2010
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-
-export DEBIAN_BUILD=1
 
 CFLAGS = -Wall -g
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
@@ -14,3 +12,6 @@
 
 override_dh_auto_build:
 	dh_auto_build -- OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+
+override_dh_auto_test:
+	DEBIAN_BUILD=1 dh_auto_test




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