r5058 - in /packages/libmarc-xml-perl/trunk: Changes META.yml debian/changelog debian/control debian/rules lib/MARC/File/XML.pm

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Apr 13 19:38:10 UTC 2007


Author: gregoa-guest
Date: Fri Apr 13 19:38:10 2007
New Revision: 5058

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5058
Log:
* New upstream release.
* Move lib*-perl from Build-Depends to Build-Depends-Indep.
* Remove empty directory /usr/lib/perl5 from package.

Modified:
    packages/libmarc-xml-perl/trunk/Changes
    packages/libmarc-xml-perl/trunk/META.yml
    packages/libmarc-xml-perl/trunk/debian/changelog
    packages/libmarc-xml-perl/trunk/debian/control
    packages/libmarc-xml-perl/trunk/debian/rules
    packages/libmarc-xml-perl/trunk/lib/MARC/File/XML.pm

Modified: packages/libmarc-xml-perl/trunk/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-xml-perl/trunk/Changes?rev=5058&op=diff
==============================================================================
--- packages/libmarc-xml-perl/trunk/Changes (original)
+++ packages/libmarc-xml-perl/trunk/Changes Fri Apr 13 19:38:10 2007
@@ -1,4 +1,10 @@
 Revision history for Perl extension MARC-XML
+0.85 Fri Feb 13 2007
+      - fixed typo in handling of unimarc w/regard to marc8 (ppoulain)
+
+0.84 Mon Nov 26 2006
+      - Fixed UNIMARC encoding detection logic (miker)
+	  - Added UNIMARC Authority support (miker) 
 
 0.83 Fri Apr 21 15:19:20 EST 2006
       - remove premature return from close() thanks Jay Luker (exlibris)

Modified: packages/libmarc-xml-perl/trunk/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-xml-perl/trunk/META.yml?rev=5058&op=diff
==============================================================================
--- packages/libmarc-xml-perl/trunk/META.yml (original)
+++ packages/libmarc-xml-perl/trunk/META.yml Fri Apr 13 19:38:10 2007
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         MARC-XML
-version:      0.83
+version:      0.85
 version_from: lib/MARC/File/XML.pm
 installdirs:  site
 requires:

Modified: packages/libmarc-xml-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-xml-perl/trunk/debian/changelog?rev=5058&op=diff
==============================================================================
--- packages/libmarc-xml-perl/trunk/debian/changelog (original)
+++ packages/libmarc-xml-perl/trunk/debian/changelog Fri Apr 13 19:38:10 2007
@@ -1,3 +1,11 @@
+libmarc-xml-perl (0.85-1) unstable; urgency=low
+
+  * New upstream release.
+  * Move lib*-perl from Build-Depends to Build-Depends-Indep.
+  * Remove empty directory /usr/lib/perl5 from package.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 13 Apr 2007 21:28:32 +0200
+
 libmarc-xml-perl (0.83-1) unstable; urgency=low
 
   * Initial release. (Closes: #408062: ITP: libmarc-xml-perl -- Work

Modified: packages/libmarc-xml-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-xml-perl/trunk/debian/control?rev=5058&op=diff
==============================================================================
--- packages/libmarc-xml-perl/trunk/debian/control (original)
+++ packages/libmarc-xml-perl/trunk/debian/control Fri Apr 13 19:38:10 2007
@@ -1,12 +1,12 @@
 Source: libmarc-xml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libxml-sax-perl (>= 0.12),
- libmarc-charset-perl (>= 0.91), libmarc-record-perl (>= 1.36),
- cdbs (>= 0.4.27-1), quilt, patchutils (>= 0.2.25)
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4.27-1), quilt, 
+ patchutils (>= 0.2.25)
+Build-Depends-Indep: perl (>= 5.8.8-7), libxml-sax-perl (>= 0.12), 
+ libmarc-charset-perl (>= 0.91), libmarc-record-perl (>= 1.36)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Vincent Danjean <vdanjean at debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.2
 
 Package: libmarc-xml-perl

Modified: packages/libmarc-xml-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-xml-perl/trunk/debian/rules?rev=5058&op=diff
==============================================================================
--- packages/libmarc-xml-perl/trunk/debian/rules (original)
+++ packages/libmarc-xml-perl/trunk/debian/rules Fri Apr 13 19:38:10 2007
@@ -5,6 +5,9 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/perlmodule.mk
 
+install/libmarc-xml-perl::
+	rmdir --parents --ignore-fail-on-non-empty $(CURDIR)/debian/libmarc-xml-perl/usr/lib/perl5
+
 .PHONY: show-builddepends
 show-builddepends:
 	@echo "Build-Depends: $(CDBS_BUILD_DEPENDS)"

Modified: packages/libmarc-xml-perl/trunk/lib/MARC/File/XML.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmarc-xml-perl/trunk/lib/MARC/File/XML.pm?rev=5058&op=diff
==============================================================================
--- packages/libmarc-xml-perl/trunk/lib/MARC/File/XML.pm (original)
+++ packages/libmarc-xml-perl/trunk/lib/MARC/File/XML.pm Fri Apr 13 19:38:10 2007
@@ -14,7 +14,7 @@
 use Carp qw( croak );
 use Encode ();
 
-$VERSION = '0.83';
+$VERSION = '0.85';
 
 my $handler = MARC::File::SAX->new();
 
@@ -445,7 +445,7 @@
     $parser->{ tagStack } = [];
     $parser->{ subfields } = [];
     $parser->{ Handler }{ record } = MARC::Record->new();
-    $parser->{ Handler }{ toMARC8 } = (lc($format) ne 'unimarc' && $enc && lc($enc) =~ /^utf-?8$/o) ? 0 : 1;
+    $parser->{ Handler }{ toMARC8 } = (lc($format) eq 'unimarc' && $enc && lc($enc) =~ /^utf-?8$/o) ? 0 : 1;
 
     $parser->parse_string( $text );
 




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