r20637 - in /packages/unstable/clutter/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Fri Jul 10 13:15:16 UTC 2009
Author: lool
Date: Fri Jul 10 13:15:13 2009
New Revision: 20637
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20637
Log:
Cleanup rules.
Modified:
packages/unstable/clutter/debian/changelog
packages/unstable/clutter/debian/rules
Modified: packages/unstable/clutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter/debian/changelog?rev=20637&op=diff
==============================================================================
--- packages/unstable/clutter/debian/changelog (original)
+++ packages/unstable/clutter/debian/changelog Fri Jul 10 13:15:13 2009
@@ -8,6 +8,7 @@
* Let libclutter-0.8-dev dep on ${shlibs:Depends}.
* Bdep on libpango1.0-dev (>= 1.18) and libglib2.0-dev (>= 2.14)
explicitely.
+ * Cleanup rules.
-- Loïc Minier <lool at dooz.org> Fri, 10 Jul 2009 14:57:00 +0200
Modified: packages/unstable/clutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/clutter/debian/rules?rev=20637&op=diff
==============================================================================
--- packages/unstable/clutter/debian/rules (original)
+++ packages/unstable/clutter/debian/rules Fri Jul 10 13:15:13 2009
@@ -6,10 +6,10 @@
include /usr/share/cdbs/1/rules/utils.mk
LDFLAGS += -Wl,-O1 -Wl,--as-needed
-DEB_COMPRESS_EXCLUDE = .c
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
+DEB_COMPRESS_EXCLUDE += .c
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
-CPU=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
+CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
ifeq ($(CPU),arm)
CFLAGS += -march=armv5t
endif
More information about the pkg-gnome-commits
mailing list