[SCM] Debian packaging of libhttp-recorder-perl branch, master, updated. b9791a36749c1505f0dbc70e8da20c56950a0331

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri May 4 23:14:19 UTC 2012


The following commit has been merged in the master branch:
commit 6670dfadb7cdfa9a34063ddb2215e327af7f5a45
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat May 5 00:53:07 2012 +0200

    sort (build-)dependencies, promoting libhttp-proxy-perl to Depends:

diff --git a/debian/control b/debian/control
index 0694413..e42c819 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,13 @@ Source: libhttp-recorder-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libwww-perl, liburi-perl,
- libhtml-parser-perl, libhttp-request-params-perl, libtest-pod-perl
+Build-Depends-Indep: perl,
+ libhtml-parser-perl,
+ libhttp-proxy-perl,
+ libhttp-request-params-perl,
+ liburi-perl,
+ libwww-perl,
+ libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Homepage: http://www.bitmistress.org/
@@ -13,9 +18,13 @@ Standards-Version: 3.9.3
 
 Package: libhttp-recorder-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, liburi-perl, libhtml-parser-perl,
- libhttp-request-params-perl
-Suggests: libhttp-proxy-perl, libwww-mechanize-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhtml-parser-perl,
+ libhttp-proxy-perl,
+ libhttp-request-params-perl,
+ liburi-perl,
+ libwww-perl
+Suggests: libwww-mechanize-perl
 Description:  Record interaction with websites
  HTTP::Recorder allows your Perl program to record the interaction with
  websites (SSL and non-SSL). You set HTTP::Recorder as the user agent for

-- 
Debian packaging of libhttp-recorder-perl



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