[SCM] Debian packaging of libtest-tcp-perl branch, master, updated. upstream/1.14-45-g462e5d1

Fabrizio Regalli fabreg at fabreg.it
Fri Dec 2 10:35:45 UTC 2011


The following commit has been merged in the master branch:
commit 462e5d10e8b907e873e266a0c55e021dadad17c4
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Fri Dec 2 11:35:37 2011 +0100

    Fixed d/control - Added WAITS FOR:

diff --git a/debian/changelog b/debian/changelog
index ba19b51..6980ff5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 libtest-tcp-perl (1.14-1) UNRELEASED; urgency=low
 
+ WAITS FOR: libtest-sharedfork-perl (>= 0.19)
+
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
diff --git a/debian/control b/debian/control
index ef9414f..59721d5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,20 @@
 Source: libtest-tcp-perl
 Section: perl
 Priority: optional
-Maintainer: Fabrizio Regalli <fabreg at fabreg.it>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Nicholas Bamber <periapt at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Iñigo Tejedor Arrondo <poisonbit at gmail.com>,
- Fabrizio Regalli <fabreg at fabreg.it>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libtest-sharedfork-perl (>= 0.19),
- libtest-simple-perl (>= 0.98),
- perl
+Build-Depends-Indep: perl, libtest-sharedfork-perl (>= 0.19)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>, Nicholas Bamber <periapt at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Iñigo Tejedor Arrondo <poisonbit at gmail.com>,
+ Fabrizio Regalli <fabreg at fabreg.it>
 Standards-Version: 3.9.2
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-tcp-perl.git
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-tcp-perl.git
 Homepage: http://search.cpan.org/dist/Test-TCP/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-tcp-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-tcp-perl.git
 
 Package: libtest-tcp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-sharedfork-perl (>= 0.19)
+Depends: ${perl:Depends}, ${misc:Depends}, libtest-sharedfork-perl (>= 0.19)
 Description: module to test TCP/IP programs
  Test::TCP is a Perl test framework for TCP/IP programs, especially those
  written in Perl. For example, to test a client or server written in Perl,

-- 
Debian packaging of libtest-tcp-perl



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