r9384 - in /trunk/libppi-perl/debian: changelog control

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Nov 16 06:18:53 UTC 2007


Author: dmn
Date: Fri Nov 16 06:18:52 2007
New Revision: 9384

URL: http://svn.debian.org/wsvn/?sc=1&rev=9384
Log:
Wrap long fields in debian/control

Modified:
    trunk/libppi-perl/debian/changelog
    trunk/libppi-perl/debian/control

Modified: trunk/libppi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/changelog?rev=9384&op=diff
==============================================================================
--- trunk/libppi-perl/debian/changelog (original)
+++ trunk/libppi-perl/debian/changelog Fri Nov 16 06:18:52 2007
@@ -10,12 +10,14 @@
   * debian/copyright
     + update copyright years
     + Add upstream URL
-  * debian/control: add Homepage and Vcs-* fields
+  * debian/control
+    + add Homepage and Vcs-* fields
+    + Wrap long fields
   * Add libtest-object-perl to B-D-I. Closes: #444550 -- FTBFS: tests failed:
     Can't locate Test/Object/Test.pm. Thanks to Lucas Nussbaum for reporting
     and Cyril Brulebois for the patch.
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 16 Nov 2007 08:15:29 +0200
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 16 Nov 2007 08:17:41 +0200
 
 libppi-perl (1.118-0.1) unstable; urgency=low
 

Modified: trunk/libppi-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libppi-perl/debian/control?rev=9384&op=diff
==============================================================================
--- trunk/libppi-perl/debian/control (original)
+++ trunk/libppi-perl/debian/control Fri Nov 16 06:18:52 2007
@@ -2,7 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.0-7), libio-string-perl (>= 1.07), libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13), libparams-util-perl (>= 0.05), libtest-object-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libio-string-perl (>= 1.07),
+ libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13),
+ libparams-util-perl (>= 0.05), libtest-object-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>,
  Damyan Ivanov <dmn at debian.org>
@@ -13,7 +15,9 @@
 
 Package: libppi-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libio-string-perl (>= 1.07), libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13), libparams-util-perl (>= 0.05)
+Depends: ${perl:Depends}, ${misc:Depends}, libio-string-perl (>= 1.07),
+ libclone-perl (>= 0.17), liblist-moreutils-perl (>= 0.13),
+ libparams-util-perl (>= 0.05)
 Description: Parse, Analyze and Manipulate Perl without perl
  The ability to read, and manipulate Perl (the language) programmatically other
  than with perl (the application) was one that caused difficulty for a long




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