[SCM] Debian packaging of liburi-smarturi-perl branch, master, updated. debian/0.031-1-3-g5ef27db

gregor herrmann gregoa at debian.org
Thu Jul 5 21:06:01 UTC 2012


The following commit has been merged in the master branch:
commit 264b3fd645d76af46443899ab05e0617cfc9f051
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:03:41 2012 -0600

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

diff --git a/debian/control b/debian/control
index 3beb9cb..e91f4bb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,31 @@
 Source: liburi-smarturi-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julien Vaubourg <julien at vaubourg.com>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8.0.0)
 Build-Depends-Indep: libclass-c3-componentised-perl,
- libfile-find-rule-perl,
- liblist-moreutils-perl,
- libmoose-perl,
- libnamespace-clean-perl,
- liburi-perl (>= 1.51),
- perl
+                     libfile-find-rule-perl,
+                     liblist-moreutils-perl,
+                     libmoose-perl,
+                     libnamespace-clean-perl,
+                     liburi-perl,
+                     perl
 Standards-Version: 3.9.2
-Vcs-Git: git://git.debian.org/pkg-perl/packages/liburi-smarturi-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liburi-smarturi-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/liburi-smarturi-perl.git
 Homepage: http://search.cpan.org/dist/URI-SmartURI/
 
 Package: liburi-smarturi-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libclass-c3-componentised-perl,
- libfile-find-rule-perl,
- liblist-moreutils-perl,
- libmoose-perl,
- libnamespace-clean-perl,
- liburi-perl (>= 1.51),
- perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-c3-componentised-perl,
+         libfile-find-rule-perl,
+         liblist-moreutils-perl,
+         libmoose-perl,
+         libnamespace-clean-perl,
+         liburi-perl
 Description: subclass of URI which add an hostless object
  URI::SmartURI is a sort of "subclass" of URI using delegation with some extra
  methods, all the methods that work for URIs will work on these objects as
@@ -34,3 +34,4 @@ Description: subclass of URI which add an hostless object
  It's similar in spirit to URI::WithBase.
  .
  It's also completely safe to subclass for your own use.
+

-- 
Debian packaging of liburi-smarturi-perl



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