r2518 - in packages/libstring-crc32-perl/trunk: . debian

Gunnar Wolf gwolf at costa.debian.org
Sat Apr 8 13:19:06 UTC 2006


Author: gwolf
Date: 2006-04-08 13:19:05 +0000 (Sat, 08 Apr 2006)
New Revision: 2518

Added:
   packages/libstring-crc32-perl/trunk/debian/
   packages/libstring-crc32-perl/trunk/debian/changelog
   packages/libstring-crc32-perl/trunk/debian/compat
   packages/libstring-crc32-perl/trunk/debian/control
   packages/libstring-crc32-perl/trunk/debian/copyright
   packages/libstring-crc32-perl/trunk/debian/rules
   packages/libstring-crc32-perl/trunk/debian/watch
Log:
Load libstring-crc32-perl-1.3 into packages/libstring-crc32-perl/trunk.


Added: packages/libstring-crc32-perl/trunk/debian/changelog
===================================================================
--- packages/libstring-crc32-perl/trunk/debian/changelog	2006-04-08 13:17:53 UTC (rev 2517)
+++ packages/libstring-crc32-perl/trunk/debian/changelog	2006-04-08 13:19:05 UTC (rev 2518)
@@ -0,0 +1,53 @@
+libstring-crc32-perl (1.3-3) unstable; urgency=low
+
+  * Adopted by the Debian pkg-perl group (Closes: #348954)
+  * Moved from section interpreters to perl
+  * Rewrote debian/rules using debhelper
+
+ -- Gunnar Wolf <gwolf at debian.org>  Sat,  8 Apr 2006 08:02:16 -0500
+
+libstring-crc32-perl (1.3-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.6.2.
+  * Orphan package by setting maintainer to QA group.
+
+ -- Clint Adams <schizo at debian.org>  Sat, 21 Jan 2006 18:22:46 -0500
+
+libstring-crc32-perl (1.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Drop build-dep on debhelper.
+
+ -- Clint Adams <schizo at debian.org>  Sat, 30 Apr 2005 13:52:33 -0400
+
+libstring-crc32-perl (1.2-5) unstable; urgency=low
+
+  * Change watch URL from ftp to http, since some CPAN ftp servers
+    seem a little off.
+
+ -- Clint Adams <schizo at debian.org>  Wed, 14 Jul 2004 15:11:14 -0400
+
+libstring-crc32-perl (1.2-4) unstable; urgency=low
+
+  * Add debian/watch file for dehs.
+  * Bump Standards-Version to 3.6.1.
+
+ -- Clint Adams <schizo at debian.org>  Tue, 13 Jul 2004 11:03:52 -0400
+
+libstring-crc32-perl (1.2-3) unstable; urgency=low
+
+  * Fix typo in description.  closes: #166537.
+
+ -- Clint Adams <schizo at debian.org>  Sun, 27 Oct 2002 15:19:27 -0500
+
+libstring-crc32-perl (1.2-2) unstable; urgency=low
+
+  * Build-dep on perl 5.8. 
+
+ -- Clint Adams <schizo at debian.org>  Sat, 24 Aug 2002 21:02:08 -0400
+
+libstring-crc32-perl (1.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Clint Adams <schizo at debian.org>  Sun,  9 Jun 2002 15:02:24 -0400

Added: packages/libstring-crc32-perl/trunk/debian/compat
===================================================================
--- packages/libstring-crc32-perl/trunk/debian/compat	2006-04-08 13:17:53 UTC (rev 2517)
+++ packages/libstring-crc32-perl/trunk/debian/compat	2006-04-08 13:19:05 UTC (rev 2518)
@@ -0,0 +1 @@
+5

Added: packages/libstring-crc32-perl/trunk/debian/control
===================================================================
--- packages/libstring-crc32-perl/trunk/debian/control	2006-04-08 13:17:53 UTC (rev 2517)
+++ packages/libstring-crc32-perl/trunk/debian/control	2006-04-08 13:19:05 UTC (rev 2518)
@@ -0,0 +1,18 @@
+Source: libstring-crc32-perl
+Section: perl
+Priority: optional
+Build-Depends: perl (>= 5.8.0-1), debhelper (>= 5.0.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.6.2
+
+Package: libstring-crc32-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}
+Description:  Perl interface for cyclic redundancy check generation
+ The CRC32 module calculates CRC sums of 32 bit lenghts.
+ It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and
+ many others.
+ .
+ Despite its name, this module is able to compute the checksum of
+ strings as well as of files.

Added: packages/libstring-crc32-perl/trunk/debian/copyright
===================================================================
--- packages/libstring-crc32-perl/trunk/debian/copyright	2006-04-08 13:17:53 UTC (rev 2517)
+++ packages/libstring-crc32-perl/trunk/debian/copyright	2006-04-08 13:19:05 UTC (rev 2518)
@@ -0,0 +1,20 @@
+The upstream author is: 
+
+Soenke J. Peters <peters at simprovement.com>
+
+CRC algorithm code taken from CRC-32 by Craig Bruce. 
+The module stuff is inspired by a similar perl module called 
+String::CRC by David Sharnoff & Matthew Dillon.
+Horst Fickenscher told me that it could be useful to supply an init
+value to the crc checking function and so I included this possibility.
+
+The author of this package disclaims all copyrights and 
+releases it into the public domain.
+
+The upstream sources can be obtained at:
+
+http://www.cpan.org/pub/CPAN/modules/by-module/String/SOENKE/
+
+The Debian packaging was carried out by Clint Adams
+<schizo at debian.org> and is now handled by the Debian pkg-perl group,
+http://alioth.debian.org/projects/pkg-perl

Added: packages/libstring-crc32-perl/trunk/debian/rules
===================================================================
--- packages/libstring-crc32-perl/trunk/debian/rules	2006-04-08 13:17:53 UTC (rev 2517)
+++ packages/libstring-crc32-perl/trunk/debian/rules	2006-04-08 13:19:05 UTC (rev 2518)
@@ -0,0 +1,97 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	#TEST#
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture dependent package, we are not
+	# supposed to install stuff to /usr/share. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+
+	touch install-stamp
+
+# 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_installdocs #DOCS#
+	dh_installexamples 
+#	dh_installmenu
+#	dh_installcron
+#	dh_installman
+	dh_installchangelogs #CHANGES#
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary


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

Added: packages/libstring-crc32-perl/trunk/debian/watch
===================================================================
--- packages/libstring-crc32-perl/trunk/debian/watch	2006-04-08 13:17:53 UTC (rev 2517)
+++ packages/libstring-crc32-perl/trunk/debian/watch	2006-04-08 13:19:05 UTC (rev 2518)
@@ -0,0 +1,3 @@
+version=2
+
+http://www.cpan.org/pub/CPAN/modules/by-module/String/SOENKE/String-CRC32-([-0-9\.]*).tar.gz




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