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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Aug 8 11:54:23 UTC 2008


Author: lool
Date: Fri Aug  8 11:54:23 2008
New Revision: 16739

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16739
Log:
Pass --disable-battstat to configure if DEB_HOST_ARCH_OS is kfreebsd as
  battstat doesn't build under GNU/kFreeBSD; thanks Petr Salinger;
  closes: #494301.

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=16739&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/changelog (original)
+++ desktop/unstable/gnome-applets/debian/changelog Fri Aug  8 11:54:23 2008
@@ -1,7 +1,13 @@
 gnome-applets (2.22.3-3) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * ro.po: updated Romanian translation from Eddy Petrișor.
     Closes: #489196.
+
+  [ Loic Minier ]
+  * Pass --disable-battstat to configure if DEB_HOST_ARCH_OS is kfreebsd as
+    battstat doesn't build under GNU/kFreeBSD; thanks Petr Salinger;
+    closes: #494301.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 23 Jul 2008 16:08:50 +0200
 

Modified: desktop/unstable/gnome-applets/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-applets/debian/rules?rev=16739&op=diff
==============================================================================
--- desktop/unstable/gnome-applets/debian/rules (original)
+++ desktop/unstable/gnome-applets/debian/rules Fri Aug  8 11:54:23 2008
@@ -10,6 +10,10 @@
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc --disable-scrollkeeper --enable-ipv6 --enable-suid=no --enable-gstreamer=0.10
+
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-battstat
+endif
 
 MANPAGES += debian/gnome-keyboard-layout.1
 DEB_INSTALL_MANPAGES_gnome-applets = $(MANPAGES)




More information about the pkg-gnome-commits mailing list