r51487 - in /desktop/unstable/libxklavier/debian: changelog patches/0001-autogen.sh-Drop-intltool-requirement.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 20 22:21:59 UTC 2016


Author: biebl
Date: Thu Oct 20 22:21:59 2016
New Revision: 51487

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51487
Log:
Drop intltool requirement from autogen.sh. It is not actually used by
libxklavier. (Closes: #837848)

Added:
    desktop/unstable/libxklavier/debian/patches/0001-autogen.sh-Drop-intltool-requirement.patch
Modified:
    desktop/unstable/libxklavier/debian/changelog
    desktop/unstable/libxklavier/debian/patches/series

Modified: desktop/unstable/libxklavier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/changelog?rev=51487&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libxklavier/debian/changelog	[utf-8] Thu Oct 20 22:21:59 2016
@@ -1,6 +1,8 @@
 libxklavier (5.4-2) UNRELEASED; urgency=medium
 
   * Bump debhelper compat level to 10.
+  * Drop intltool requirement from autogen.sh. It is not actually used by
+    libxklavier. (Closes: #837848)
 
  -- Michael Biebl <biebl at debian.org>  Thu, 20 Oct 2016 19:03:58 +0200
 

Added: desktop/unstable/libxklavier/debian/patches/0001-autogen.sh-Drop-intltool-requirement.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/patches/0001-autogen.sh-Drop-intltool-requirement.patch?rev=51487&op=file
==============================================================================
--- desktop/unstable/libxklavier/debian/patches/0001-autogen.sh-Drop-intltool-requirement.patch	(added)
+++ desktop/unstable/libxklavier/debian/patches/0001-autogen.sh-Drop-intltool-requirement.patch	[utf-8] Thu Oct 20 22:21:59 2016
@@ -0,0 +1,32 @@
+From 4590ef4cb64b9a2fc45b82bd06a6358ff3aed1f3 Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Thu, 20 Oct 2016 19:14:14 +0200
+Subject: [PATCH] autogen.sh: Drop intltool requirement
+
+intltool is not used by libxklavier.
+
+Bug: https://bugs.freedesktop.org/show_bug.cgi?id=98363
+---
+ autogen.sh | 6 ------
+ 1 file changed, 6 deletions(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index c0b4dcf..279d1e9 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -13,12 +13,6 @@ if test -z $GTKDOCIZE; then
+         exit 1
+ fi
+ 
+-INTLTOOLIZE=`which intltoolize`
+-if test -z $INTLTOOLIZE; then
+-        echo "*** No intltoolize found, please install the intltool package ***"
+-        exit 1
+-fi
+-
+ AUTORECONF=`which autoreconf`
+ if test -z $AUTORECONF; then
+         echo "*** No autoreconf found, please install it ***"
+-- 
+2.9.3
+

Modified: desktop/unstable/libxklavier/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/patches/series?rev=51487&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/libxklavier/debian/patches/series	[utf-8] Thu Oct 20 22:21:59 2016
@@ -0,0 +1 @@
+0001-autogen.sh-Drop-intltool-requirement.patch




More information about the pkg-gnome-commits mailing list