r43012 - in /trunk/libmath-random-isaac-xs-perl/debian: control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Aug 27 14:15:11 UTC 2009


Author: jawnsy-guest
Date: Thu Aug 27 14:15:00 2009
New Revision: 43012

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43012
Log:
S-V 3.8.3; actually enable tests this time

Modified:
    trunk/libmath-random-isaac-xs-perl/debian/control
    trunk/libmath-random-isaac-xs-perl/debian/rules

Modified: trunk/libmath-random-isaac-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/control?rev=43012&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/control (original)
+++ trunk/libmath-random-isaac-xs-perl/debian/control Thu Aug 27 14:15:00 2009
@@ -11,7 +11,7 @@
  libperl-critic-perl (>= 1.098), libtest-perl-critic-perl (>= 1.01)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Math-Random-ISAAC-XS/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-random-isaac-xs-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/

Modified: trunk/libmath-random-isaac-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-random-isaac-xs-perl/debian/rules?rev=43012&op=diff
==============================================================================
--- trunk/libmath-random-isaac-xs-perl/debian/rules (original)
+++ trunk/libmath-random-isaac-xs-perl/debian/rules Thu Aug 27 14:15:00 2009
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	TEST_AUTHOR=1 dh build
-	touch $@
-
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test




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