r46757 - in /trunk/libfilter-crypto-perl/debian: changelog control

cjadamscollier-guest at users.alioth.debian.org cjadamscollier-guest at users.alioth.debian.org
Wed Nov 4 20:13:41 UTC 2009


Author: cjadamscollier-guest
Date: Wed Nov  4 20:13:36 2009
New Revision: 46757

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46757
Log:
addressed next round of CR items

Modified:
    trunk/libfilter-crypto-perl/debian/changelog
    trunk/libfilter-crypto-perl/debian/control

Modified: trunk/libfilter-crypto-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/changelog?rev=46757&op=diff
==============================================================================
--- trunk/libfilter-crypto-perl/debian/changelog (original)
+++ trunk/libfilter-crypto-perl/debian/changelog Wed Nov  4 20:13:36 2009
@@ -1,25 +1,9 @@
 libfilter-crypto-perl (1.29-1) UNRELEASED; urgency=low
 
   TODO:
-  - doesn't build, error:
-    "Error (132): OS unsupported: No prefix directory found for OpenSSL or
-    SSLeay at Makefile.PL line 111" --> add "libssl-dev, openssl" to
-    Build-Depends
   - 2 lintian errors:
-    "E: libfilter-crypto-perl: description-starts-with-package-name"
-    -> s/libfilter-crypto-perl is a library to create/library to create/
-    (as dam said: $package is a $shortdescription, so "is a" is just virtually
-    added)
     "E: libfilter-crypto-perl: description-too-long"
     probably fixed by removing "libfilter-crypto-perl is a "
-  - current Standards-Version is 3.8.3, not 3.8.2
-  - having an unversioned "perl" dependency in Depends is not needed, it gets
-    added by ${perl:Depends} (with the correct version) automagically
-  - one test is skipped:
-    "t/06_pod.t ........ skipped: Test::Pod required to test POD"
-    -> add libtest-pod-perl to Build-Depends
-  - "perl-doc (>= 5.6.0)" is not necessary, even oldstable has 5.8.8, so just
-    "perl-doc" is enough
 
   * Initial Release. (Closes: #554430)
 

Modified: trunk/libfilter-crypto-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/control?rev=46757&op=diff
==============================================================================
--- trunk/libfilter-crypto-perl/debian/control (original)
+++ trunk/libfilter-crypto-perl/debian/control Wed Nov  4 20:13:36 2009
@@ -1,18 +1,19 @@
 Source: libfilter-crypto-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, perl-doc (>= 5.6.0), libpar-packer-perl
+Build-Depends: debhelper (>= 7), perl, perl-doc, libpar-packer-perl,
+ libssl-dev, openssl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: C.J. Adams-Collier <cjac at colliertech.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Filter-Crypto/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfilter-crypto-perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfilter-crypto-perl/
 
 Package: libfilter-crypto-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, perl
-Description: libfilter-crypto-perl is a library to create runnable Perl files encrypted with OpenSSL libcrypto
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: library to create runnable Perl files encrypted with OpenSSL libcrypto
  Filter::Crypto provides a Perl source code decryption filter for running
  files that have been encrypted via the
  Filter::Crypto::CryptFile module.




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