r49258 - in /desktop/unstable/libxklavier/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jul 3 16:04:30 UTC 2016


Author: biebl
Date: Sun Jul  3 16:04:30 2016
New Revision: 49258

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49258
Log:
Run upstream autogen.sh on dh_autoreconf.

Modified:
    desktop/unstable/libxklavier/debian/changelog
    desktop/unstable/libxklavier/debian/rules

Modified: desktop/unstable/libxklavier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/changelog?rev=49258&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libxklavier/debian/changelog	[utf-8] Sun Jul  3 16:04:30 2016
@@ -9,6 +9,7 @@
     removed without a soname bump. According to codesearch.d.n there are no
     packages using it, so we should get away with it.
   * Bump debhelper compatibility level to 9.
+  * Run upstream autogen.sh on dh_autoreconf.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 22 Jun 2013 17:52:30 +0200
 

Modified: desktop/unstable/libxklavier/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libxklavier/debian/rules?rev=49258&op=diff
==============================================================================
--- desktop/unstable/libxklavier/debian/rules	[utf-8] (original)
+++ desktop/unstable/libxklavier/debian/rules	[utf-8] Sun Jul  3 16:04:30 2016
@@ -7,6 +7,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-xkb-base=/usr/share/X11/xkb \
+DEB_DH_AUTORECONF_ARGS = "NOCONFIGURE=true ./autogen.sh"
+
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+                             --with-xkb-base=/usr/share/X11/xkb \
                              --with-xkb-bin-base=/usr/bin \
                              --enable-gtk-doc




More information about the pkg-gnome-commits mailing list