r25334 - in /trunk/libtest-class-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Sep 18 18:45:42 UTC 2008


Author: gregoa
Date: Thu Sep 18 18:45:39 2008
New Revision: 25334

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25334
Log:
* debian/control: change my email address.
* debian/control: mention module name.

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

Modified: trunk/libtest-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/changelog?rev=25334&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Thu Sep 18 18:45:39 2008
@@ -1,5 +1,6 @@
 libtest-class-perl (0.31-1) unstable; urgency=low
 
+  [ Ansgar Burchardt ]
   * New upstream release.
   * refresh debian/rules for debhelper 7
   * add myself to Uploaders
@@ -8,6 +9,10 @@
   * do not list `Debian Perl Group' as copyright holder in debian/copyright,
     instead list all contributors (as mentioned in debian/changelog)
   * bump Standards Version to 3.8.0 (no changes needed)
+
+  [ gregor herrmann ]
+  * debian/control: change my email address.
+  * debian/control: mention module name.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 18 Sep 2008 20:00:09 +0200
 

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/control?rev=25334&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Thu Sep 18 18:45:39 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Gunnar Wolf <gwolf at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>,
+ gregor herrmann <gregoa at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>
 Build-Depends: debhelper (>= 7), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.6.1), libtest-simple-perl (>= 0.78),
@@ -21,7 +21,7 @@
  libtest-exception-perl (>= 0.25), libdevel-symdump-perl
 Suggests: libdate-ical-perl, libtest-differences-perl
 Description: easily create perl test classes in an xUnit style
- This module allows you to create tests for your modules in the
+ Test::Class allows you to create tests for your modules in the
  Smalltalk-based xUnit style, and is aimed towards authors of Perl
  modules who use Test::Builder-based modules (Test::More,
  Test::Differences, Test::Exception, etc.)




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