r8017 - in /trunk/libcrypt-cbc-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Sep 29 12:04:23 UTC 2007


Author: gregoa-guest
Date: Sat Sep 29 12:04:23 2007
New Revision: 8017

URL: http://svn.debian.org/wsvn/?sc=1&rev=8017
Log:
* Wrap long lines in debian/control
* Add libcrypt-des-ede3-perl to (build) dependencies.

Modified:
    trunk/libcrypt-cbc-perl/debian/changelog
    trunk/libcrypt-cbc-perl/debian/control

Modified: trunk/libcrypt-cbc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/changelog?rev=8017&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/changelog (original)
+++ trunk/libcrypt-cbc-perl/debian/changelog Sat Sep 29 12:04:23 2007
@@ -2,8 +2,10 @@
 
   * New upstream release.
   * Fix typo in last changelog.
+  * Wrap long lines in debian/control
+  * Add libcrypt-des-ede3-perl to (build) dependencies.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 29 Sep 2007 13:58:03 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 29 Sep 2007 14:01:47 +0200
 
 libcrypt-cbc-perl (2.22-1) unstable; urgency=low
 

Modified: trunk/libcrypt-cbc-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcrypt-cbc-perl/debian/control?rev=8017&op=diff
==============================================================================
--- trunk/libcrypt-cbc-perl/debian/control (original)
+++ trunk/libcrypt-cbc-perl/debian/control Sat Sep 29 12:04:23 2007
@@ -2,16 +2,18 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> 
-Uploaders: Gustavo Franco <stratus at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
+Uploaders: Gustavo Franco <stratus at debian.org>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, 
+ gregor herrmann <gregor+debian at comodo.priv.at>, Carlo Segre <segre at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8), libcrypt-blowfish-perl, libcrypt-des-perl, libcrypt-rijndael-perl
+Build-Depends-Indep: perl (>= 5.8), libcrypt-blowfish-perl, libcrypt-des-perl, 
+ libcrypt-rijndael-perl, libcrypt-des-ede3-perl
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-cbc-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-cbc-perl/
 
 Package: libcrypt-cbc-perl
 Architecture: all 
-Depends: ${perl:Depends}, libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl
+Depends: ${perl:Depends}, libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl | libcrypt-des-ede3-perl
 Description: Implementation of cipher block chaining (CBC) mode
  In combination with a block cipher such as Crypt::Rijndael or 
  Crypt::Blowfish, you can encrypt and decrypt messages of 




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