r29403 - in /trunk/libtest-exception-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 7 15:02:13 UTC 2009


Author: gregoa
Date: Wed Jan  7 15:02:09 2009
New Revision: 29403

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29403
Log:
* debian/control:
  - add perl-modules (>= 5.10) as an alternative build
    dependency to libmodule-build-perl
  - change my email address
  - mention module name in long desctiption

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

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/changelog?rev=29403&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Wed Jan  7 15:02:09 2009
@@ -13,10 +13,6 @@
     - More explicit licensing information included
     - Adopted the current copyright format specification
 
-  [ gregor herrmann ]
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
-
   [ David Paleino ]
   * Removed myself from Uploaders (Closes: #509504)
   * debian/control:
@@ -28,6 +24,14 @@
 
   [ Damyan Ivanov ]
   * bump debian/compat to 7
+
+  [ gregor herrmann ]
+  * debian/control:
+    - switch Vcs-Browser field to ViewSVN
+    - add perl-modules (>= 5.10) as an alternative build
+      dependency to libmodule-build-perl
+    - change my email address
+    - mention module name in long desctiption
 
  -- David Paleino <d.paleino at gmail.com>  Tue, 23 Dec 2008 00:19:16 +0100
 

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/control?rev=29403&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Wed Jan  7 15:02:09 2009
@@ -1,11 +1,11 @@
 Source: libtest-exception-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
+ gregor herrmann <gregoa at debian.org>
  Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-Exception/
@@ -16,9 +16,9 @@
 Architecture: all
 Depends: perl (>= 5.6.1), ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
 Description: a few convenience methods for testing exception based code
- This module provides a few convenience methods for testing exception based
- code. It is built with Test::Builder and plays happily with Test::More and
- friends.
+ 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.
  .
  If you are not already familiar with Test::More now would be the time to go
  take a look.




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