r19709 - in /desktop/unstable/gtk-doc/debian: changelog patches/51_quoting.patch
mlang at users.alioth.debian.org
mlang at users.alioth.debian.org
Fri Apr 24 08:27:18 UTC 2009
Author: mlang
Date: Fri Apr 24 08:27:18 2009
New Revision: 19709
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19709
Log:
debian/patches/51_quoting.patch: Added to fix quoting of filenames
in gtkdoc-common.pl.
Added:
desktop/unstable/gtk-doc/debian/patches/51_quoting.patch
Modified:
desktop/unstable/gtk-doc/debian/changelog
Modified: desktop/unstable/gtk-doc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/changelog?rev=19709&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/changelog (original)
+++ desktop/unstable/gtk-doc/debian/changelog Fri Apr 24 08:27:18 2009
@@ -1,3 +1,10 @@
+gtk-doc (1.11-4) unstable; urgency=low
+
+ * debian/patches/51_quoting.patch: Added to fix quoting of filenames
+ in gtkdoc-common.pl.
+
+ -- Mario Lang <mlang at debian.org> Fri, 24 Apr 2009 10:23:19 +0200
+
gtk-doc (1.11-3) unstable; urgency=low
* Upload to unstable.
Added: desktop/unstable/gtk-doc/debian/patches/51_quoting.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/patches/51_quoting.patch?rev=19709&op=file
==============================================================================
--- desktop/unstable/gtk-doc/debian/patches/51_quoting.patch (added)
+++ desktop/unstable/gtk-doc/debian/patches/51_quoting.patch Fri Apr 24 08:27:18 2009
@@ -1,0 +1,11 @@
+--- gtk-doc-1.11/gtkdoc-common.pl.in.orig 2008-09-10 18:17:57.000000000 +0200
++++ gtk-doc-1.11/gtkdoc-common.pl.in 2009-04-24 10:20:37.000000000 +0200
+@@ -51,7 +51,7 @@
+ my $exit_code = 1;
+
+ if (-e $old_file) {
+- `cmp -s $old_file $new_file`;
++ `cmp -s '$old_file' '$new_file'`;
+ $exit_code = $? >> 8;
+ # print " cmp exit code: $exit_code ($?)\n";
+ }
More information about the pkg-gnome-commits
mailing list