[SCM] Debian packaging of libapp-cmd-perl branch, master, updated. debian/0.315-1-7-g94eb9b0

gregor herrmann gregoa at debian.org
Sat Feb 11 19:25:12 UTC 2012


The following commit has been merged in the master branch:
commit 79e2b1a6eac11fce1cc8fe9f5ff98b2a8e3fd1ab
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 11 20:21:44 2012 +0100

    sort deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 5202d4e..7778b02 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,16 @@ Source: libapp-cmd-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libio-tiecombine-perl, libclass-load-perl,
-  libsub-install-perl, libsub-exporter-perl,
-  libgetopt-long-descriptive-perl, libstring-rewriteprefix-perl,
-  libtest-fatal-perl, perl (>= 5.14) | libtest-simple-perl (>= 0.96),
-  libcapture-tiny-perl (>= 0.13)
+Build-Depends-Indep: perl,
+ libcapture-tiny-perl (>= 0.13),
+ libclass-load-perl,
+ libgetopt-long-descriptive-perl,
+ libio-tiecombine-perl,
+ libstring-rewriteprefix-perl,
+ libsub-exporter-perl,
+ libsub-install-perl,
+ libtest-fatal-perl,
+ perl (>= 5.14) | libtest-simple-perl (>= 0.96)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
@@ -18,10 +23,13 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-cmd-pe
 
 Package: libapp-cmd-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libclass-load-perl, 
-  libsub-install-perl, libsub-exporter-perl,
-  libgetopt-long-descriptive-perl, libstring-rewriteprefix-perl,
-  libcapture-tiny-perl (>= 0.13)
+Depends: ${perl:Depends}, ${misc:Depends},
+ libcapture-tiny-perl (>= 0.13),
+ libclass-load-perl,
+ libgetopt-long-descriptive-perl,
+ libstring-rewriteprefix-perl,
+ libsub-exporter-perl,
+ libsub-install-perl
 Description: Perl interface to write command line apps with less suffering
  App::Cmd is intended to make it easy to write complex command-line
  applications without having to think about most of the annoying

-- 
Debian packaging of libapp-cmd-perl



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