r2200 - in packages/libmarc-record-perl/trunk: . bin debian etc lib/MARC t

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


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

Added:
   packages/libmarc-record-perl/trunk/debian/
   packages/libmarc-record-perl/trunk/debian/changelog
   packages/libmarc-record-perl/trunk/debian/compat
   packages/libmarc-record-perl/trunk/debian/control
   packages/libmarc-record-perl/trunk/debian/copyright
   packages/libmarc-record-perl/trunk/debian/dirs
   packages/libmarc-record-perl/trunk/debian/rules
   packages/libmarc-record-perl/trunk/debian/watch
Modified:
   packages/libmarc-record-perl/trunk/bin/marcdump
   packages/libmarc-record-perl/trunk/bin/marclint
   packages/libmarc-record-perl/trunk/etc/specs
   packages/libmarc-record-perl/trunk/lib/MARC/Field.pm
   packages/libmarc-record-perl/trunk/lib/MARC/Lint.pm
   packages/libmarc-record-perl/trunk/lib/MARC/Record.pm
   packages/libmarc-record-perl/trunk/t/00.load.t
   packages/libmarc-record-perl/trunk/t/01.version.t
   packages/libmarc-record-perl/trunk/t/10.camel.t
   packages/libmarc-record-perl/trunk/t/11.astring.t
   packages/libmarc-record-perl/trunk/t/20.clone.t
   packages/libmarc-record-perl/trunk/t/50.batch.t
   packages/libmarc-record-perl/trunk/t/60.insert.t
   packages/libmarc-record-perl/trunk/t/60.update.t
   packages/libmarc-record-perl/trunk/t/61.append.t
   packages/libmarc-record-perl/trunk/t/61.replace.t
   packages/libmarc-record-perl/trunk/t/62.before.t
   packages/libmarc-record-perl/trunk/t/63.after.t
   packages/libmarc-record-perl/trunk/t/64.create.t
   packages/libmarc-record-perl/trunk/t/82.baddir.t
   packages/libmarc-record-perl/trunk/t/batch-filter.t
   packages/libmarc-record-perl/trunk/t/convenience.t
   packages/libmarc-record-perl/trunk/t/decode-filter.t
   packages/libmarc-record-perl/trunk/t/file-filter.t
   packages/libmarc-record-perl/trunk/t/file-header.t
   packages/libmarc-record-perl/trunk/t/lineendings.t
   packages/libmarc-record-perl/trunk/t/title_proper.t
Log:
Load libmarc-record-perl-1.38 into packages/libmarc-record-perl/trunk.



Property changes on: packages/libmarc-record-perl/trunk/bin/marcdump
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/bin/marclint
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: packages/libmarc-record-perl/trunk/debian/changelog
===================================================================
--- packages/libmarc-record-perl/trunk/debian/changelog	2006-02-25 20:44:45 UTC (rev 2199)
+++ packages/libmarc-record-perl/trunk/debian/changelog	2006-02-25 20:44:54 UTC (rev 2200)
@@ -0,0 +1,21 @@
+libmarc-record-perl (1.38-3) unstable; urgency=low
+
+  * Initial upload to the Debian archive. (Closes: #251875)
+  * Set debhelper compatibility level to 5.
+  * Changed Maintainer to the Debian Perl Group before initial import to
+    the pkg-perl svn repository.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 25 Feb 2006 19:36:57 +0100
+
+libmarc-record-perl (1.38-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:24:18 +0100
+
+libmarc-record-perl (1.38-1) unstable; urgency=low
+
+  * Initial release
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun,  1 Jan 2006 17:54:09 +0100
+

Added: packages/libmarc-record-perl/trunk/debian/compat
===================================================================
--- packages/libmarc-record-perl/trunk/debian/compat	2006-02-25 20:44:45 UTC (rev 2199)
+++ packages/libmarc-record-perl/trunk/debian/compat	2006-02-25 20:44:54 UTC (rev 2200)
@@ -0,0 +1 @@
+5

Added: packages/libmarc-record-perl/trunk/debian/control
===================================================================
--- packages/libmarc-record-perl/trunk/debian/control	2006-02-25 20:44:45 UTC (rev 2199)
+++ packages/libmarc-record-perl/trunk/debian/control	2006-02-25 20:44:54 UTC (rev 2200)
@@ -0,0 +1,39 @@
+Source: libmarc-record-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-record-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Perl extension for handling MARC records
+ The MARC::* series of modules create a simple object-oriented
+ abstraction of MARC record handling.  The files are:
+ .
+ MARC::Doc::Tutorial
+ A tutorial explaining how to use MARC::Record.
+ .
+ MARC::Record
+ The core class for representing a single MARC record.
+ .
+ MARC::Field
+ Another core class for representing a single field in a record.
+ .
+ MARC::Batch
+ The basic object for access to a batch of one or more MARC records.
+ .
+ MARC::File
+ Base class for the MARC file.
+ .
+ MARC::File::USMARC
+ MARC::File::MicroLIF
+ Subclasses of MARC::File specific to the USMARC and MicroLIF formats
+ .
+ MARC::Lint
+ Extension to check MARC records for validity.
+ .
+  Homepage: http://search.cpan.org/~petdance/MARC-Record-1.38/lib/MARC/Record.pm

Added: packages/libmarc-record-perl/trunk/debian/copyright
===================================================================
--- packages/libmarc-record-perl/trunk/debian/copyright	2006-02-25 20:44:45 UTC (rev 2199)
+++ packages/libmarc-record-perl/trunk/debian/copyright	2006-02-25 20:44:54 UTC (rev 2200)
@@ -0,0 +1,19 @@
+This package was debianized by gregor herrmann <gregor+debian at comodo.priv.at> on
+Sun,  1 Jan 2006 17:54:09 +0100.
+
+It was downloaded from http://search.cpan.org/~petdance/MARC-Record-1.38/lib/MARC/Record.pm
+
+Copyright Holder:
+Copyright (C) 2001-2002 Andy Lester <marc at petdance.com>
+
+License:
+This code may be distributed under the same terms as Perl itself.
+
+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-record-perl/trunk/debian/dirs
===================================================================
--- packages/libmarc-record-perl/trunk/debian/dirs	2006-02-25 20:44:45 UTC (rev 2199)
+++ packages/libmarc-record-perl/trunk/debian/dirs	2006-02-25 20:44:54 UTC (rev 2200)
@@ -0,0 +1 @@
+usr/bin

Added: packages/libmarc-record-perl/trunk/debian/rules
===================================================================
--- packages/libmarc-record-perl/trunk/debian/rules	2006-02-25 20:44:45 UTC (rev 2199)
+++ packages/libmarc-record-perl/trunk/debian/rules	2006-02-25 20:44:54 UTC (rev 2200)
@@ -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-record-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

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


Property changes on: packages/libmarc-record-perl/trunk/etc/specs
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/lib/MARC/Field.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/lib/MARC/Lint.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/lib/MARC/Record.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/00.load.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/01.version.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/10.camel.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/11.astring.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/20.clone.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/50.batch.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/60.insert.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/60.update.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/61.append.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/61.replace.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/62.before.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/63.after.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/64.create.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/82.baddir.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/batch-filter.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/convenience.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/decode-filter.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/file-filter.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/file-header.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/lineendings.t
___________________________________________________________________
Name: svn:executable
   - 
   + *


Property changes on: packages/libmarc-record-perl/trunk/t/title_proper.t
___________________________________________________________________
Name: svn:executable
   - 
   + *




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