[Pkg-utopia-commits] r3601 - in /packages/unstable/avahi/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jul 7 19:01:53 UTC 2010


Author: biebl
Date: Wed Jul  7 19:01:52 2010
New Revision: 3601

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3601
Log:
* debian/rules
  - Disable gtk3 support.

Modified:
    packages/unstable/avahi/debian/changelog
    packages/unstable/avahi/debian/rules

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=3601&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Wed Jul  7 19:01:52 2010
@@ -11,6 +11,8 @@
     - Fix build for systems that have gtk2 but no gtk3.
   * debian/patches/99_autoreconf.patch
     - Refresh for new upstream release.
+  * debian/rules
+    - Disable gtk3 support.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 30 Jun 2010 02:47:56 +0200
 

Modified: packages/unstable/avahi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/rules?rev=3601&op=diff
==============================================================================
--- packages/unstable/avahi/debian/rules (original)
+++ packages/unstable/avahi/debian/rules Wed Jul  7 19:01:52 2010
@@ -14,7 +14,8 @@
 LDFLAGS += -Wl,-z,defs -Wl,-O1
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-compat-libdns_sd --enable-compat-howl \
-                             --disable-mono --disable-monodoc
+                             --disable-mono --disable-monodoc \
+                             --disable-gtk3
 
 # Only enable the stack protector on certain archs
 ifeq (,$(filter $(DEB_HOST_ARCH), powerpc s390 sparc amd64 i386 lpia))




More information about the Pkg-utopia-commits mailing list