r13174 - in /trunk/libcrypt-dsa-perl/debian: changelog control copyright

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Mon Jan 21 18:52:56 UTC 2008


Author: roberto
Date: Mon Jan 21 18:52:56 2008
New Revision: 13174

URL: http://svn.debian.org/wsvn/?sc=1&rev=13174
Log:
Add missing note copyright, move Recommends down from source package to binary package.

Modified:
    trunk/libcrypt-dsa-perl/debian/changelog
    trunk/libcrypt-dsa-perl/debian/control
    trunk/libcrypt-dsa-perl/debian/copyright

Modified: trunk/libcrypt-dsa-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-dsa-perl/debian/changelog?rev=13174&op=diff
==============================================================================
--- trunk/libcrypt-dsa-perl/debian/changelog (original)
+++ trunk/libcrypt-dsa-perl/debian/changelog Mon Jan 21 18:52:56 2008
@@ -1,5 +1,5 @@
 libcrypt-dsa-perl (0.14-1) unstable; urgency=low
 
-  * Initial Release (Closes: #441989)
+  * Initial Release (packaged by Deepak Tripathi) (Closes: #441989)
 
  -- Deepak Tripathi <apenguinlinux at gmail.com>  Sun, 20 Jan 2008 01:05:53 +0530

Modified: trunk/libcrypt-dsa-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcrypt-dsa-perl/debian/control?rev=13174&op=diff
==============================================================================
--- trunk/libcrypt-dsa-perl/debian/control (original)
+++ trunk/libcrypt-dsa-perl/debian/control Mon Jan 21 18:52:56 2008
@@ -3,7 +3,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-7), libmodule-depends-perl, libmodule-install-perl, libdigest-sha1-perl, libmath-bigint-gmp-perl, libconvert-pem-perl, libdata-buffer-perl, libconvert-asn1-perl
-Recommends: libconvert-pem-perl, libdata-buffer-perl, libconvert-asn1-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Roberto C. Sanchez <roberto at debian.org>
 Standards-Version: 3.7.3
@@ -14,6 +13,7 @@
 Package: libcrypt-dsa-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
+Recommends: libconvert-pem-perl, libdata-buffer-perl, libconvert-asn1-perl
 Description: DSA Signatures and Key Generation
  It is an implementation of the DSA (Digital Signature Algorithm) 
  signature verification system. The implementation itself is pure Perl.

Modified: trunk/libcrypt-dsa-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcrypt-dsa-perl/debian/copyright?rev=13174&op=diff
==============================================================================
--- trunk/libcrypt-dsa-perl/debian/copyright (original)
+++ trunk/libcrypt-dsa-perl/debian/copyright Mon Jan 21 18:52:56 2008
@@ -12,6 +12,10 @@
 Crypt::DSA is free software; you may redistribute it and/or modify it
 under the same terms as Perl itself.
 
+lib/Crypt/DSA/Util.pm includes a portion with this copyright:
+## Nicked from Crypt::RSA::DataFormat.
+## Copyright (c) 2001, Vipul Ved Prakash.
+
 Perl is distributed under your choice of the GNU General Public License or
 the Artistic License.  On Debian GNU/Linux systems, the complete text of the
 GNU General Public License can be found in `/usr/share/common-licenses/GPL'




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