[Pkg-xfce-commits] r5731 - goodies/trunk/xfce4-mpc-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri May 6 08:53:25 UTC 2011


Author: corsac
Date: 2011-05-06 20:53:25 +0000 (Fri, 06 May 2011)
New Revision: 5731

Modified:
   goodies/trunk/xfce4-mpc-plugin/debian/changelog
   goodies/trunk/xfce4-mpc-plugin/debian/control
   goodies/trunk/xfce4-mpc-plugin/debian/rules
Log:
* debian/rules:
  - stop running xdt-autogen
  - switch to dh7 tiny rules
* debian/control:
  - drop cdbs from build-deps, update debhelper build-dep for overrides.
  - drop xfce4-dev-tools and libtool from build-deps.
* debian/docs added.

Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog	2011-05-06 20:52:08 UTC (rev 5730)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog	2011-05-06 20:53:25 UTC (rev 5731)
@@ -3,10 +3,16 @@
   * New upstream release.
   * debian/patches:
     - 01_link-with-libxfcegui4, 02_use-exo-1 dropped, included upstream.
+  * debian/rules:
+    - stop running xdt-autogen
+    - switch to dh7 tiny rules
+  * debian/control:
+    - drop cdbs from build-deps, update debhelper build-dep for overrides.
+    - drop xfce4-dev-tools and libtool from build-deps.
+  * debian/docs added.
 
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 06 May 2011 22:53:12 +0200
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 29 Apr 2011 08:17:39 +0200
-
 xfce4-mpc-plugin (0.3.5-2) unstable; urgency=low
 
   [ Yves-Alexis Perez ]

Modified: goodies/trunk/xfce4-mpc-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/control	2011-05-06 20:52:08 UTC (rev 5730)
+++ goodies/trunk/xfce4-mpc-plugin/debian/control	2011-05-06 20:53:25 UTC (rev 5731)
@@ -3,8 +3,8 @@
 Priority: optional
 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: cdbs, debhelper (>= 7), xfce4-panel-dev (>= 4.8.0), libexo-1-dev,
- libxml-parser-perl, intltool, libxfcegui4-dev, xfce4-dev-tools, libtool
+Build-Depends: debhelper (>= 7.0.50~), xfce4-panel-dev (>= 4.8.0), libexo-1-dev,
+ libxml-parser-perl, intltool, libxfcegui4-dev
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-mpc-plugin/

Modified: goodies/trunk/xfce4-mpc-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/rules	2011-05-06 20:52:08 UTC (rev 5730)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules	2011-05-06 20:53:25 UTC (rev 5731)
@@ -1,14 +1,7 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
 
-post-patches::
-	NOCONFIGURE=1 xdt-autogen
+%:
+	dh $@
 
-clean::
-	rm -f $$(find -name 'Makefile.in*')
-	rm -f INSTALL aclocal.m4 config.h.in configure depcomp install-sh
-	rm -f intltool-extract.in intltool-merge.in intltool-update.in
-	rm -f missing mkinstalldirs
-
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-libmpd
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-libmpd




More information about the Pkg-xfce-commits mailing list