[Pkg-xfce-commits] r8042 - in /goodies/trunk/xfce4-wmdock-plugin/debian: changelog control rules
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Nov 4 20:41:32 UTC 2013
Author: corsac
Date: Mon Nov 4 20:41:31 2013
New Revision: 8042
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8042
Log:
* debian/control:
- add build-dep on dh-autoreconf, xdt-autogen and libtool
* debian/rules:
- use autoreconf addon to update config.guess for aarch64 support.
- run xdt-autogen to fix configure after autoreconf.
Modified:
goodies/trunk/xfce4-wmdock-plugin/debian/changelog
goodies/trunk/xfce4-wmdock-plugin/debian/control
goodies/trunk/xfce4-wmdock-plugin/debian/rules
Modified: goodies/trunk/xfce4-wmdock-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/debian/changelog?rev=8042&op=diff
==============================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/changelog Mon Nov 4 20:41:31 2013
@@ -8,6 +8,11 @@
* debian/patches:
- 01_fix_format-string added, fix a format string issue.
- 02_fix-indirect-dso-linking removed, now useless.
+ * debian/control:
+ - add build-dep on dh-autoreconf, xdt-autogen and libtool
+ * debian/rules:
+ - use autoreconf addon to update config.guess for aarch64 support.
+ - run xdt-autogen to fix configure after autoreconf.
-- Yves-Alexis Perez <corsac at debian.org> Mon, 04 Nov 2013 21:05:17 +0100
Modified: goodies/trunk/xfce4-wmdock-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/debian/control?rev=8042&op=diff
==============================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/control (original)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/control Mon Nov 4 20:41:31 2013
@@ -5,7 +5,7 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), xfce4-panel-dev, libwnck-dev, intltool,
- libxfcegui4-dev
+ libxfcegui4-dev, xfce4-dev-tools, libtool, dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/
Modified: goodies/trunk/xfce4-wmdock-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-wmdock-plugin/debian/rules?rev=8042&op=diff
==============================================================================
--- goodies/trunk/xfce4-wmdock-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-wmdock-plugin/debian/rules Mon Nov 4 20:41:31 2013
@@ -2,5 +2,9 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+override_dh_auto_configure:
+ NOCONFIGURE=1 xdt-autogen
+ dh_auto_configure
+
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
More information about the Pkg-xfce-commits
mailing list