[SCM] Debian packaging of liblwp-useragent-determined-perl branch, master, updated. 8d6ae0db43a410c2b86687a1ffdf39ae8e5c1271

gregor herrmann gregoa at debian.org
Fri Jun 8 20:21:24 UTC 2012


The following commit has been merged in the master branch:
commit 9ec78320610c9e42490b9b74aa212ce92604139e
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 8 22:10:58 2012 +0200

    Split Build-Depends and -Indep.

diff --git a/debian/control b/debian/control
index 51d69dd..d4c301d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,9 @@
 Source: liblwp-useragent-determined-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl, libwww-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
@@ -12,7 +14,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblwp-userag
 
 Package: liblwp-useragent-determined-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libwww-perl
 Description: LWP useragent that retries errors
  LWP::UserAgent::Determined is a user agent for the perl WWW library (LWP).
  It adds failure tolerance to LWP by retrying if there is a possibly

-- 
Debian packaging of liblwp-useragent-determined-perl



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