[SCM] Debian packaging of libsysadm-install-perl branch, master, updated. debian/0.39-1-2-gfa89372

gregor herrmann gregoa at debian.org
Thu Jul 5 20:57:04 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 099c83b..a242eb9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: libsysadm-install-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Ryan Niebur <ryan at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>,
- Jonathan Yu <jawnsy at cpan.org>,
- Salvatore Bonaccorso <carnil at debian.org>,
- Angel Abad <angel at debian.org>
+           Ryan Niebur <ryan at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Salvatore Bonaccorso <carnil at debian.org>,
+           Angel Abad <angel at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: liblog-log4perl-perl (>= 1.28),
- libterm-readkey-perl,
- libwww-perl,
- perl
+Build-Depends-Indep: liblog-log4perl-perl,
+                     libterm-readkey-perl,
+                     libwww-perl,
+                     perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsysadm-install-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libsysadm-install-perl.git
@@ -20,10 +20,11 @@ Homepage: http://search.cpan.org/dist/Sysadm-Install/
 
 Package: libsysadm-install-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liblog-log4perl-perl (>= 1.28),
- libterm-readkey-perl,
- libwww-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liblog-log4perl-perl,
+         libterm-readkey-perl,
+         libwww-perl
 Suggests: libexpect-perl
 Description: module for typical installation tasks of system administrators
  Sysadm::Install executes shell-like commands performing typical
@@ -33,3 +34,4 @@ Description: module for typical installation tasks of system administrators
  .
  Sysadm::Install also supports a dry_run mode, in which it 
  logs everything, but suppresses any write actions.
+

-- 
Debian packaging of libsysadm-install-perl



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