[Pkg-xfce-commits] r91 - in goodies: xfce4-i8k-plugin/debian xfce4-xmms-plugin/debian

Rudy Godoy rudy-guest@costa.debian.org
Fri, 06 May 2005 22:39:24 +0000


Author: rudy-guest
Date: 2005-05-06 22:39:23 +0000 (Fri, 06 May 2005)
New Revision: 91

Modified:
   goodies/xfce4-i8k-plugin/debian/control
   goodies/xfce4-i8k-plugin/debian/rules
   goodies/xfce4-xmms-plugin/debian/rules
Log:
Missing note for new debian/ files and updates for xmms and i8k
packages, although xmms still doesn't build.


Modified: goodies/xfce4-i8k-plugin/debian/control
===================================================================
--- goodies/xfce4-i8k-plugin/debian/control	2005-05-06 21:49:39 UTC (rev 90)
+++ goodies/xfce4-i8k-plugin/debian/control	2005-05-06 22:39:23 UTC (rev 91)
@@ -10,8 +10,10 @@
 Architecture: any
 Depends: ${shlibs:Depends}, xfce4-panel
 Description: Dell laptop fan control plugin for the Xfce4 panel
- The cpugraph plugin allows you to control Dell laptop's fan with
+ The i8k plugin allows you to control Dell laptop's fans with
  the Dell laptop driver, i8k. The userspace utils can be found
  at http://people.debian.org/~dz/i8k/
  .
+ This plugin requires i8k kernel module to be loaded in order to work.
+ .
  Homepage: http://xfce-goodies.berlios.de/

Modified: goodies/xfce4-i8k-plugin/debian/rules
===================================================================
--- goodies/xfce4-i8k-plugin/debian/rules	2005-05-06 21:49:39 UTC (rev 90)
+++ goodies/xfce4-i8k-plugin/debian/rules	2005-05-06 22:39:23 UTC (rev 91)
@@ -1,9 +1,19 @@
 #!/usr/bin/make -f
 DEB_AUTO_UPDATE_LIBTOOL := pre
 DEB_AUTO_UPDATE_ACLOCAL := 1.8
-DEB_AUTO_UPDATE_AUTOMAKE := 1.8
+#DEB_AUTO_UPDATE_AUTOMAKE := 1.8
 DEB_AUTO_UPDATE_AUTOCONF := yes
 
+# We need to run automake but we need to run it with --foreign so using
+# DEB_AUTO_UPDATE_AUTOMAKE := 1.8 above won't work as it calls it with the
+# gnu strictness which requires a NEWS file *sigh* --huggie
+common-configure-impl:: debian/stamp-homebrew-automake
+debian/stamp-homebrew-automake:
+	automake-1.8 --foreign
+
+clean::
+	rm -f debian/stamp-homebrew-automake
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 

Modified: goodies/xfce4-xmms-plugin/debian/rules
===================================================================
--- goodies/xfce4-xmms-plugin/debian/rules	2005-05-06 21:49:39 UTC (rev 90)
+++ goodies/xfce4-xmms-plugin/debian/rules	2005-05-06 22:39:23 UTC (rev 91)
@@ -1,9 +1,19 @@
 #!/usr/bin/make -f
 DEB_AUTO_UPDATE_LIBTOOL := pre
 DEB_AUTO_UPDATE_ACLOCAL := 1.8
-DEB_AUTO_UPDATE_AUTOMAKE := 1.8
+#DEB_AUTO_UPDATE_AUTOMAKE := 1.8
 DEB_AUTO_UPDATE_AUTOCONF := yes
 
+# We need to run automake but we need to run it with --foreign so using
+# DEB_AUTO_UPDATE_AUTOMAKE := 1.8 above won't work as it calls it with the
+# gnu strictness which requires a NEWS file *sigh* --huggie
+common-configure-impl:: debian/stamp-homebrew-automake
+debian/stamp-homebrew-automake:
+	automake-1.8 --foreign
+
+clean::
+	rm -f debian/stamp-homebrew-automake
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk