[SCM] Debian packaging of libcvs-perl branch, master, updated. ceb4a0577c17ba73db3a14d7d7cb2c15caa42168

gregor herrmann gregoa at debian.org
Tue Mar 27 21:51:11 UTC 2012


The following commit has been merged in the master branch:
commit c1a10c0abccd746af21daa2665d213aac0975645
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Mar 27 23:12:22 2012 +0200

    sort/wrap fields
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index a9113a6..4b2f167 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,12 @@
 Source: libcvs-perl
 Section: perl
 Priority: optional
-Build-Depends-Indep: perl, libclass-accessor-perl, libipc-run-perl, libio-pty-perl, cvs
 Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ cvs,
+ libclass-accessor-perl,
+ libio-pty-perl,
+ libipc-run-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,Standards-Version: 3.7.3
 Standards-Version: 3.9.3
@@ -12,7 +16,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcvs-perl.g
 
 Package: libcvs-perl
 Architecture: all
-Depends: ${misc:Depends}, libclass-accessor-perl, libio-pty-perl, libipc-run-perl, cvs
+Depends: ${misc:Depends}, ${perl:Depends},
+ cvs,
+ libclass-accessor-perl,
+ libio-pty-perl,
+ libipc-run-perl
 Description: Object oriented Perl interface to the CVS command
  This module is a wrapper around the cvs command with an object oriented
  interface.

-- 
Debian packaging of libcvs-perl



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