r50424 - in /trunk/libtest-apocalypse-perl/debian: changelog copyright rules

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Thu Jan 7 04:21:10 UTC 2010


Author: ryan
Date: Thu Jan  7 04:21:02 2010
New Revision: 50424

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50424
Log:
cleanup

Modified:
    trunk/libtest-apocalypse-perl/debian/changelog
    trunk/libtest-apocalypse-perl/debian/copyright
    trunk/libtest-apocalypse-perl/debian/rules

Modified: trunk/libtest-apocalypse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/changelog?rev=50424&op=diff
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/changelog (original)
+++ trunk/libtest-apocalypse-perl/debian/changelog Thu Jan  7 04:21:02 2010
@@ -1,7 +1,5 @@
 libtest-apocalypse-perl (0.05-1) UNRELEASED; urgency=low
-
-  WAITS-FOR libtest-module-used-perl
 
   * Initial Release (Closes: #514390)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 01 Jan 2010 17:32:06 -0500
+ -- Ryan Niebur <ryan at debian.org>  Wed, 06 Jan 2010 20:20:41 -0800

Modified: trunk/libtest-apocalypse-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/copyright?rev=50424&op=diff
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/copyright (original)
+++ trunk/libtest-apocalypse-perl/debian/copyright Thu Jan  7 04:21:02 2010
@@ -11,6 +11,8 @@
 
 Files: debian/*
 Copyright: 2009, Rene Mayorga <rmayorga at debian.org>
+ 2009, 2010, Ryan Niebur <ryan at debian.org>
+ 2009, 2010, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libtest-apocalypse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-apocalypse-perl/debian/rules?rev=50424&op=diff
==============================================================================
--- trunk/libtest-apocalypse-perl/debian/rules (original)
+++ trunk/libtest-apocalypse-perl/debian/rules Thu Jan  7 04:21:02 2010
@@ -1,23 +1,4 @@
 #!/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:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	TEST_AUTHOR=1 dh $@




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