r2196 - in packages/libmarc-perl/trunk: . debian

gregor herrmann gregoa-guest at costa.debian.org
Sat Feb 25 20:44:14 UTC 2006


Author: gregoa-guest
Date: 2006-02-25 20:44:13 +0000 (Sat, 25 Feb 2006)
New Revision: 2196

Added:
   packages/libmarc-perl/trunk/debian/
   packages/libmarc-perl/trunk/debian/changelog
   packages/libmarc-perl/trunk/debian/compat
   packages/libmarc-perl/trunk/debian/control
   packages/libmarc-perl/trunk/debian/copyright
   packages/libmarc-perl/trunk/debian/rules
   packages/libmarc-perl/trunk/debian/watch
Modified:
   packages/libmarc-perl/trunk/MARC.pm
Log:
Load libmarc-perl-1.07 into packages/libmarc-perl/trunk.


Modified: packages/libmarc-perl/trunk/MARC.pm
===================================================================
--- packages/libmarc-perl/trunk/MARC.pm	2006-02-25 20:44:05 UTC (rev 2195)
+++ packages/libmarc-perl/trunk/MARC.pm	2006-02-25 20:44:13 UTC (rev 2196)
@@ -3110,7 +3110,7 @@
 
 If you do not get any response that means everything is OK! If you get an
 error like I<Can't locate method "use" via package MARC>.
-then Perl is not able to find MARC.pm--double check that the file copied
+then Perl is not able to find MARC.pm - double check that the file copied
 it into the right place during the install.
 
 =back
@@ -4022,7 +4022,7 @@
 
 =head1 NOTES
 
-Please let us know if you run into any difficulties using MARC.pm--we'd be
+Please let us know if you run into any difficulties using MARC.pm - we'd be
 happy to try to help. Also, please contact us if you notice any bugs, or
 if you would like to suggest an improvement/enhancement. Email addresses 
 are listed at the bottom of this page.

Added: packages/libmarc-perl/trunk/debian/changelog
===================================================================
--- packages/libmarc-perl/trunk/debian/changelog	2006-02-25 20:44:05 UTC (rev 2195)
+++ packages/libmarc-perl/trunk/debian/changelog	2006-02-25 20:44:13 UTC (rev 2196)
@@ -0,0 +1,29 @@
+libmarc-perl (1.07-4) unstable; urgency=low
+
+  * Initial upload to the Debian archive. (Closes: #351471)
+  * Set debhelper compatibility level to 5.
+  * Changed watch file.
+  * Changed Maintainer to the Debian Perl Group before initial import to
+    the pkg-perl svn repository.
+      
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  5 Feb 2006 04:21:27 +0100
+
+libmarc-perl (1.07-3) unstable; urgency=low
+
+  * Added homepage to debian/control.
+  * Changed -- to - in pod section to circumvent pod2man error hat triggers lintian.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 10 Jan 2006 20:55:08 +0100
+
+libmarc-perl (1.07-2) unstable; urgency=low
+
+  * Changed debian/control and debian/rules with dh-make-perl.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Mon,  2 Jan 2006 01:32:10 +0100
+
+libmarc-perl (1.07-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  1 Jan 2006 14:48:42 +0100
+

Added: packages/libmarc-perl/trunk/debian/compat
===================================================================
--- packages/libmarc-perl/trunk/debian/compat	2006-02-25 20:44:05 UTC (rev 2195)
+++ packages/libmarc-perl/trunk/debian/compat	2006-02-25 20:44:13 UTC (rev 2196)
@@ -0,0 +1 @@
+5

Added: packages/libmarc-perl/trunk/debian/control
===================================================================
--- packages/libmarc-perl/trunk/debian/control	2006-02-25 20:44:05 UTC (rev 2195)
+++ packages/libmarc-perl/trunk/debian/control	2006-02-25 20:44:13 UTC (rev 2196)
@@ -0,0 +1,24 @@
+Source: libmarc-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Standards-Version: 3.6.2
+
+Package: libmarc-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl extension to manipulate MAchine Readable Cataloging records
+ MARC.pm is a Perl 5 module for reading in, manipulating, and outputting
+ bibliographic records in the USMARC format.
+ .
+ MARC.pm can handle both single and batches of MARC records. The limit on
+ the number of records in a batch is determined by the memory capacity of
+ the machine you are running. If memory is an issue for you MARC.pm will
+ allow you to read in records from a batch gradually. MARC.pm also includes
+ a variety of tools for searching, removing, and even creating records from
+ scratch.
+ .
+  Homepage: http://search.cpan.org/~bbirth/MARC-1.07/MARC.pm

Added: packages/libmarc-perl/trunk/debian/copyright
===================================================================
--- packages/libmarc-perl/trunk/debian/copyright	2006-02-25 20:44:05 UTC (rev 2195)
+++ packages/libmarc-perl/trunk/debian/copyright	2006-02-25 20:44:13 UTC (rev 2196)
@@ -0,0 +1,27 @@
+This package was debianized by gregor herrmann <gregor+debian at comodo.priv.at> on
+Sun,  1 Jan 2006 14:48:42 +0100.
+
+It was downloaded from http://search.cpan.org/~bbirth/MARC-1.07/MARC.pm
+
+Authors:
+Chuck Bearden cbearden at rice.edu
+Bill Birthisel wcbirthisel at alum.mit.edu
+Derek Lane dereklane at pobox.com
+Charles McFadden chuck at vims.edu
+Ed Summers ed at cheetahmail.com
+
+Copyright:
+Copyright (C) 1999,2000, Bearden, Birthisel, Lane, McFadden, and Summers.
+All rights reserved. This module is free software; you can redistribute it
+and/or modify it under the same terms as Perl itself. 23 April 2000.
+Portions Copyright (C) 1999,2000, Duke University, Lane.
+
+License:
+Perl is distributed under either the Artistic licence or the GPL.
+
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+

Added: packages/libmarc-perl/trunk/debian/rules
===================================================================
--- packages/libmarc-perl/trunk/debian/rules	2006-02-25 20:44:05 UTC (rev 2195)
+++ packages/libmarc-perl/trunk/debian/rules	2006-02-25 20:44:13 UTC (rev 2196)
@@ -0,0 +1,83 @@
+#!/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)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+
+	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
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	# As this is a architecture independent package, we are not
+	# supposed to install stuff to /usr/lib. MakeMaker creates
+	# the dirs, we delete them from the deb:
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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/libmarc-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libmarc-perl/trunk/debian/watch
===================================================================
--- packages/libmarc-perl/trunk/debian/watch	2006-02-25 20:44:05 UTC (rev 2195)
+++ packages/libmarc-perl/trunk/debian/watch	2006-02-25 20:44:13 UTC (rev 2196)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.cpan.org/modules/by-module/MARC/MARC-([\d.]+)\.(tar\.gz|tar|tgz)




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