[SCM] Packaging of Crypt::CAST5 in Debian branch, master, updated. 2a01310d4f5a6d32cd33cfe5d7f98adc0fffb08b

Carlos Vicente cvicente at cpan.org
Tue Feb 14 18:50:23 UTC 2012


The following commit has been merged in the master branch:
commit be05d76bff3b26c2b81cdd4bb3ef9669f248dc5b
Author: Carlos Vicente <cvicente at cpan.org>
Date:   Mon Feb 13 19:07:14 2012 -0800

    Fixed TODO items

diff --git a/debian/changelog b/debian/changelog
index aa53ad5..931c645 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,24 +1,4 @@
-libcrypt-cast5-perl (0.05-1) UNRELEASED; urgency=low
-
-  TODO:
-  - I suggest to remove debian/libcrypt-cast5-perl.docs, the README doesn't
-    provide any relevant information for users
-  - debian/copyright:
-    + info about ppport.h missing (cf.
-      http://pkg-perl.alioth.debian.org/copyright.html#devel__ppport but not
-      that we have an older version here)
-    + Upstream-Contatct is probably Bob Mathews
-  - d/control, d/compat: please use debhelper (>= 9) and compat level 9
-    this is arch:any, and here dh9 passes CFLAGS to EUMM/MB (for arch:all it
-    doesn't matter)
-  - d/control: 
-    + short and long descriptions flow into each other. the short
-      description should be noun phrase describing what the package is/does.
-      the long description should mention the Module::Name
-    + remove unversioned perl (only) from Depends:
-    + a test needs Crypt::CBC --> add libcrypt-cbc-perl to Build-Depends
-    + it seems the code itself doesn't need it but can use it, so maybe add
-      libcrypt-cbc-perl to Recommends or Suggests
+libcrypt-cast5-perl (0.05-1) unstable; urgency=low
 
   * Initial Release (Closes: #659402)
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index ac0ff44..509a4d7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlos Vicente <cvicente at cpan.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
+               libcrypt-cbc-perl,
                perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libcrypt-cast5-perl.git
@@ -14,9 +15,11 @@ Package: libcrypt-cast5-perl
 Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
-         ${shlibs:Depends},
-         perl
-Description: crypt::CAST5 provides an implementation of the CAST5 block cipher using
+         ${shlibs:Depends}
+Recommends: libcrypt-cbc-perl
+Description: CAST5 block cipher
+
+ Crypt::CAST5 provides an implementation of the CAST5 block cipher using
  compiled C code for increased speed. CAST5 is also known as CAST-128. It is a
  product of the CAST design procedure developed by C. Adams and S. Tavares.
  The CAST5 cipher is available royalty-free.
diff --git a/debian/copyright b/debian/copyright
index 52711c3..6029328 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,13 @@
 Format: http://dep.debian.net/deps/dep5/
 Upstream-Name: Crypt-CAST5
-Upstream-Contact: Carlos Vicente <cvicente at cpan.org>
+Upstream-Contact: Bob Mathews <bobmathews at alumni.calpoly.edu>
 Source: http://search.cpan.org/dist/Crypt-CAST5/
 
+Files: ppport.h
+Copyright: 2001, Paul Marquess 
+           1999, Kenneth Albanowski
+License: Artistic or GPL-1+
+
 Files: *
 Copyright: 2002-2006 Bob Mathews
 License: Artistic or GPL-1+
diff --git a/debian/libcrypt-cast5-perl.docs b/debian/libcrypt-cast5-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/libcrypt-cast5-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README

-- 
Packaging of Crypt::CAST5 in Debian



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