[Pkg-xfce-commits] r9651 - in /goodies/trunk/xfce4-mpc-plugin/debian: changelog control rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Sat Nov 12 15:06:17 UTC 2016


Author: corsac
Date: Sat Nov 12 15:06:17 2016
New Revision: 9651

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9651
Log:
  - drop build-dep on xfce4-dev-tools, autotools-dev, automake and libtool.
* debian/rules:
  - don't call xdt-autogen, not needed anymore.

Modified:
    goodies/trunk/xfce4-mpc-plugin/debian/changelog
    goodies/trunk/xfce4-mpc-plugin/debian/control
    goodies/trunk/xfce4-mpc-plugin/debian/rules

Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/debian/changelog?rev=9651&op=diff
==============================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog	(original)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog	Sat Nov 12 15:06:17 2016
@@ -4,6 +4,9 @@
   * debian/control:
     - update build-deps, replace xfce4-panel-dev by libxfce4panel-2.0-dev and
     libxfce4ui-1-dev by libxfce4ui-2-dev for GTK3 port.
+    - drop build-dep on xfce4-dev-tools, autotools-dev, automake and libtool.
+  * debian/rules:
+    - don't call xdt-autogen, not needed anymore.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 12 Nov 2016 15:58:23 +0100
 

Modified: goodies/trunk/xfce4-mpc-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/debian/control?rev=9651&op=diff
==============================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/control	(original)
+++ goodies/trunk/xfce4-mpc-plugin/debian/control	Sat Nov 12 15:06:17 2016
@@ -4,8 +4,7 @@
 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), libxfce4panel-2.0-dev, libexo-1-dev,
- libxml-parser-perl, intltool, libxfce4ui-2-dev, autotools-dev,
- xfce4-dev-tools, automake, libtool
+ libxml-parser-perl, intltool, libxfce4ui-2-dev
 Standards-Version: 3.9.8
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin/
 Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/

Modified: goodies/trunk/xfce4-mpc-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/debian/rules?rev=9651&op=diff
==============================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/rules	(original)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules	Sat Nov 12 15:06:17 2016
@@ -11,5 +11,4 @@
 	rm -f debian/xfce4-mpc-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libmpc.la
 
 override_dh_auto_configure:
-	NOCONFIGURE=1 xdt-autogen
-	dh_auto_configure -- --disable-libmpd --disable-static
+	dh_auto_configure -- --disable-libmpd




More information about the Pkg-xfce-commits mailing list