[pkg-ggz-commits] r255 - ggz-server/trunk/debian

petere at alioth.debian.org petere at alioth.debian.org
Wed Aug 1 19:03:55 UTC 2007


Author: petere
Date: 2007-08-01 19:03:55 +0000 (Wed, 01 Aug 2007)
New Revision: 255

Modified:
   ggz-server/trunk/debian/changelog
   ggz-server/trunk/debian/control
   ggz-server/trunk/debian/rules
Log:
* Use fam on hppa and m68k because inotify isn't supported there

Modified: ggz-server/trunk/debian/changelog
===================================================================
--- ggz-server/trunk/debian/changelog	2007-07-23 07:45:47 UTC (rev 254)
+++ ggz-server/trunk/debian/changelog	2007-08-01 19:03:55 UTC (rev 255)
@@ -1,10 +1,14 @@
 ggz-server (0.0.14-2) UNRELEASED; urgency=low
 
+  [ Josef Spillner ]
   * Included patch derived from r9205 from ggz-0-0-14-branch.
     - Fixes read-only /usr/share installation error
 
- -- Josef Spillner <josef at ggzgamingzone.org>  Mon, 23 July 2007 09:34:22 +0200
+  [ Peter Eisentraut ]
+  * Use fam on hppa and m68k because inotify isn't supported there
 
+ -- Peter Eisentraut <petere at debian.org>  Wed, 01 Aug 2007 21:00:07 +0200
+
 ggz-server (0.0.14-1) unstable; urgency=low
 
   [ Josef Spillner ]

Modified: ggz-server/trunk/debian/control
===================================================================
--- ggz-server/trunk/debian/control	2007-07-23 07:45:47 UTC (rev 254)
+++ ggz-server/trunk/debian/control	2007-08-01 19:03:55 UTC (rev 255)
@@ -4,7 +4,7 @@
 Maintainer: Debian GGZ Maintainers <pkg-ggz-maintainers at lists.alioth.debian.org>
 Uploaders: Josef Spillner <josef at ggzgamingzone.org>, Peter Eisentraut <petere at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), libavahi-client-dev, libggz-dev (>= 0.0.14), libexpat1-dev (>= 1.95.6), libdb4.4-dev, lsb-base (>= 3.0-3)
+Build-Depends: cdbs, debhelper (>= 5), libavahi-client-dev, libggz-dev (>= 0.0.14), libexpat1-dev (>= 1.95.6), libdb4.4-dev, libfam-dev, lsb-base (>= 3.0-3)
 
 Package: ggzd
 Architecture: any

Modified: ggz-server/trunk/debian/rules
===================================================================
--- ggz-server/trunk/debian/rules	2007-07-23 07:45:47 UTC (rev 254)
+++ ggz-server/trunk/debian/rules	2007-08-01 19:03:55 UTC (rev 255)
@@ -5,6 +5,10 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --localstatedir=/var/lib --disable-debug
+ifneq (,$(filter $(DEB_BUILD_ARCH),hppa m68k))
+DEB_CONFIGURE_EXTRA_FLAGS += --with-reconfiguration=fam
+endif
+
 DEB_DH_MAKESHLIBS_ARGS_ALL = -V
 DEB_SHLIBDEPS_INCLUDE = $(DEB_DESTDIR)/usr/lib
 




More information about the pkg-ggz-commits mailing list