[SCM] Debian packaging of libextutils-xspp-perl branch, master, updated. debian/0.1602-3-2-g932a8f5

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


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

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

diff --git a/debian/control b/debian/control
index 16b9c5c..ad3538f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,29 @@
 Source: libextutils-xspp-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libtest-base-perl,
- libtest-differences-perl,
- perl (>= 5.14) | libextutils-parsexs-perl (>= 2.220200)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>
+                     libtest-base-perl,
+                     libtest-differences-perl,
+                     perl (>= 5.13.1) | libextutils-parsexs-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/ExtUtils-XSpp/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libextutils-xspp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libextutils-xspp-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libextutils-xspp-perl.git
+Homepage: http://search.cpan.org/dist/ExtUtils-XSpp/
 
 Package: libextutils-xspp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- perl (>= 5.14) | libextutils-parsexs-perl (>= 2.220200)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl (>= 5.13.1) | libextutils-parsexs-perl
 Description: module for using Perl XS with C++ code
  ExtUtils::XSpp is a Perl module that implements XS++, a thin layer on top of
  plain XS designed to support C++ code. It allows developers to easily write
  Perl bindings to C++ code by compiling code using the XS++ preprocessor
  `xspp' instead of the normal XS preprocessor `xsubpp'.
+

-- 
Debian packaging of libextutils-xspp-perl



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