r46184 - in /desktop/unstable/gnome-panel/debian: changelog patches/relax_gtkdoc_check.patch patches/series
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Mon Sep 28 13:37:33 UTC 2015
Author: mitya57
Date: Mon Sep 28 13:37:33 2015
New Revision: 46184
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46184
Log:
Add a patch to support building with gtk-doc 1.24: our package has
the needed change cherry-picked (relax_gtkdoc_check.patch).
Added:
desktop/unstable/gnome-panel/debian/patches/relax_gtkdoc_check.patch
Modified:
desktop/unstable/gnome-panel/debian/changelog
desktop/unstable/gnome-panel/debian/patches/series
Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=46184&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog [utf-8] Mon Sep 28 13:37:33 2015
@@ -4,6 +4,8 @@
* Drop update_size_hints.patch, applied upstream.
* Drop fix_text_color.patch, applied upstream.
* Update build-dependencies according to configure.ac.
+ * Add a patch to support building with gtk-doc 1.24: our package has
+ the needed change cherry-picked (relax_gtkdoc_check.patch).
-- Dmitry Shachnev <mitya57 at debian.org> Mon, 28 Sep 2015 13:45:00 +0300
Added: desktop/unstable/gnome-panel/debian/patches/relax_gtkdoc_check.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/relax_gtkdoc_check.patch?rev=46184&op=file
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/relax_gtkdoc_check.patch (added)
+++ desktop/unstable/gnome-panel/debian/patches/relax_gtkdoc_check.patch [utf-8] Mon Sep 28 13:37:33 2015
@@ -0,0 +1,17 @@
+Description: lower gtk-doc required version to 1.24
+ The Debian 1.24-2 version has the needed change cherry-picked.
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: not-needed
+Last-Update: 2015-09-28
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -237,7 +237,7 @@
+
+ dnl gtk-doc stuff
+
+-GTK_DOC_CHECK([1.24.1], [--flavour no-tmpl])
++GTK_DOC_CHECK([1.24], [--flavour no-tmpl])
+
+ dnl yelp-tools stuff
+
Modified: desktop/unstable/gnome-panel/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/series?rev=46184&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/series [utf-8] Mon Sep 28 13:37:33 2015
@@ -1 +1,2 @@
fix_typelibdir.patch
+relax_gtkdoc_check.patch
More information about the pkg-gnome-commits
mailing list