r2479 - in packages/libmarc-charset-perl/trunk: . bin debian t

gregor herrmann gregoa-guest at costa.debian.org
Fri Mar 24 18:08:24 UTC 2006


Author: gregoa-guest
Date: 2006-03-24 18:08:23 +0000 (Fri, 24 Mar 2006)
New Revision: 2479

Added:
   packages/libmarc-charset-perl/trunk/debian/
   packages/libmarc-charset-perl/trunk/debian/changelog
   packages/libmarc-charset-perl/trunk/debian/compat
   packages/libmarc-charset-perl/trunk/debian/control
   packages/libmarc-charset-perl/trunk/debian/copyright
   packages/libmarc-charset-perl/trunk/debian/rules
   packages/libmarc-charset-perl/trunk/debian/watch
Modified:
   packages/libmarc-charset-perl/trunk/bin/compile_table
   packages/libmarc-charset-perl/trunk/bin/print_table
   packages/libmarc-charset-perl/trunk/t/pod.t
Log:
Load libmarc-charset-perl-0.95 into
packages/libmarc-charset-perl/trunk.



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


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

Added: packages/libmarc-charset-perl/trunk/debian/changelog
===================================================================
--- packages/libmarc-charset-perl/trunk/debian/changelog	2006-03-24 18:07:17 UTC (rev 2478)
+++ packages/libmarc-charset-perl/trunk/debian/changelog	2006-03-24 18:08:23 UTC (rev 2479)
@@ -0,0 +1,7 @@
+libmarc-charset-perl (0.95-1) unstable; urgency=low
+
+  * Initial Release (closes: #251873).
+  * Partly used Georg Baum's diff from #251873, thanks!
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 24 Mar 2006 18:02:35 +0100
+

Added: packages/libmarc-charset-perl/trunk/debian/compat
===================================================================
--- packages/libmarc-charset-perl/trunk/debian/compat	2006-03-24 18:07:17 UTC (rev 2478)
+++ packages/libmarc-charset-perl/trunk/debian/compat	2006-03-24 18:08:23 UTC (rev 2479)
@@ -0,0 +1 @@
+5

Added: packages/libmarc-charset-perl/trunk/debian/control
===================================================================
--- packages/libmarc-charset-perl/trunk/debian/control	2006-03-24 18:07:17 UTC (rev 2478)
+++ packages/libmarc-charset-perl/trunk/debian/control	2006-03-24 18:08:23 UTC (rev 2479)
@@ -0,0 +1,27 @@
+Source: libmarc-charset-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libxml-sax-perl, libclass-accessor-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.6.2
+
+Package: libmarc-charset-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libxml-sax-perl, libclass-accessor-perl
+Suggests: libmarc-record-perl
+Description: Bidirectional MARC-8 <-> Unicode converter module for perl
+ MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8
+ strings. 
+ .
+ MARC-8 is a single byte character encoding that predates unicode, and
+ allows you to put non-Roman scripts in MARC bibliographic records.
+ .
+ The MARC21 standard now supports encoding character data in Unicode,
+ specifically the UCS Transformation Formats-8 (UTF-8).  Unicode
+ notwithstanding, libraries still have a wealth of data encoded using
+ MARC-8. Yet, some new data formats such as XML require that characters are
+ encoded using Unicode. In order to fascilitate conversion the Library of
+ Congress graciously published character mappings to enable the conversion
+ of MARC-8 data to Unicode.

Added: packages/libmarc-charset-perl/trunk/debian/copyright
===================================================================
--- packages/libmarc-charset-perl/trunk/debian/copyright	2006-03-24 18:07:17 UTC (rev 2478)
+++ packages/libmarc-charset-perl/trunk/debian/copyright	2006-03-24 18:08:23 UTC (rev 2479)
@@ -0,0 +1,15 @@
+This is the debian package for the MARC-Charset module.
+It was created by gregor herrmann <gregor+debian at comodo.priv.at> using dh-make-perl.
+
+Copyright (C) 2002 Ed Summers <ehs at pobox.com>
+
+This software is free software and 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-charset-perl/trunk/debian/rules
===================================================================
--- packages/libmarc-charset-perl/trunk/debian/rules	2006-03-24 18:07:17 UTC (rev 2478)
+++ packages/libmarc-charset-perl/trunk/debian/rules	2006-03-24 18:08:23 UTC (rev 2479)
@@ -0,0 +1,85 @@
+#!/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
+	rm -f lib/MARC/Charset/Table.dir
+	rm -f lib/MARC/Charset/Table.pag
+
+	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-charset-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libmarc-charset-perl/trunk/debian/watch
===================================================================
--- packages/libmarc-charset-perl/trunk/debian/watch	2006-03-24 18:07:17 UTC (rev 2478)
+++ packages/libmarc-charset-perl/trunk/debian/watch	2006-03-24 18:08:23 UTC (rev 2479)
@@ -0,0 +1,3 @@
+# Compulsory line, this is a version 3 file
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/MARC/MARC-Charset-([\d\.]+)\.tar\.gz


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




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