r77050 - in /trunk/libmarc-charset-perl: ./ debian/ debian/source/ lib/MARC/ t/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Mon Jul 4 08:50:28 UTC 2011


Author: ansgar
Date: Mon Jul  4 08:50:19 2011
New Revision: 77050

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77050
Log:
* Team upload.
* New upstream release.
* Use minimal debian/rules with override_* targets.
* Use source format 3.0 (quilt).
* Make build-dep on perl unversioned.
* debian/copyright: Formatting changes; refer to "Debian systems" instead of
  "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.2.

Added:
    trunk/libmarc-charset-perl/debian/source/
    trunk/libmarc-charset-perl/debian/source/format
    trunk/libmarc-charset-perl/debian/source/local-options
    trunk/libmarc-charset-perl/t/iii.t
      - copied unchanged from r77049, branches/upstream/libmarc-charset-perl/current/t/iii.t
    trunk/libmarc-charset-perl/t/marc8_to_utf8.t
      - copied unchanged from r77049, branches/upstream/libmarc-charset-perl/current/t/marc8_to_utf8.t
    trunk/libmarc-charset-perl/t/null.t
      - copied unchanged from r77049, branches/upstream/libmarc-charset-perl/current/t/null.t
    trunk/libmarc-charset-perl/t/o-stroke.t
      - copied unchanged from r77049, branches/upstream/libmarc-charset-perl/current/t/o-stroke.t
Modified:
    trunk/libmarc-charset-perl/Changes
    trunk/libmarc-charset-perl/MANIFEST
    trunk/libmarc-charset-perl/META.yml
    trunk/libmarc-charset-perl/debian/changelog
    trunk/libmarc-charset-perl/debian/control
    trunk/libmarc-charset-perl/debian/copyright
    trunk/libmarc-charset-perl/debian/rules
    trunk/libmarc-charset-perl/lib/MARC/Charset.pm

Modified: trunk/libmarc-charset-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/Changes?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/Changes (original)
+++ trunk/libmarc-charset-perl/Changes Mon Jul  4 08:50:19 2011
@@ -1,4 +1,7 @@
 Revision history for MARC::Charset
+
+1.32 Thu Jun 30 16:38:32 EDT 2011
+    - make sure utf8 flag set in output of marc8_to_utf8
 
 1.31 Thu Sep 30 10:53:00 EDT 2010
     - minor revision to get v1.3 Changes into the CPAN distro :-)

Modified: trunk/libmarc-charset-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/MANIFEST?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/MANIFEST (original)
+++ trunk/libmarc-charset-perl/MANIFEST Mon Jul  4 08:50:19 2011
@@ -1,8 +1,8 @@
 bin/compile_table
 bin/print_table
 Changes
+etc/additional-iii-characters.xml
 etc/codetables.xml
-etc/additional-iii-characters.xml
 lib/MARC/Charset.pm
 lib/MARC/Charset/Code.pm
 lib/MARC/Charset/Compiler.pm
@@ -28,8 +28,12 @@
 t/hebrew2.marc
 t/hebrew3.marc
 t/hebrew4.marc
+t/iii.t
 t/load.t
+t/marc8_to_utf8.t
 t/no_escape.t
+t/null.t
+t/o-stroke.t
 t/pod.t
 t/space.t
 t/table.t

Modified: trunk/libmarc-charset-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/META.yml?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/META.yml (original)
+++ trunk/libmarc-charset-perl/META.yml Mon Jul  4 08:50:19 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               MARC-Charset
-version:            1.31
+version:            1.32
 abstract:           convert MARC-8 encoded strings to UTF-8
 author:
     - Ed Summers <ehs at pobox.com>

Modified: trunk/libmarc-charset-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/debian/changelog?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/debian/changelog (original)
+++ trunk/libmarc-charset-perl/debian/changelog Mon Jul  4 08:50:19 2011
@@ -1,3 +1,16 @@
+libmarc-charset-perl (1.32-1) unstable; urgency=low
+
+  * Team upload.
+  * New upstream release.
+  * Use minimal debian/rules with override_* targets.
+  * Use source format 3.0 (quilt).
+  * Make build-dep on perl unversioned.
+  * debian/copyright: Formatting changes; refer to "Debian systems" instead of
+    "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1.
+  * Bump Standards-Version to 3.9.2.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Mon, 04 Jul 2011 10:48:32 +0200
+
 libmarc-charset-perl (1.31-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libmarc-charset-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/debian/control?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/debian/control (original)
+++ trunk/libmarc-charset-perl/debian/control Mon Jul  4 08:50:19 2011
@@ -1,14 +1,14 @@
 Source: libmarc-charset-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libxml-sax-perl,
+Build-Depends: debhelper (>= 7), perl, libxml-sax-perl,
  libclass-accessor-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Niko Tyni <ntyni at iki.fi>,
  Nathan Handler <nhandler at ubuntu.com>,
  Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/MARC-Charset/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmarc-charset-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmarc-charset-perl/

Modified: trunk/libmarc-charset-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/debian/copyright?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/debian/copyright (original)
+++ trunk/libmarc-charset-perl/debian/copyright Mon Jul  4 08:50:19 2011
@@ -1,35 +1,34 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ed Summers <ehs at pobox.com>
-Upstream-Source: http://search.cpan.org/dist/MARC-Charset/
-Upstream-Name: MARC-Charset
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ed Summers <ehs at pobox.com>
+Source: http://search.cpan.org/dist/MARC-Charset/
+Name: MARC-Charset
 
 Files: *
 Copyright: 2002, Ed Summers <ehs at pobox.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009, Nathan Handler <nhandler at ubuntu.com>
+Copyright:
+ 2009, Nathan Handler <nhandler at ubuntu.com>
  2010, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
  2007, Niko Tyni <ntyni at iki.fi>
- 2007, 2008, Damyan Ivanov <dmn at debian.org>
+ 2007-2008, Damyan Ivanov <dmn at debian.org>
  2006-2009, gregor herrmann <gregoa at debian.org>
  2006, Frank Lichtenheld <djpig at debian.org>
-
-License-Alias : Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by 
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libmarc-charset-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/debian/rules?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/debian/rules (original)
+++ trunk/libmarc-charset-perl/debian/rules Mon Jul  4 08:50:19 2011
@@ -1,27 +1,10 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install --until dh_auto_install
+override_dh_auto_install:
+	dh_auto_install
 	# Move the architecture-dependent DBM files under /usr/lib
 	mv debian/libmarc-charset-perl/usr/share/perl5/MARC/Charset/Table \
 		debian/libmarc-charset-perl/usr/lib/libmarc-charset-perl/
-	dh install --remaining
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

Added: trunk/libmarc-charset-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/debian/source/format?rev=77050&op=file
==============================================================================
--- trunk/libmarc-charset-perl/debian/source/format (added)
+++ trunk/libmarc-charset-perl/debian/source/format Mon Jul  4 08:50:19 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmarc-charset-perl/debian/source/local-options
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/debian/source/local-options?rev=77050&op=file
==============================================================================
--- trunk/libmarc-charset-perl/debian/source/local-options (added)
+++ trunk/libmarc-charset-perl/debian/source/local-options Mon Jul  4 08:50:19 2011
@@ -1,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches

Modified: trunk/libmarc-charset-perl/lib/MARC/Charset.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmarc-charset-perl/lib/MARC/Charset.pm?rev=77050&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/lib/MARC/Charset.pm (original)
+++ trunk/libmarc-charset-perl/lib/MARC/Charset.pm Mon Jul  4 08:50:19 2011
@@ -1,6 +1,6 @@
 package MARC::Charset;
 
-our $VERSION = '1.31';
+our $VERSION = '1.32';
 use strict;
 use warnings;
 
@@ -52,7 +52,7 @@
 =head2 ignore_errors()
 
 Tells MARC::Charset whether or not to ignore all encoding errors, and
-returns the current setting.  This is helepfuli if you have records that
+returns the current setting.  This is helpful if you have records that
 contain both MARC8 and UNICODE characters.
 
     my $ignore = MARC::Charset->ignore_errors();
@@ -227,6 +227,7 @@
 
     # return the utf8
     reset_charsets();
+    utf8::upgrade($utf8);
     return $utf8;
 }
 




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