[libcrypt-gcrypt-perl] 08/11: debian/control: drop unneeded version constraints from build-dep.

gregor herrmann gregoa at debian.org
Sun Sep 28 20:38:44 UTC 2014


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

gregoa pushed a commit to branch master
in repository libcrypt-gcrypt-perl.

commit 435a4d4526a0f49f0a8f2b94882d3fafb5f801f3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 28 22:31:20 2014 +0200

    debian/control: drop unneeded version constraints from build-dep.
---
 debian/control | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index c63a521..76fa420 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,13 @@
 Source: libcrypt-gcrypt-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9.20120312~), perl, libgcrypt11-dev (>= 1.3.0), libtest-pod-coverage-perl, libdevel-size-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312~),
+               perl,
+               libgcrypt11-dev,
+               libtest-pod-coverage-perl,
+               libdevel-size-perl
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Crypt-GCrypt
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-gcrypt-perl.git
@@ -11,7 +15,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-gcrypt-perl.git
 
 Package: libcrypt-gcrypt-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Perl interface to the GNU Cryptographic library
  Crypt::GCrypt provides an object interface to the C libgcrypt library. It
  currently supports symmetric encryption/decryption, while asymmetric 

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



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