r50812 - in /trunk/libtest-exception-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Jan 12 17:58:08 UTC 2010


Author: jawnsy-guest
Date: Tue Jan 12 17:58:01 2010
New Revision: 50812

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50812
Log:
* Standards-Version 3.8.3 (drop perl version dep)
* Move Sub::Uplevel from B-D to B-D-I
* Add myself to Uploaders and Copyright
* Rewrite control description
* Drop requirement on Module::Build, Makefile.PL is traditional
* Use new short debhelper 7 rules format

Modified:
    trunk/libtest-exception-perl/debian/changelog
    trunk/libtest-exception-perl/debian/control
    trunk/libtest-exception-perl/debian/rules

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/changelog?rev=50812&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Tue Jan 12 17:58:01 2010
@@ -2,6 +2,12 @@
 
   [ Jonathan Yu ]
   * New upstream release
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Move Sub::Uplevel from B-D to B-D-I
+  * Add myself to Uploaders and Copyright
+  * Rewrite control description
+  * Drop requirement on Module::Build, Makefile.PL is traditional
+  * Use new short debhelper 7 rules format
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -10,7 +16,7 @@
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 12 Jan 2010 12:11:17 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 12 Jan 2010 13:01:39 -0500
 
 libtest-exception-perl (0.27-2) unstable; urgency=low
 

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/control?rev=50812&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Tue Jan 12 17:58:01 2010
@@ -1,33 +1,25 @@
 Source: libtest-exception-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl,
- libsub-uplevel-perl (>= 0.18)
-Build-Depends-Indep: perl (>= 5.6.1)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libsub-uplevel-perl (>= 0.18)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- gregor herrmann <gregoa at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
  Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Test-Exception/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-exception-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-exception-perl/
 
 Package: libtest-exception-perl
 Architecture: all
-Depends: perl (>= 5.6.1), ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
-Description: a few convenience methods for testing exception based code
- Test::Exception provides a few convenience methods for testing exception
- based code. It is built with Test::Builder and plays happily with Test::More
- and friends.
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
+Description: module for testing exception-based code
+ Test::Exception is a Perl test module that provides a few convenience methods
+ for testing exception-based code. It is built with Test::Builder and plays
+ happily with Test::More and friends.
  .
- If you are not already familiar with Test::More now would be the time to go
- take a look.
- .
- You can specify the test plan when you use Test::Exception in the same way as
- use Test::More. See Test::More for details.
- .
- NOTE: Test::Exception only checks for exceptions. It will ignore other methods
- of stopping program execution - including exit(). If you have an exit() in
- evalled code Test::Exception will not catch this with any of its testing
- functions.
+ Note that this module only checks for exceptions, so it ignores other methods
+ of halting program executing - including exit(). If your code causes the Perl
+ interpreter to exit, Test::Exception won't be able to catch it.

Modified: trunk/libtest-exception-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/rules?rev=50812&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/rules (original)
+++ trunk/libtest-exception-perl/debian/rules Tue Jan 12 17:58:01 2010
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	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




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