[SCM] Debian packaging of libjson-perl branch, master, updated. 75c1de11811a9a3c8c7948fe38921bb9c6628614

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


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

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

diff --git a/debian/control b/debian/control
index 227923a..bf057cf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,27 @@
 Source: libjson-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Angel Abad <angel at debian.org>,
+           Ivan Kohler <ivan-debian at 420.am>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libjson-xs-perl (>= 2.270),
- libtest-pod-perl,
- perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Angel Abad <angel at debian.org>,
- Ivan Kohler <ivan-debian at 420.am>,
- Ansgar Burchardt <ansgar at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: libjson-xs-perl,
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/JSON/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libjson-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libjson-perl.git
+Homepage: http://search.cpan.org/dist/JSON/
 
 Package: libjson-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Recommends: libjson-xs-perl (>= 2.270)
 Suggests: libjson-pp-perl
 Description: module for manipulating JSON-formatted data
@@ -32,3 +33,4 @@ Description: module for manipulating JSON-formatted data
  implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP
  (see libjson-pp-perl), but will fall back on a backport implementation if
  neither are available.
+

-- 
Debian packaging of libjson-perl



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