r5681 - in /packages/libmarc-charset-perl/branches/etch/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jun 29 18:43:06 UTC 2007


Author: gregoa-guest
Date: Fri Jun 29 18:43:05 2007
New Revision: 5681

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5681
Log:
* Apply Niko Tyni's fix from 0.97-2 to version in etch (closes: #429030).

Modified:
    packages/libmarc-charset-perl/branches/etch/debian/changelog
    packages/libmarc-charset-perl/branches/etch/debian/control
    packages/libmarc-charset-perl/branches/etch/debian/rules

Modified: packages/libmarc-charset-perl/branches/etch/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-charset-perl/branches/etch/debian/changelog?rev=5681&op=diff
==============================================================================
--- packages/libmarc-charset-perl/branches/etch/debian/changelog (original)
+++ packages/libmarc-charset-perl/branches/etch/debian/changelog Fri Jun 29 18:43:05 2007
@@ -1,3 +1,9 @@
+libmarc-charset-perl (0.95-1etch1) stable; urgency=low
+
+  * Apply Niko Tyni's fix from 0.97-2 to version in etch (closes: #429030).
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 29 Jun 2007 20:03:50 +0200
+
 libmarc-charset-perl (0.95-1) unstable; urgency=low
 
   * Initial Release (closes: #251873).

Modified: packages/libmarc-charset-perl/branches/etch/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-charset-perl/branches/etch/debian/control?rev=5681&op=diff
==============================================================================
--- packages/libmarc-charset-perl/branches/etch/debian/control (original)
+++ packages/libmarc-charset-perl/branches/etch/debian/control Fri Jun 29 18:43:05 2007
@@ -1,14 +1,13 @@
 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
+Build-Depends: debhelper (>= 5.0.0), 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
+Architecture: any
 Depends: ${perl:Depends}, ${misc:Depends}, libxml-sax-perl, libclass-accessor-perl
 Suggests: libmarc-record-perl
 Description: Bidirectional MARC-8 <-> Unicode converter module for perl

Modified: packages/libmarc-charset-perl/branches/etch/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-charset-perl/branches/etch/debian/rules?rev=5681&op=diff
==============================================================================
--- packages/libmarc-charset-perl/branches/etch/debian/rules (original)
+++ packages/libmarc-charset-perl/branches/etch/debian/rules Fri Jun 29 18:43:05 2007
@@ -57,10 +57,10 @@
 
 	touch install-stamp
 
-binary-arch:
+binary-indep:
 # We have nothing to do by default.
 
-binary-indep: build install
+binary-arch: build install
 	dh_testdir
 	dh_testroot
 #	dh_installcron
@@ -69,6 +69,16 @@
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
+
+	# Move the architecture-dependent SDBM files under /usr/lib
+	dh_installdirs usr/lib/$(PACKAGE)
+	mv $(TMP)/usr/share/perl5/MARC/Charset/Table.dir $(TMP)/usr/lib/$(PACKAGE)
+	mv $(TMP)/usr/share/perl5/MARC/Charset/Table.pag $(TMP)/usr/lib/$(PACKAGE)
+
+	# and make symlinks in /usr/share/perl5 instead.
+	dh_link usr/lib/$(PACKAGE)/Table.dir usr/share/perl5/MARC/Charset/Table.dir
+	dh_link usr/lib/$(PACKAGE)/Table.pag usr/share/perl5/MARC/Charset/Table.pag
+
 	dh_link
 	dh_strip
 	dh_compress




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