[SCM] Debian packaging of libcrypt-simple-perl branch, master, updated. 27b4bf472253d8be4b875bea7ba7993245a940a9
gregor herrmann
gregoa at debian.org
Thu Jul 5 20:18:49 UTC 2012
The following commit has been merged in the master branch:
commit aa3d52ebd2270d9e65da8c301e4a40ac224a199f
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jul 5 12:22:31 2012 -0600
debian/control: update {versioned,alternative} (build) dependencies.
diff --git a/debian/control b/debian/control
index 40bb55f..4b79e8e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,26 @@
Source: libcrypt-simple-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar at debian.org>
-Build-Depends-Indep: perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl
+Section: perl
+Priority: optional
Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl,
+ libcrypt-blowfish-perl,
+ libemail-mime-encodings-perl,
+ libfreezethaw-perl
Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/Crypt-Simple/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-simple-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-simple-perl.git
+Homepage: http://search.cpan.org/dist/Crypt-Simple/
Package: libcrypt-simple-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ perl,
+ libcrypt-blowfish-perl,
+ libemail-mime-encodings-perl,
+ libfreezethaw-perl
Description: Perl library to encrypt stuff simply
Maybe you have a web application and you need to store some session
data at the client side (in a cookie or hidden form fields) but you
@@ -24,3 +32,4 @@ Description: Perl library to encrypt stuff simply
that you can save in a text file, send in an email, store in a cookie
or web page, or bounce around the Net. The data you encrypt can be as
simple or as complicated as you like.
+
--
Debian packaging of libcrypt-simple-perl
More information about the Pkg-perl-cvs-commits
mailing list