[SCM] Packaging of FOO in Debian branch, master, updated. upstream/1.80-13-g61abc04

Jonathan Steinert hachi at saymedia.com
Tue Mar 20 11:33:24 UTC 2012


The following commit has been merged in the master branch:
commit 86fd580f7226ca27a95adb32d04941f720ca00e1
Author: Jonathan Steinert <hachi at saymedia.com>
Date:   Mon Mar 19 21:45:10 2012 -0700

    Fix up various deps

diff --git a/debian/changelog b/debian/changelog
index 601d6c7..c7ee291 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,14 +2,8 @@ perlbal (1.80-1) UNRELEASED; urgency=low
 
   TODO:
   - d/control:
-    + no versions needed for libdanga-socket-perl and libio-aio-perl (nothing
-      older in the archive) and libperlbal-xs-httpheaders-perl (not in the
-      archive, so I'd rather remove it)
-    + is Test::More really needed at runtime?
-    + "libtest-simple-perl (>= 0.94)" --> "perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)"
     + binary:Version should probably be source:Version (not that it changes
       anything for arch:all packages)
-    + remove unversioned "perl" from Depends
     + maintainer should be the group, and hachi in Uploaders
     + Vcs-* fields missing
     + current Standards-Version is 3.9.3
diff --git a/debian/control b/debian/control
index 79473eb..baa894b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: perlbal
 Section: web
 Priority: extra
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libbsd-resource-perl, libdanga-socket-perl (>= 1.44),
- libsys-syscall-perl, libtest-simple-perl (>= 0.94), libwww-perl, perl,
- libio-aio-perl (>= 1.6), libnet-netmask-perl
+Build-Depends-Indep: perl, libbsd-resource-perl, libdanga-socket-perl,
+ libsys-syscall-perl, libwww-perl, libio-aio-perl, libnet-netmask-perl,
+ perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
 Maintainer: Jonathan Steinert <deb at hachi.kuiki.net>
 Standards-Version: 3.9.1
 Homepage: http://www.danga.com/perlbal/
@@ -29,9 +29,8 @@ Package: libperlbal-perl
 Section: perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libbsd-resource-perl,
- libdanga-socket-perl (>= 1.44), libsys-syscall-perl,
- libtest-simple-perl (>= 0.94), libwww-perl, perl
-Recommends: libio-aio-perl (>= 1.6), libperlbal-xs-httpheaders-perl (>= 0.20)
+ libdanga-socket-perl, libsys-syscall-perl, libwww-perl
+Recommends: libio-aio-perl, libperlbal-xs-httpheaders-perl
 Description: Libraries for perlbal, a reverse-proxy load balancer and webserver
  These are libraries that allow an application to internally run an instance
  of perlbal.

-- 
Packaging of FOO in Debian



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