[Pkg-xfce-commits] r8552 - in /desktop/branches/experimental/xfce4-power-manager/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Wed Aug 27 20:13:18 UTC 2014


Author: corsac
Date: Wed Aug 27 20:13:18 2014
New Revision: 8552

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8552
Log:
* debian/rules:
  - stop calling xdt-autogen, not needed anymore.
* debian/control:
  - drop build-dep on dh-autoreconf, xfce4-dev-tools and libtool.

Modified:
    desktop/branches/experimental/xfce4-power-manager/debian/changelog
    desktop/branches/experimental/xfce4-power-manager/debian/control
    desktop/branches/experimental/xfce4-power-manager/debian/rules

Modified: desktop/branches/experimental/xfce4-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-power-manager/debian/changelog?rev=8552&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-power-manager/debian/changelog	(original)
+++ desktop/branches/experimental/xfce4-power-manager/debian/changelog	Wed Aug 27 20:13:18 2014
@@ -4,6 +4,10 @@
     - 01_fix-logind-handle-xfconf-keys.patch added, fix backward logic when
       handling the logind inhibit keys and set the default to FALSE, meaning
       xfce4-power-manager will handle the keys and lid itself.
+  * debian/rules:
+    - stop calling xdt-autogen, not needed anymore.
+  * debian/control:
+    - drop build-dep on dh-autoreconf, xfce4-dev-tools and libtool.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 27 Aug 2014 21:51:01 +0200
 

Modified: desktop/branches/experimental/xfce4-power-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-power-manager/debian/control?rev=8552&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-power-manager/debian/control	(original)
+++ desktop/branches/experimental/xfce4-power-manager/debian/control	Wed Aug 27 20:13:18 2014
@@ -7,7 +7,7 @@
  libdbus-1-dev, libdbus-glib-1-dev, libxfconf-0-dev (>= 4.10.0),
  libxfce4ui-1-dev (>= 4.11.0), libnotify-dev, xfce4-panel-dev (>= 4.11.0),
  libpolkit-gobject-1-dev, libxext-dev, libx11-dev, dpkg-dev (>= 1.16.1),
- xfce4-dev-tools, libtool, dh-autoreconf, libsystemd-daemon-dev,
+ libsystemd-daemon-dev,
  libupower-glib-dev (>= 0.99)
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/desktop/trunk/xfce4-power-manager/

Modified: desktop/branches/experimental/xfce4-power-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-power-manager/debian/rules?rev=8552&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-power-manager/debian/rules	(original)
+++ desktop/branches/experimental/xfce4-power-manager/debian/rules	Wed Aug 27 20:13:18 2014
@@ -4,7 +4,6 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_auto_configure:
-	NOCONFIGURE=1 xdt-autogen
 	dh_auto_configure -- --disable-silent-rules
 
 override_dh_install:




More information about the Pkg-xfce-commits mailing list