r29711 - in /packages/unstable/intltool/debian: changelog patches/02_ignore_hidden.patch patches/series rules source/ source/format
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Fri Sep 23 19:18:47 UTC 2011
Author: joss
Date: Fri Sep 23 19:18:46 2011
New Revision: 29711
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29711
Log:
* Switch to 3.0 quilt format.
* 02_ignore_hidden.patch: new patch. Ignore hidden files for
intltool-update. Closes: #560704.
Added:
packages/unstable/intltool/debian/patches/02_ignore_hidden.patch
packages/unstable/intltool/debian/patches/series
packages/unstable/intltool/debian/source/
packages/unstable/intltool/debian/source/format
Modified:
packages/unstable/intltool/debian/changelog
packages/unstable/intltool/debian/rules
Modified: packages/unstable/intltool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/intltool/debian/changelog?rev=29711&op=diff
==============================================================================
--- packages/unstable/intltool/debian/changelog [utf-8] (original)
+++ packages/unstable/intltool/debian/changelog [utf-8] Fri Sep 23 19:18:46 2011
@@ -1,3 +1,11 @@
+intltool (0.41.1-2) unstable; urgency=low
+
+ * Switch to 3.0 quilt format.
+ * 02_ignore_hidden.patch: new patch. Ignore hidden files for
+ intltool-update. Closes: #560704.
+
+ -- Josselin Mouette <joss at debian.org> Fri, 23 Sep 2011 21:18:37 +0200
+
intltool (0.41.1-1) unstable; urgency=low
* New upstream release:
Added: packages/unstable/intltool/debian/patches/02_ignore_hidden.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/intltool/debian/patches/02_ignore_hidden.patch?rev=29711&op=file
==============================================================================
--- packages/unstable/intltool/debian/patches/02_ignore_hidden.patch (added)
+++ packages/unstable/intltool/debian/patches/02_ignore_hidden.patch [utf-8] Fri Sep 23 19:18:46 2011
@@ -1,0 +1,21 @@
+Index: intltool-0.41.1/intltool-update.in
+===================================================================
+--- intltool-0.41.1.orig/intltool-update.in 2010-03-24 11:10:59.000000000 +0100
++++ intltool-0.41.1/intltool-update.in 2011-09-23 21:17:44.457378118 +0200
+@@ -357,12 +357,16 @@ sub FindLeftoutFiles
+
+ ## Search and find all translatable files
+ find sub {
++ # Ignore hidden files
++ return if "$File::Find::name" =~ /\/\./;
+ push @buf_i18n_plain, "$File::Find::name" if /\.($buildin_gettext_support)$/;
+ push @buf_i18n_xml, "$File::Find::name" if /\.($xml_support)$/;
+ push @buf_i18n_ini, "$File::Find::name" if /\.($ini_support)$/;
+ push @buf_i18n_xml_unmarked, "$File::Find::name" if /\.(schemas(\.in)+)$/;
+ }, "..";
+ find sub {
++ # Ignore hidden files
++ return if "$File::Find::name" =~ /\/\.[^.]/;
+ push @buf_i18n_plain, "$File::Find::name" if /\.($buildin_gettext_support)$/;
+ push @buf_i18n_xml, "$File::Find::name" if /\.($xml_support)$/;
+ push @buf_i18n_ini, "$File::Find::name" if /\.($ini_support)$/;
Added: packages/unstable/intltool/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/intltool/debian/patches/series?rev=29711&op=file
==============================================================================
--- packages/unstable/intltool/debian/patches/series (added)
+++ packages/unstable/intltool/debian/patches/series [utf-8] Fri Sep 23 19:18:46 2011
@@ -1,0 +1,2 @@
+01_NEWS.patch
+02_ignore_hidden.patch
Modified: packages/unstable/intltool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/intltool/debian/rules?rev=29711&op=diff
==============================================================================
--- packages/unstable/intltool/debian/rules [utf-8] (original)
+++ packages/unstable/intltool/debian/rules [utf-8] Fri Sep 23 19:18:46 2011
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/lp-get-source.mk
Added: packages/unstable/intltool/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/intltool/debian/source/format?rev=29711&op=file
==============================================================================
--- packages/unstable/intltool/debian/source/format (added)
+++ packages/unstable/intltool/debian/source/format [utf-8] Fri Sep 23 19:18:46 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the pkg-gnome-commits
mailing list