r1176 - in packages/libcrypt-des-perl/trunk: . debian

Jaldhar H. Vyas jaldhar@costa.debian.org
Wed, 15 Jun 2005 15:40:24 +0000


Author: jaldhar
Date: 2005-06-15 15:40:24 +0000 (Wed, 15 Jun 2005)
New Revision: 1176

Added:
   packages/libcrypt-des-perl/trunk/debian/
   packages/libcrypt-des-perl/trunk/debian/changelog
   packages/libcrypt-des-perl/trunk/debian/control
   packages/libcrypt-des-perl/trunk/debian/copyright
   packages/libcrypt-des-perl/trunk/debian/docs
   packages/libcrypt-des-perl/trunk/debian/rules
Modified:
   packages/libcrypt-des-perl/trunk/Makefile.PL
Log:
Load libcrypt-des-perl-2.03 into packages/libcrypt-des-perl/trunk.



Property changes on: packages/libcrypt-des-perl/trunk/Makefile.PL
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: packages/libcrypt-des-perl/trunk/debian/changelog
===================================================================
--- packages/libcrypt-des-perl/trunk/debian/changelog	2005-06-15 15:38:29 UTC (rev 1175)
+++ packages/libcrypt-des-perl/trunk/debian/changelog	2005-06-15 15:40:24 UTC (rev 1176)
@@ -0,0 +1,39 @@
+libcrypt-des-perl (2.03-4) unstable; urgency=low
+
+  * Package now maintained by the Debian Perl group.  (Closes:  #313465)
+
+ -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 15 Jun 2005 11:30:56 -0400
+
+libcrypt-des-perl (2.03-3) unstable; urgency=low
+
+  * moved out from non-us section
+
+ -- Shell Hung <shell@debian.org>  Fri, 18 Jun 2004 13:54:39 +0800
+
+libcrypt-des-perl (2.03-2) unstable; urgency=low
+
+  * Close bug report. (Closes: #158945)
+  * Add libcrypt-cbc-perl to build-depend
+
+ -- Shell Hung <shell@debian.org>  Wed,  9 Oct 2002 18:04:11 +0800
+
+libcrypt-des-perl (2.03-1.1) unstable; urgency=low
+
+  * NMU for perl 5.8.
+  * Build-depend on perl (>= 5.8.0-7), in order to use perlapi-5.8.0.
+  * Set PREFIX at 'make install' time, not while processing Makefile.PL,
+    otherwise VENDORPREFIX gets set wrongly and the build process ends up
+    trying to write to /usr on the build machine.
+  * 'make realclean' rather than 'clean'.
+
+ -- Colin Watson <cjwatson@debian.org>  Sat, 31 Aug 2002 01:59:52 +0100
+
+libcrypt-des-perl (2.03-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #118133)
+
+ -- Shell Hung <shell@debian.org>  Sat,  3 Nov 2001 23:41:56 +0800
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/libcrypt-des-perl/trunk/debian/control
===================================================================
--- packages/libcrypt-des-perl/trunk/debian/control	2005-06-15 15:38:29 UTC (rev 1175)
+++ packages/libcrypt-des-perl/trunk/debian/control	2005-06-15 15:40:24 UTC (rev 1176)
@@ -0,0 +1,17 @@
+Source: libcrypt-des-perl
+Section: perl
+Priority: optional
+Maintainer: "Debian Perl group" <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
+Build-Depends: debhelper (>> 3.0.0), perl (>= 5.8.0-7), libcrypt-cbc-perl
+Standards-Version: 3.6.1
+
+Package: libcrypt-des-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Description: Perl DES encryption module
+ This is Crypt::DES, an XS-based implementation of the DES
+ cryptography algorithm.
+ .
+ The module implements the Crypt::CBC interface, which has
+ blocksize, keysize, encrypt and decrypt functions.

Added: packages/libcrypt-des-perl/trunk/debian/copyright
===================================================================
--- packages/libcrypt-des-perl/trunk/debian/copyright	2005-06-15 15:38:29 UTC (rev 1175)
+++ packages/libcrypt-des-perl/trunk/debian/copyright	2005-06-15 15:40:24 UTC (rev 1176)
@@ -0,0 +1,59 @@
+This package was debianized by Shell Hung <shell@debian.org> on
+Sat,  3 Nov 2001 23:41:56 +0800.
+
+It was downloaded from <CPAN>/modules/by-module/Crypt/
+
+Upstream Authors: Eric Young <eay@mincom.oz.au>, Dave Paris <amused@pobox.com>
+
+Copyright:
+
+This perl extension includes software developed by Eric Young (eay@mincom.oz.au)
+
+Modifications, including cross-platform fixups, and single-algorithm distribution 
+packaging are Copyright (C) 2000 W3Works, LLC.  All Rights Reserved.  Mail 
+questions and comments to Dave Paris <amused@pobox.com>. Original distribution 
+license (below) applies.
+
+Other parts of the library are covered by the following licence:
+
+Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
+All rights reserved.
+
+This library and applications are FREE FOR COMMERCIAL AND NON-COMMERCIAL USE
+as long as the following conditions are adhered to.
+
+Copyright remains with Systemics Ltd, and as such any Copyright notices
+in the code are not to be removed.  If this code is used in a product,
+Systemics should be given attribution as the author of the parts used.
+This can be in the form of a textual message at program startup or
+in documentation (online or textual) provided with the package.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. All advertising materials mentioning features or use of this software
+   must display the following acknowledgement:
+   This product includes software developed by Systemics Ltd (http://www.systemics.com/)   
+
+   THIS SOFTWARE IS PROVIDED BY SYSTEMICS LTD ``AS IS'' AND
+   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+   ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+   SUCH DAMAGE.
+
+   The licence and distribution terms for any publically available version or
+   derivative of this code cannot be changed.  i.e. this code cannot simply be
+   copied and put under another distribution licence
+   [including the GNU Public Licence.]
+

Added: packages/libcrypt-des-perl/trunk/debian/docs
===================================================================
--- packages/libcrypt-des-perl/trunk/debian/docs	2005-06-15 15:38:29 UTC (rev 1175)
+++ packages/libcrypt-des-perl/trunk/debian/docs	2005-06-15 15:40:24 UTC (rev 1176)
@@ -0,0 +1 @@
+README

Added: packages/libcrypt-des-perl/trunk/debian/rules
===================================================================
--- packages/libcrypt-des-perl/trunk/debian/rules	2005-06-15 15:38:29 UTC (rev 1175)
+++ packages/libcrypt-des-perl/trunk/debian/rules	2005-06-15 15:40:24 UTC (rev 1176)
@@ -0,0 +1,79 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=3
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/libcrypt-des-perl.
+	$(MAKE) install PREFIX=$(shell pwd)/debian/libcrypt-des-perl/usr
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+	dh_installexamples	test.pl
+	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+	dh_installman
+	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


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