[SCM] Packaging of Test::Command::Simple in Debian branch, master, updated. 19d8be26d5855634bf395516fd99618f3758f886
Joost van Baal-Ilić
joostvb at uvt.nl
Wed Jan 23 16:22:53 UTC 2013
The following commit has been merged in the master branch:
commit 19d8be26d5855634bf395516fd99618f3758f886
Author: Joost van Baal-Ilić <joostvb at uvt.nl>
Date: Wed Jan 23 17:22:45 2013 +0100
control: do not (Build-)Depend on perl-modules. tnx ansgar.
diff --git a/debian/changelog b/debian/changelog
index 01c555e..a8e9a60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtest-command-simple-perl (0.04-2) UNRELEASED; urgency=low
+
+ * control: do not (Build-)Depend on perl-modules. tnx ansgar.
+
+ -- Joost van Baal-Ilić <joostvb at debian.org> Wed, 23 Jan 2013 17:21:52 +0100
+
libtest-command-simple-perl (0.04-1) unstable; urgency=low
* Initial Release. (Closes: #697849)
diff --git a/debian/control b/debian/control
index 0fff4e7..2f48785 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb at debian.org>, Casper Gielen <casper-alioth at gielen.name>
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, perl-modules
+Build-Depends-Indep: perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-command-simple-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-command-simple-perl.git
@@ -12,7 +12,7 @@ Homepage: http://search.cpan.org/dist/Test-Command-Simple/
Package: libtest-command-simple-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl-modules
+Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module to test external commands
A test module intended to simplify testing of external commands.
It does so by running the command under IPC::Open3, closing the stdin
--
Packaging of Test::Command::Simple in Debian
More information about the Pkg-perl-cvs-commits
mailing list