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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 8 14:16:45 UTC 2009


Author: gregoa
Date: Sat Aug  8 14:16:18 2009
New Revision: 41514

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41514
Log:
* debian/control:
  - remove build dependency on libmodule-build-perl
  - make short description a noun phrase
* Set Standards-Version to 3.8.2 (no changes).

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=41514&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/changelog (original)
+++ trunk/libtest-class-perl/debian/changelog Sat Aug  8 14:16:18 2009
@@ -21,6 +21,12 @@
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
   * Update debian/copyright for debian/* packaging. 
+
+  [ gregor herrmann ]
+  * debian/control:
+    - remove build dependency on libmodule-build-perl
+    - make short description a noun phrase
+  * Set Standards-Version to 3.8.2 (no changes).
 
  -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sat, 08 Aug 2009 11:06:53 +0200
 

Modified: trunk/libtest-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-class-perl/debian/control?rev=41514&op=diff
==============================================================================
--- trunk/libtest-class-perl/debian/control (original)
+++ trunk/libtest-class-perl/debian/control Sat Aug  8 14:16:18 2009
@@ -7,11 +7,11 @@
  gregor herrmann <gregoa at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>,
  Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), libmodule-build-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.1), libtest-simple-perl (>= 0.78),
  libtest-exception-perl (>= 0.25), libdevel-symdump-perl,
  libcontextual-return-perl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Test-Class/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-class-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-class-perl/
@@ -21,8 +21,8 @@
 Depends: ${misc:Depends}, ${perl:Depends}, libtest-simple-perl (>= 0.78), 
  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
+Description: Perl module for creating test classes in an xUnit style
  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.)
+ Test::Differences, Test::Exception, etc.).




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