r48331 - in /desktop/unstable/gtk-doc/debian: changelog patches/ patches/0001-mkpdf-fix-exitcode.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Wed Apr 20 12:05:10 UTC 2016
Author: biebl
Date: Wed Apr 20 12:05:10 2016
New Revision: 48331
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48331
Log:
Cherry-pick upstream patch to fix the exit code of gtkdoc-mkpdf.
(Closes: #819838)
Added:
desktop/unstable/gtk-doc/debian/patches/
desktop/unstable/gtk-doc/debian/patches/0001-mkpdf-fix-exitcode.patch
desktop/unstable/gtk-doc/debian/patches/series
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=48331&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/changelog [utf-8] Wed Apr 20 12:05:10 2016
@@ -1,3 +1,10 @@
+gtk-doc (1.25-2) UNRELEASED; urgency=medium
+
+ * Cherry-pick upstream patch to fix the exit code of gtkdoc-mkpdf.
+ (Closes: #819838)
+
+ -- Michael Biebl <biebl at debian.org> Wed, 20 Apr 2016 13:55:53 +0200
+
gtk-doc (1.25-1) unstable; urgency=medium
[ Michael Biebl ]
Added: desktop/unstable/gtk-doc/debian/patches/0001-mkpdf-fix-exitcode.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/patches/0001-mkpdf-fix-exitcode.patch?rev=48331&op=file
==============================================================================
--- desktop/unstable/gtk-doc/debian/patches/0001-mkpdf-fix-exitcode.patch (added)
+++ desktop/unstable/gtk-doc/debian/patches/0001-mkpdf-fix-exitcode.patch [utf-8] Wed Apr 20 12:05:10 2016
@@ -0,0 +1,28 @@
+From 1baf9a63bdf3283832be06bce151835922909436 Mon Sep 17 00:00:00 2001
+From: Stefan Sauer <ensonic at users.sf.net>
+Date: Tue, 19 Apr 2016 20:39:40 +0200
+Subject: [PATCH] mkpdf: fix exitcode
+
+Fix a regression from 12adab6b0a28aec4008c6deed247bf944b5882f2.
+
+Fixes #764543
+---
+ gtkdoc-mkpdf.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gtkdoc-mkpdf.in b/gtkdoc-mkpdf.in
+index 908fda4..8d663b7 100644
+--- a/gtkdoc-mkpdf.in
++++ b/gtkdoc-mkpdf.in
+@@ -19,7 +19,7 @@ EOF
+
+ cleanexit() {
+ rm -f $module.fo
+- exit 1
++ exit $1
+ }
+
+ # parse options, ignore unknown options for future extensions
+--
+2.8.1
+
Added: desktop/unstable/gtk-doc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/patches/series?rev=48331&op=file
==============================================================================
--- desktop/unstable/gtk-doc/debian/patches/series (added)
+++ desktop/unstable/gtk-doc/debian/patches/series [utf-8] Wed Apr 20 12:05:10 2016
@@ -0,0 +1 @@
+0001-mkpdf-fix-exitcode.patch
More information about the pkg-gnome-commits
mailing list