[liblog-report-optional-perl] 07/08: Add constraint version to libstring-print-perl dependency

Lucas Kanashiro kanashiro at moszumanska.debian.org
Mon Jul 10 14:13:49 UTC 2017


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

kanashiro pushed a commit to branch master
in repository liblog-report-optional-perl.

commit e88505dc5ba2342a0dde96cef9472fe40aeb2630
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Mon Jul 10 10:50:08 2017 -0300

    Add constraint version to libstring-print-perl dependency
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43776d1..838e24d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ liblog-report-optional-perl (1.03-1) UNRELEASED; urgency=medium
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 10
   * Declare complaince with Debian Policy 4.0.0
+  * Add constraint version to libstring-print-perl dependency
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Mon, 10 Jul 2017 10:46:05 -0300
 
diff --git a/debian/control b/debian/control
index 281f83a..034ce88 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 10)
-Build-Depends-Indep: libstring-print-perl,
+Build-Depends-Indep: libstring-print-perl (>= 0.91),
                      perl
 Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-report-optional-perl.git
@@ -16,7 +16,7 @@ Package: liblog-report-optional-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libstring-print-perl
+         libstring-print-perl (>= 0.91)
 Breaks: liblog-report-perl (<< 1.00)
 Replaces: liblog-report-perl (<< 1.00)
 Description: wrapper around Log::Report and Log::Report::Minimal

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-report-optional-perl.git



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