[libregexp-stringify-perl] 05/06: Remove build and runtime dependency on libversion-util-perl

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 21 15:24:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libregexp-stringify-perl.

commit 1450f9c3602fa8c139a6f9c0fe37b98131597126
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 21 12:17:53 2016 -0300

    Remove build and runtime dependency on libversion-util-perl
---
 debian/changelog | 1 +
 debian/control   | 6 ++----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05d2a82..ea61c00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libregexp-stringify-perl (0.05-1) UNRELEASED; urgency=medium
   * Import upstream version 0.05
   * Update years of upstream and Debian packaging copyright
   * Declare compliance with Debian policy 3.9.7
+  * Remove build and runtime dependency on libversion-util-perl
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 21 Mar 2016 12:12:45 -0300
 
diff --git a/debian/control b/debian/control
index 9b1f1be..637b42e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libversion-util-perl,
-                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+Build-Depends-Indep: perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
                      perl
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libregexp-stringify-perl.git
@@ -16,8 +15,7 @@ Homepage: https://metacpan.org/release/Regexp-Stringify
 Package: libregexp-stringify-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends},
-         libversion-util-perl
+         ${perl:Depends}
 Description: Perl module to stringify a Regexp object
  Regexp::Stringify is an alternative to Perl's default stringification of
  Regexp objects (i.e.:`"$re"`) and has some features/options, e.g.: producing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libregexp-stringify-perl.git



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