[SCM] Debian packaging of libencode-perl branch, master, updated. debian/2.44-1-4-gfb1aa49

gregor herrmann gregoa at debian.org
Thu Jul 5 20:26:14 UTC 2012


The following commit has been merged in the master branch:
commit 0cd9a0b96d4691f7a292f002656682ec9f7fdea9
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:28:40 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 6ad0e5c..07f0d4d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: libencode-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+           Dominic Hargreaves <dom at earth.li>,
+           gregor herrmann <gregoa at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: extra
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>, Dominic Hargreaves <dom at earth.li>,
- gregor herrmann <gregoa at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>
-Build-Depends: perl, debhelper (>= 8)
+Build-Depends: perl,
+               debhelper (>= 8)
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Encode/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libencode-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libencode-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libencode-perl.git
+Homepage: http://search.cpan.org/dist/Encode/
 
 Package: libencode-perl
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: dpkg
 Description: module providing interfaces between Perl's strings and the system
  The Encode module provides the interfaces between Perl's strings and the 
  rest of the system.
@@ -24,3 +29,4 @@ Description: module providing interfaces between Perl's strings and the system
  .
  Encodes a string from Perl's internal form into ENCODING and returns a 
  sequence of octets.
+

-- 
Debian packaging of libencode-perl



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