r24725 - in /desktop/unstable/gnome-applets/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jul 8 07:01:59 UTC 2010


Author: joss
Date: Thu Jul  8 07:01:53 2010
New Revision: 24725

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24725
Log:
Disable battstat on kfreebsd-amd64. Closes: #588412.

Modified:
    desktop/unstable/gnome-applets/debian/changelog
    desktop/unstable/gnome-applets/debian/rules

Modified: desktop/unstable/gnome-applets/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/changelog?rev=24725&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/changelog [utf-8] Thu Jul  8 07:01:53 2010
@@ -1,3 +1,9 @@
+gnome-applets (2.30.0-4) UNRELEASED; urgency=low
+
+  * Disable battstat on kfreebsd-amd64. Closes: #588412.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 08 Jul 2010 08:58:10 +0200
+
 gnome-applets (2.30.0-3) unstable; urgency=low
 
   * Drop type-handling usage. Closes: #587858.

Modified: desktop/unstable/gnome-applets/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/rules?rev=24725&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-applets/debian/rules [utf-8] Thu Jul  8 07:01:53 2010
@@ -14,6 +14,10 @@
 	--enable-suid=no \
 	--enable-mixer-applet \
 	--without-hal
+
+ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64)
+    DEB_CONFIGURE_EXTRA_FLAGS += --disable-battstat
+endif
 
 DEB_MAKE_ENVVARS += echo=/bin/echo
 




More information about the pkg-gnome-commits mailing list