[librinci-perl] 05/07: debian/control: add build and runtime dependency on Data::Sah::Normalize
Lucas Kanashiro
kanashiro.duarte at gmail.com
Wed May 11 17:19:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository librinci-perl.
commit 5500b538dbf540df8ef09d728b19fc3ef4ce6e64
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Wed May 11 14:00:56 2016 -0300
debian/control: add build and runtime dependency on Data::Sah::Normalize
---
debian/changelog | 1 +
debian/control | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2ba6272..3d517d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ librinci-perl (1.1.80-1) UNRELEASED; urgency=medium
* Import upstream version 1.1.80
* debian/upstream/metadata: update Repository{,-Browse}
* Declare compliance with Debian policy 3.9.8
+ * debian/control: add build and runtime dependency on Data::Sah::Normalize
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Wed, 11 May 2016 13:50:54 -0300
diff --git a/debian/control b/debian/control
index ac30ebd..4335de4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
perl
-Build-Depends-Indep: libdefhash-perl (>= 1.0.6)
+Build-Depends-Indep: libdata-sah-normalize-perl,
+ libdefhash-perl (>= 1.0.6)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librinci-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librinci-perl.git
@@ -14,7 +15,8 @@ Homepage: https://metacpan.org/release/Rinci
Package: librinci-perl
Architecture: all
-Depends: ${misc:Depends},
+Depends: libdata-sah-normalize-perl,
+ ${misc:Depends},
${perl:Depends}
Recommends: libdefhash-perl (>= 1.0.6)
Description: module that provides a language-neutral metadata for your code
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librinci-perl.git
More information about the Pkg-perl-cvs-commits
mailing list