r38225 - in /desktop/unstable/gucharmap/debian: changelog patches/10_perl_5_18.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue May 28 20:26:11 UTC 2013


Author: pochu
Date: Tue May 28 20:26:10 2013
New Revision: 38225

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38225
Log:
* debian/patches/10_perl_5_18.patch:
  + Fix FTBFS with perl 5.18. Thanks to Roderich Schupp. Closes: #710038.

Added:
    desktop/unstable/gucharmap/debian/patches/10_perl_5_18.patch
Modified:
    desktop/unstable/gucharmap/debian/changelog
    desktop/unstable/gucharmap/debian/patches/series

Modified: desktop/unstable/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/changelog?rev=38225&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/changelog [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/changelog [utf-8] Tue May 28 20:26:10 2013
@@ -1,3 +1,10 @@
+gucharmap (1:3.8.2-2) UNRELEASED; urgency=low
+
+  * debian/patches/10_perl_5_18.patch:
+    + Fix FTBFS with perl 5.18. Thanks to Roderich Schupp. Closes: #710038.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 28 May 2013 21:57:32 +0200
+
 gucharmap (1:3.8.2-1) unstable; urgency=low
 
   * Team upload.

Added: desktop/unstable/gucharmap/debian/patches/10_perl_5_18.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/patches/10_perl_5_18.patch?rev=38225&op=file
==============================================================================
--- desktop/unstable/gucharmap/debian/patches/10_perl_5_18.patch (added)
+++ desktop/unstable/gucharmap/debian/patches/10_perl_5_18.patch [utf-8] Tue May 28 20:26:10 2013
@@ -1,0 +1,24 @@
+--- gucharmap-3.8.2-ORIG/gucharmap/gen-guch-unicode-tables.pl	2013-05-26 19:29:41.581766325 +0200
++++ gucharmap-3.8.2/gucharmap/gen-guch-unicode-tables.pl	2013-05-26 19:30:15.336999725 +0200
+@@ -373,8 +373,8 @@
+             undef $kJapaneseOn;
+         }
+ 
+-        for my $f qw(kDefinition kCantonese kMandarin
+-                     kTang kKorean kJapaneseKun kJapaneseOn) {
++        for my $f (qw(kDefinition kCantonese kMandarin
++                     kTang kKorean kJapaneseKun kJapaneseOn)) {
+ 
+             if ($field eq $f) {
+ 	        push @strings, $value;
+@@ -423,8 +423,8 @@
+ 
+     print $out "static const Unihan *_get_unihan (gunichar uc)\n;";
+ 
+-    for my $name qw(kDefinition kCantonese kMandarin
+-		    kTang kKorean kJapaneseKun kJapaneseOn) {
++    for my $name (qw(kDefinition kCantonese kMandarin
++		    kTang kKorean kJapaneseKun kJapaneseOn)) {
+     print $out <<EOT;
+ 
+ static inline const char * unihan_get_$name (const Unihan *uh)

Modified: desktop/unstable/gucharmap/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/patches/series?rev=38225&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gucharmap/debian/patches/series [utf-8] Tue May 28 20:26:10 2013
@@ -1,2 +1,3 @@
 unicode-source-generation.patch
+10_perl_5_18.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list