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

Yves-Alexis Perez corsac at alioth.debian.org
Tue Feb 21 02:04:12 UTC 2012


Author: corsac
Date: 2012-02-21 14:04:11 +0000 (Tue, 21 Feb 2012)
New Revision: 6447

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:
  - don't install la file.
* debian/control:
  - build-dep on autotools-dev to get rid of outdated autotools files.

Modified: goodies/trunk/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/changelog	2012-02-21 12:01:32 UTC (rev 6446)
+++ goodies/trunk/xfce4-mpc-plugin/debian/changelog	2012-02-21 14:04:11 UTC (rev 6447)
@@ -12,6 +12,12 @@
     - add dpkg-dev 1.16.1 build-dep for hardening support.
     - replace libxfcegui4-dev b-dep by libxfce4ui-1-dev.
 
+  [ Yves-Alexis Perez ]
+  * debian/rules:
+    - don't install la file.
+  * debian/control:
+    - build-dep on autotools-dev to get rid of outdated autotools files.
+
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Sun, 12 Feb 2012 21:18:49 +0100
 
 xfce4-mpc-plugin (0.3.6-1) unstable; urgency=low

Modified: goodies/trunk/xfce4-mpc-plugin/debian/control
===================================================================
--- goodies/trunk/xfce4-mpc-plugin/debian/control	2012-02-21 12:01:32 UTC (rev 6446)
+++ goodies/trunk/xfce4-mpc-plugin/debian/control	2012-02-21 14:04:11 UTC (rev 6447)
@@ -4,7 +4,8 @@
 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), xfce4-panel-dev (>= 4.8.0), libexo-1-dev,
- libxml-parser-perl, intltool, libxfce4ui-1-dev, dpkg-dev (>= 1.16.1)
+ libxml-parser-perl, intltool, libxfce4ui-1-dev, dpkg-dev (>= 1.16.1),
+ autotools-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	2012-02-21 12:01:32 UTC (rev 6446)
+++ goodies/trunk/xfce4-mpc-plugin/debian/rules	2012-02-21 14:04:11 UTC (rev 6447)
@@ -6,5 +6,9 @@
 %:
 	dh $@
 
+override_dh_auto_install:
+	rm -f debian/xfce4-mpc-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libmpc.la
+	dh_auto_install
+
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-libmpd




More information about the Pkg-xfce-commits mailing list