r13043 - in /trunk/libcrypt-dsa-perl/debian: control rules

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sat Jan 19 17:56:11 UTC 2008


Author: deepak-guest
Date: Sat Jan 19 17:56:10 2008
New Revision: 13043

URL: http://svn.debian.org/wsvn/?sc=1&rev=13043
Log:
Change Discription and Add Recommends and change debian/rules

Modified:
    trunk/libcrypt-dsa-perl/debian/control
    trunk/libcrypt-dsa-perl/debian/rules

Modified: trunk/libcrypt-dsa-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcrypt-dsa-perl/debian/control?rev=13043&op=diff
==============================================================================
--- trunk/libcrypt-dsa-perl/debian/control (original)
+++ trunk/libcrypt-dsa-perl/debian/control Sat Jan 19 17:56:10 2008
@@ -2,7 +2,8 @@
 Section: perl
 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
+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
@@ -15,8 +16,7 @@
 Depends: ${perl:Depends}, ${misc:Depends}, 
 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,
- although the heavy-duty mathematics underneath are provided by the 
- Math::Pari library.
+ signature verification system. The implementation itself is pure Perl.
+
  .
  This package provides DSA signing, signature verification, and key generation.

Modified: trunk/libcrypt-dsa-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-dsa-perl/debian/rules?rev=13043&op=diff
==============================================================================
--- trunk/libcrypt-dsa-perl/debian/rules (original)
+++ trunk/libcrypt-dsa-perl/debian/rules Sat Jan 19 17:56:10 2008
@@ -29,12 +29,9 @@
 	# and VENDORARCHEXP environment variables.
 
 	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor \
-		INSTALLVENDORARCH=/usr/share/perl5/ \
-		VENDORARCHEXP=/usr/share/perl5/
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-
 	touch $@
 
 clean:
@@ -63,8 +60,6 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples
-	dh_installdocs README ToDo
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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