r1112 - in packages/libcrypt-cbc-perl/trunk: . debian eg

Gustavo Franco stratus@costa.debian.org
Mon, 13 Jun 2005 00:43:23 +0000


Author: stratus
Date: 2005-06-13 00:43:23 +0000 (Mon, 13 Jun 2005)
New Revision: 1112

Added:
   packages/libcrypt-cbc-perl/trunk/debian/
   packages/libcrypt-cbc-perl/trunk/debian/changelog
   packages/libcrypt-cbc-perl/trunk/debian/compat
   packages/libcrypt-cbc-perl/trunk/debian/control
   packages/libcrypt-cbc-perl/trunk/debian/copyright
   packages/libcrypt-cbc-perl/trunk/debian/rules
   packages/libcrypt-cbc-perl/trunk/debian/watch
Modified:
   packages/libcrypt-cbc-perl/trunk/eg/des.pl
   packages/libcrypt-cbc-perl/trunk/eg/idea.pl
Log:
Load libcrypt-cbc-perl-2.12 into packages/libcrypt-cbc-perl/trunk.


Added: packages/libcrypt-cbc-perl/trunk/debian/changelog
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/changelog	2005-06-13 00:41:45 UTC (rev 1111)
+++ packages/libcrypt-cbc-perl/trunk/debian/changelog	2005-06-13 00:43:23 UTC (rev 1112)
@@ -0,0 +1,49 @@
+libcrypt-cbc-perl (2.12-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - Standards-Version field updated to 3.6.1.
+    
+ -- Gustavo Franco <stratus@acm.org>  Sun, 15 Aug 2004 15:52:39 -0300
+
+libcrypt-cbc-perl (2.08-3) unstable; urgency=low
+
+  * debian/control: 
+    - Depends on libcrypt-passwdmd5-perl really removed now.
+
+ -- Gustavo Franco <stratus@acm.org>  Mon, 18 Aug 2003 10:08:10 -0300
+
+libcrypt-cbc-perl (2.08-2) unstable; urgency=low
+  
+  * debian/control:
+    - Standards-Version field updated to 3.5.10.
+    - Section field updated to perl.
+    - Depends on libcrypt-passwdmd5-perl removed (Closes: #187131).
+    - Build-Depends-Indep field updated (debhelper >> 4.0.0).
+    
+  * debian/rules: binary-indep fixed.
+  * debian/compat: added and setted to 4.
+
+ -- Gustavo Franco <stratus@acm.org>  Tue, 22 Apr 2003 10:18:24 -0300
+ 
+libcrypt-cbc-perl (2.08-1) unstable; urgency=low
+
+  * New upstream release (Closes: #181052).
+  * Standards-Version updated (3.5.8).
+  
+ -- Gustavo Franco <stratus@acm.org>  Sat, 15 Feb 2003 08:39:26 -0200
+
+libcrypt-cbc-perl (2.07-1) unstable; urgency=low
+
+  * New upstream release
+  * Architecture field corrected (any to all).
+  * debian/rules cleanup(thanks to: Gergely Nagy).
+    
+ -- Gustavo Franco <stratus@alternex.com.br>  Tue, 27 Aug 2002 14:53:15 -0300
+
+libcrypt-cbc-perl (2.03-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #144551)
+
+ -- Gustavo Franco <stratus@alternex.com.br>  Thu, 25 Apr 2003 10:29:51 -0300
+

Added: packages/libcrypt-cbc-perl/trunk/debian/compat
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/compat	2005-06-13 00:41:45 UTC (rev 1111)
+++ packages/libcrypt-cbc-perl/trunk/debian/compat	2005-06-13 00:43:23 UTC (rev 1112)
@@ -0,0 +1 @@
+4

Added: packages/libcrypt-cbc-perl/trunk/debian/control
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/control	2005-06-13 00:41:45 UTC (rev 1111)
+++ packages/libcrypt-cbc-perl/trunk/debian/control	2005-06-13 00:43:23 UTC (rev 1112)
@@ -0,0 +1,15 @@
+Source: libcrypt-cbc-perl
+Section: perl
+Priority: optional
+Maintainer: Gustavo Franco <stratus@acm.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.8)
+Standards-Version: 3.6.1
+
+Package: libcrypt-cbc-perl
+Architecture: all 
+Depends: ${perl:Depends}, libcrypt-rijndael-perl | libcrypt-blowfish-perl | libcrypt-des-perl
+Description: Implementation of cipher block chaining (CBC) mode
+ In combination with a block cipher such as Crypt::Rijndael or 
+ Crypt::Blowfish, you can encrypt and decrypt messages of 
+ arbitrarily long length.  The encrypted messages are compatible 
+ with the encryption format used by SSLeay.

Added: packages/libcrypt-cbc-perl/trunk/debian/copyright
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/copyright	2005-06-13 00:41:45 UTC (rev 1111)
+++ packages/libcrypt-cbc-perl/trunk/debian/copyright	2005-06-13 00:43:23 UTC (rev 1112)
@@ -0,0 +1,19 @@
+This package was debianized by Gustavo Franco <stratus@alternex.com.br> on
+Thu, 25 Apr 2002 10:29:51 -0300.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.perl.com/CPAN/> to find a CPAN site near you.
+
+Upstream Author: Lincoln D. Stein <lstein@cshl.org>
+
+Copyright:
+
+    This program is free software; you can redistribute it and/or modify it
+    under the terms of the "Artistic License" which comes with Debian.
+
+    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
+    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES 
+    OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+On Debian GNU/Linux systems, the complete text of the Artistic License 
+can be found in `/usr/share/common-licenses/Artistic'.

Added: packages/libcrypt-cbc-perl/trunk/debian/rules
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/rules	2005-06-13 00:41:45 UTC (rev 1111)
+++ packages/libcrypt-cbc-perl/trunk/debian/rules	2005-06-13 00:43:23 UTC (rev 1112)
@@ -0,0 +1,53 @@
+#! /usr/bin/make -f
+# -*-makefile-*-
+# debian/rules file for libcrypt-cbc-perl
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+package	:= $(shell sed -ne 's/^Package: *//p' debian/control)
+prefix	:= $(PWD)/debian/$(package)/usr
+
+
+# thanks to: Gergely Nagy.
+Makefile: Makefile.PL
+	${PERL} Makefile.PL INSTALLDIRS=vendor PERL=${PERL}
+build: Makefile
+	dh_testdir
+	${MAKE} LD_RUN_PATH=
+
+clean:  checkroot
+	rm -f build-stamp
+	-$(MAKE) distclean
+	dh_clean
+
+binary-indep:	checkroot build
+	dh_clean
+	dh_installdirs
+
+	$(MAKE) pure_install PREFIX=$(prefix)
+
+	dh_installdocs README
+	dh_installexamples 
+	dh_installchangelogs Changes
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_shlibdeps
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:	checkroot build
+# We have nothing to do by default.
+
+binary:	binary-indep binary-arch
+
+checkroot:
+	dh_testdir
+	dh_testroot
+
+.PHONY:	binary binary-arch binary-indep clean checkroot build


Property changes on: packages/libcrypt-cbc-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libcrypt-cbc-perl/trunk/debian/watch
===================================================================
--- packages/libcrypt-cbc-perl/trunk/debian/watch	2005-06-13 00:41:45 UTC (rev 1111)
+++ packages/libcrypt-cbc-perl/trunk/debian/watch	2005-06-13 00:43:23 UTC (rev 1112)
@@ -0,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-(.*)\.tar\.gz


Property changes on: packages/libcrypt-cbc-perl/trunk/eg/des.pl
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libcrypt-cbc-perl/trunk/eg/idea.pl
___________________________________________________________________
Name: svn:executable
   - 
   + *