[Pkg-xfce-commits] r9060 - in /goodies/trunk/xfce4-netload-plugin/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Wed May 6 20:06:42 UTC 2015
Author: corsac
Date: Wed May 6 20:06:42 2015
New Revision: 9060
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9060
Log:
- run autoreconf to update config.{guess,sub}.
* debian/control:
- add build-dep on dh-autoreconf.
Modified:
goodies/trunk/xfce4-netload-plugin/debian/changelog
goodies/trunk/xfce4-netload-plugin/debian/control
goodies/trunk/xfce4-netload-plugin/debian/rules
Modified: goodies/trunk/xfce4-netload-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-netload-plugin/debian/changelog?rev=9060&op=diff
==============================================================================
--- goodies/trunk/xfce4-netload-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-netload-plugin/debian/changelog Wed May 6 20:06:42 2015
@@ -11,9 +11,12 @@
[ Yves-Alexis Perez ]
* debian/rules:
- update paths for .a/.la files removal.
+ - run autoreconf to update config.{guess,sub}.
* debian/patches:
- 01_drop-include-sysctl.h added, don't include obsolete sys/sysctl.h. Fix
FTBFS on new architectures. closes: #776124
+ * debian/control:
+ - add build-dep on dh-autoreconf.
-- Jackson Doak <noskcaj at ubuntu.com> Sun, 23 Nov 2014 08:36:02 +1100
Modified: goodies/trunk/xfce4-netload-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-netload-plugin/debian/control?rev=9060&op=diff
==============================================================================
--- goodies/trunk/xfce4-netload-plugin/debian/control (original)
+++ goodies/trunk/xfce4-netload-plugin/debian/control Wed May 6 20:06:42 2015
@@ -4,7 +4,8 @@
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), xfce4-panel-dev (>= 4.10.0), libxml2-dev,
- libxml-parser-perl, libxfce4ui-1-dev (>= 4.10.0), intltool
+ libxml-parser-perl, libxfce4ui-1-dev (>= 4.10.0), intltool, dh-autoreconf,
+ xfce4-dev-tools
Standards-Version: 3.9.6
Homepage: http://goodies.xfce.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-netload-plugin/
Modified: goodies/trunk/xfce4-netload-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-netload-plugin/debian/rules?rev=9060&op=diff
==============================================================================
--- goodies/trunk/xfce4-netload-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-netload-plugin/debian/rules Wed May 6 20:06:42 2015
@@ -6,10 +6,13 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh_autoreconf xdt-autogen
+
override_dh_install:
-rm -f debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.a
-rm -f debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/*.la
dh_install
%:
- dh $@
+ dh $@ --with autoreconf
More information about the Pkg-xfce-commits
mailing list