r46861 - in /trunk/libfilter-crypto-perl/debian: control copyright rules

cjadamscollier-guest at users.alioth.debian.org cjadamscollier-guest at users.alioth.debian.org
Fri Nov 6 21:02:55 UTC 2009


Author: cjadamscollier-guest
Date: Fri Nov  6 21:02:35 2009
New Revision: 46861

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46861
Log:
* Added specific version dependencies to debian/control
* Added note about the crypto code being GPL-incompatible
* added a --pswd argument to the Makefile.PL to ensure version-independent password

Modified:
    trunk/libfilter-crypto-perl/debian/control
    trunk/libfilter-crypto-perl/debian/copyright
    trunk/libfilter-crypto-perl/debian/rules

Modified: trunk/libfilter-crypto-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/control?rev=46861&op=diff
==============================================================================
--- trunk/libfilter-crypto-perl/debian/control (original)
+++ trunk/libfilter-crypto-perl/debian/control Fri Nov  6 21:02:35 2009
@@ -1,7 +1,7 @@
 Source: libfilter-crypto-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, perl-doc, libpar-packer-perl,
+Build-Depends: debhelper (>= 7), perl (>= 5.8.9), 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>

Modified: trunk/libfilter-crypto-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/copyright?rev=46861&op=diff
==============================================================================
--- trunk/libfilter-crypto-perl/debian/copyright (original)
+++ trunk/libfilter-crypto-perl/debian/copyright Fri Nov  6 21:02:35 2009
@@ -46,6 +46,13 @@
     Public License can be found in `/usr/share/common-licenses/GPL'
 
 License: BSD-Variant
+
+  [ Nota Bene: This license is GPL-incompatible.  Although the author
+    licenses this package under the same terms as Perl itself
+    (Artistic + GPL-1+), code released under only the GPL (vs. that
+    released under the same terms as Perl itself) may not depend on
+    this library. -CJAC ]
+
   ====================================================================
   Copyright (c) 1998-2004 Ralf S. Engelschall. All rights reserved.
  

Modified: trunk/libfilter-crypto-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfilter-crypto-perl/debian/rules?rev=46861&op=diff
==============================================================================
--- trunk/libfilter-crypto-perl/debian/rules (original)
+++ trunk/libfilter-crypto-perl/debian/rules Fri Nov  6 21:02:35 2009
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+override_dh_auto_configure:
+	dh_auto_configure -- --pswd 'rC}&6"Y,qvFwOew+jbNtRql\'fVi/{/^6;aj;"Wc*4n7UWGI~!hr<gkD!S.9y&B[P'
 %:
 	dh $@




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