r11389 - in /trunk/libtest-harness-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Dec 18 17:43:09 UTC 2007


Author: gregoa-guest
Date: Tue Dec 18 17:43:09 2007
New Revision: 11389

URL: http://svn.debian.org/wsvn/?sc=1&rev=11389
Log:
debian/control: remove spurious trailing comma in Depends: line.

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

Modified: trunk/libtest-harness-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/changelog?rev=11389&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/changelog (original)
+++ trunk/libtest-harness-perl/debian/changelog Tue Dec 18 17:43:09 2007
@@ -5,6 +5,7 @@
     corresponding note about libtap-parser-perl and libmail-box-perl from
     debian/TODO.
   * Set Standards-Version to 3.7.3 (no changes needed).
+  * debian/control: remove spurious trailing comma in Depends: line.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 18 Dec 2007 18:26:08 +0100
 

Modified: trunk/libtest-harness-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/control?rev=11389&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/control (original)
+++ trunk/libtest-harness-perl/debian/control Tue Dec 18 17:43:09 2007
@@ -14,7 +14,7 @@
 
 Package: libtest-harness-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends}, ${misc:Depends}
 Replaces: libtap-parser-perl (<< 3.00-1)
 Conflicts: libtap-parser-perl (<< 3.00-1)
 Description: Run Perl standard test scripts with statistics




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