[Pkg-xfce-commits] r10047 - in /goodies/trunk/xfce4-indicator-plugin/debian: changelog compat control rules
Unit 193
unit193-guest at moszumanska.debian.org
Sun Sep 24 07:10:23 UTC 2017
Author: unit193-guest
Date: Sun Sep 24 07:10:23 2017
New Revision: 10047
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10047
Log:
* d/compat, d/control: Bump dh compat to 10.
* d/control:
- B-D on gtk-doc-tools and xfce4-dev-tools for autoreconf.
- Drop B-D on autotools-dev and versioned B-D on dpkg-dev.
* d/rules:
- Drop explicit --parallel and --with autotools-dev.
- override_dh_autoreconf to use xdt-autogen.
Modified:
goodies/trunk/xfce4-indicator-plugin/debian/changelog
goodies/trunk/xfce4-indicator-plugin/debian/compat
goodies/trunk/xfce4-indicator-plugin/debian/control
goodies/trunk/xfce4-indicator-plugin/debian/rules
Modified: goodies/trunk/xfce4-indicator-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/debian/changelog?rev=10047&op=diff
==============================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-indicator-plugin/debian/changelog Sun Sep 24 07:10:23 2017
@@ -19,6 +19,13 @@
* Run wrap-and-sort.
* Bump Standards-Version to 4.1.0.
* d/control, d/copyright: Use https where possible.
+ * d/compat, d/control: Bump dh compat to 10.
+ * d/control:
+ - B-D on gtk-doc-tools and xfce4-dev-tools for autoreconf.
+ - Drop B-D on autotools-dev and versioned B-D on dpkg-dev.
+ * d/rules:
+ - Drop explicit --parallel and --with autotools-dev.
+ - override_dh_autoreconf to use xdt-autogen.
-- Yves-Alexis Perez <corsac at debian.org> Sun, 28 Jun 2015 13:56:28 +0200
Modified: goodies/trunk/xfce4-indicator-plugin/debian/compat
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/debian/compat?rev=10047&op=diff
==============================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/compat (original)
+++ goodies/trunk/xfce4-indicator-plugin/debian/compat Sun Sep 24 07:10:23 2017
@@ -1 +1 @@
-9
+10
Modified: goodies/trunk/xfce4-indicator-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/debian/control?rev=10047&op=diff
==============================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/control (original)
+++ goodies/trunk/xfce4-indicator-plugin/debian/control Sun Sep 24 07:10:23 2017
@@ -5,9 +5,8 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Evgeni Golov <evgeni at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: autotools-dev,
- debhelper (>= 9),
- dpkg-dev (>= 1.16.1~),
+Build-Depends: debhelper (>= 10),
+ gtk-doc-tools,
intltool,
libexo-1-dev,
libgtk-3-dev (>= 3.6),
@@ -15,7 +14,8 @@
libxfce4panel-2.0-dev (>= 4.11.0),
libxfce4ui-2-dev (>= 4.11),
libxfce4util-dev (>= 4.9),
- libxfconf-0-dev
+ libxfconf-0-dev,
+ xfce4-dev-tools
Standards-Version: 4.1.0
Homepage: https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin/
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/
Modified: goodies/trunk/xfce4-indicator-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-indicator-plugin/debian/rules?rev=10047&op=diff
==============================================================================
--- goodies/trunk/xfce4-indicator-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-indicator-plugin/debian/rules Sun Sep 24 07:10:23 2017
@@ -5,6 +5,9 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh_autoreconf xdt-autogen
override_dh_auto_install:
dh_auto_install
@@ -14,4 +17,4 @@
dh_makeshlibs -X debian/$(DEB_SOURCE)/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/lib*-plugin.so
%:
- dh $@ --parallel --with autotools-dev
+ dh $@
More information about the Pkg-xfce-commits
mailing list