[Pkg-xfce-commits] r4693 - goodies/branches/experimental/xfce4-mpc-plugin/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sat Dec 11 12:35:35 UTC 2010
Author: mrpouit-guest
Date: 2010-12-11 12:35:34 +0000 (Sat, 11 Dec 2010)
New Revision: 4693
Modified:
goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog
goodies/branches/experimental/xfce4-mpc-plugin/debian/rules
Log:
debian/rules: clean up autogenerated files changed by xdt-autogen.
Modified: goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog 2010-12-11 12:29:11 UTC (rev 4692)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/changelog 2010-12-11 12:35:34 UTC (rev 4693)
@@ -1,5 +1,6 @@
xfce4-mpc-plugin (0.3.5-2) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* debian/patches:
- 01_link-with-libxfcegui4 added, link against libxfcegui4-dev now that
xfce4-panel won't do it.
@@ -13,6 +14,9 @@
- run xdt-autogen after applying patches touching Makefile.am and
configure.in.
+ [ Lionel Le Folgoc ]
+ * debian/rules: clean up autogenerated files changed by xdt-autogen.
+
-- Yves-Alexis Perez <corsac at debian.org> Fri, 05 Nov 2010 12:45:44 +0100
xfce4-mpc-plugin (0.3.5-1) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-mpc-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-mpc-plugin/debian/rules 2010-12-11 12:29:11 UTC (rev 4692)
+++ goodies/branches/experimental/xfce4-mpc-plugin/debian/rules 2010-12-11 12:35:34 UTC (rev 4693)
@@ -5,4 +5,10 @@
post-patches::
NOCONFIGURE=1 xdt-autogen
+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
More information about the Pkg-xfce-commits
mailing list