r49166 - in /desktop/unstable/gucharmap/debian: changelog patches/unicode-source-generation.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Jun 25 00:56:10 UTC 2016


Author: biebl
Date: Sat Jun 25 00:56:10 2016
New Revision: 49166

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49166
Log:
Refresh debian/patches/unicode-source-generation.patch.

Modified:
    desktop/unstable/gucharmap/debian/changelog
    desktop/unstable/gucharmap/debian/patches/unicode-source-generation.patch

Modified: desktop/unstable/gucharmap/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/changelog?rev=49166&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gucharmap/debian/changelog	[utf-8] Sat Jun 25 00:56:10 2016
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Bump Build-Depends on unicode-data accordingly.
+  * Refresh debian/patches/unicode-source-generation.patch.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 25 Jun 2016 02:46:53 +0200
 

Modified: desktop/unstable/gucharmap/debian/patches/unicode-source-generation.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gucharmap/debian/patches/unicode-source-generation.patch?rev=49166&op=diff
==============================================================================
--- desktop/unstable/gucharmap/debian/patches/unicode-source-generation.patch	[utf-8] (original)
+++ desktop/unstable/gucharmap/debian/patches/unicode-source-generation.patch	[utf-8] Sat Jun 25 00:56:10 2016
@@ -3,10 +3,10 @@
  with the Debian unicode-data package.
 Author: Steve Langasek <vorlon at debian.org>
 Bug-Debian: http://bugs.debian.org/603405
-Index: gucharmap-8.0.0/gucharmap/gen-guch-unicode-tables.pl
+Index: gucharmap-9.0.0/gucharmap/gen-guch-unicode-tables.pl
 ===================================================================
---- gucharmap-8.0.0.orig/gucharmap/gen-guch-unicode-tables.pl	2016-03-03 19:01:01.000000000 +0100
-+++ gucharmap-8.0.0/gucharmap/gen-guch-unicode-tables.pl	2016-04-21 02:09:08.000000000 +0200
+--- gucharmap-9.0.0.orig/gucharmap/gen-guch-unicode-tables.pl	2016-06-25 02:48:55.760864421 +0200
++++ gucharmap-9.0.0/gucharmap/gen-guch-unicode-tables.pl	2016-06-25 02:48:55.740864121 +0200
 @@ -12,7 +12,7 @@
  #  - unicode-versions.h
  #
@@ -16,7 +16,7 @@
  #
  # NOTE! Some code copied from glib/glib/gen-unicode-tables.pl; keep in sync!
  
-@@ -31,7 +31,7 @@
+@@ -32,7 +32,7 @@
  Usage: $0 UNICODE-VERSION DIRECTORY [--i18n]
  
  DIRECTORY should contain the following Unicode data files:
@@ -25,7 +25,7 @@
  
  which can be found at http://www.unicode.org/Public/UNIDATA/
  
-@@ -53,7 +53,7 @@
+@@ -54,7 +54,7 @@
  for my $f (readdir ($dir))
  {
      $unicodedata_txt = "$d/$f" if ($f =~ /UnicodeData.*\.txt/);
@@ -34,7 +34,7 @@
      $nameslist_txt = "$d/$f" if ($f =~ /NamesList.*\.txt/);
      $blocks_txt = "$d/$f" if ($f =~ /Blocks.*\.txt/);
      $scripts_txt = "$d/$f" if ($f =~ /Scripts.*\.txt/);
-@@ -61,7 +61,7 @@
+@@ -62,7 +62,7 @@
  }
  
  defined $unicodedata_txt or die "Did not find $d/UnicodeData.txt";
@@ -43,19 +43,19 @@
  defined $nameslist_txt or die "Did not find $d/NamesList.txt";
  defined $blocks_txt or die "Did not find $d/Blocks.txt";
  defined $scripts_txt or die "Did not find $d/Scripts.txt";
-Index: gucharmap-8.0.0/configure.ac
+Index: gucharmap-9.0.0/configure.ac
 ===================================================================
---- gucharmap-8.0.0.orig/configure.ac	2016-03-03 19:01:02.000000000 +0100
-+++ gucharmap-8.0.0/configure.ac	2016-04-21 02:34:19.112341347 +0200
-@@ -188,9 +188,9 @@
- # Note! Not using UNZIP as variable name here since unzip itself
+--- gucharmap-9.0.0.orig/configure.ac	2016-06-25 02:48:55.760864421 +0200
++++ gucharmap-9.0.0/configure.ac	2016-06-25 02:51:42.863385505 +0200
+@@ -195,9 +195,9 @@
  # uses the UNZIP env var and interprets it as its options.
  AC_ARG_VAR([PROG_UNZIP],[the unzip programme])
--AC_PATH_PROG([PROG_UNZIP],[unzip],[false])
-+AC_PATH_PROG([PROG_UNZIP],[bunzip2],[false])
- if test "$PROG_UNZIP" = "false"; then
--    AC_MSG_ERROR([unzip not found])
-+    AC_MSG_ERROR([bunzip2 not found])
+ if test -z "$PROG_UNZIP"; then
+-  AC_PATH_PROG([PROG_UNZIP],[unzip],[false])
++  AC_PATH_PROG([PROG_UNZIP],[bunzip2],[false])
+   if test "$PROG_UNZIP" = "false"; then
+-      AC_MSG_ERROR([unzip not found])
++      AC_MSG_ERROR([bunzip2 not found])
+   fi
  fi
  
- AC_ARG_VAR([WGET],[the wget programme])




More information about the pkg-gnome-commits mailing list