[Pkg-xfce-commits] r10031 - in /desktop/trunk/xfdesktop4/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Tue Sep 12 12:12:00 UTC 2017


Author: corsac
Date: Tue Sep 12 12:11:59 2017
New Revision: 10031

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10031
Log:
* debian/rules:
  - override dh_autoreconf to call xdt-autogen, Since dh compat 10
  automatically calls autoreconf.

Modified:
    desktop/trunk/xfdesktop4/debian/changelog
    desktop/trunk/xfdesktop4/debian/control
    desktop/trunk/xfdesktop4/debian/rules

Modified: desktop/trunk/xfdesktop4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfdesktop4/debian/changelog?rev=10031&op=diff
==============================================================================
--- desktop/trunk/xfdesktop4/debian/changelog	(original)
+++ desktop/trunk/xfdesktop4/debian/changelog	Tue Sep 12 12:11:59 2017
@@ -1,11 +1,17 @@
 xfdesktop4 (4.12.4-1) UNRELEASED; urgency=medium
 
+  [ Mateusz Łukasik ]
   * New upstream bugfix release:
     - Drop 0001-Settings-Allow-directories-to-be-selected-Bug-12832.patch
   * debian/control:
     - Update standards version to 4.1.0.
     - Bump dh version to 10.
   * Drop menu file.
+
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - override dh_autoreconf to call xdt-autogen, Since dh compat 10
+    automatically calls autoreconf.
 
  -- Mateusz Łukasik <mati75 at linuxmint.pl>  Sun, 10 Sep 2017 16:11:47 +0200
 

Modified: desktop/trunk/xfdesktop4/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfdesktop4/debian/control?rev=10031&op=diff
==============================================================================
--- desktop/trunk/xfdesktop4/debian/control	(original)
+++ desktop/trunk/xfdesktop4/debian/control	Tue Sep 12 12:11:59 2017
@@ -8,7 +8,7 @@
  libxfce4util-dev (>= 4.10.0), libxfce4ui-1-dev (>= 4.11.1), libwnck-dev,
  libxfconf-0-dev (>= 4.10.0), intltool, libdbus-glib-1-dev (>= 0.84),
  libthunarx-2-dev (>= 1.4.0), libexo-1-dev (>= 0.7.0), 
- libgarcon-1-0-dev (>= 0.2.0), libnotify-dev (>= 0.4.0), dpkg-dev (>= 1.16.1)
+ libgarcon-1-0-dev (>= 0.2.0), libnotify-dev (>= 0.4.0), dpkg-dev (>= 1.16.1), xfce4-dev-tools
 Standards-Version: 4.1.0
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/xfdesktop4/

Modified: desktop/trunk/xfdesktop4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfdesktop4/debian/rules?rev=10031&op=diff
==============================================================================
--- desktop/trunk/xfdesktop4/debian/rules	(original)
+++ desktop/trunk/xfdesktop4/debian/rules	Tue Sep 12 12:11:59 2017
@@ -2,6 +2,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_configure:
 	dh_auto_configure -- --enable-thunarx \




More information about the Pkg-xfce-commits mailing list