r9801 - in /desktop/experimental/gtk+2.0/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Thu Apr 12 12:12:34 UTC 2007
Author: lool
Date: Thu Apr 12 12:12:34 2007
New Revision: 9801
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9801
Log:
* Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to
configure, doh!
Modified:
desktop/experimental/gtk+2.0/debian/changelog
desktop/experimental/gtk+2.0/debian/rules
Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=9801&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog (original)
+++ desktop/experimental/gtk+2.0/debian/changelog Thu Apr 12 12:12:34 2007
@@ -13,11 +13,15 @@
* Call dh_installman -a.
[ Josselin Mouette ]
- * 040_filechooser_single-click.patch: remove shortcut-related actions
- in the response callback. This fixes the annoying bug where you need
+ * 040_filechooser_single-click.patch: remove shortcut-related actions
+ in the response callback. This fixes the annoying bug where you need
to click twice on "save" after clicking on a shortcut.
- -- Josselin Mouette <joss at debian.org> Wed, 11 Apr 2007 16:46:26 +0200
+ [ Loic Minier ]
+ * Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to
+ configure, doh!
+
+ -- Loic Minier <lool at dooz.org> Thu, 12 Apr 2007 14:11:40 +0200
gtk+2.0 (2.10.11-1) experimental; urgency=low
Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=9801&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules (original)
+++ desktop/experimental/gtk+2.0/debian/rules Thu Apr 12 12:12:34 2007
@@ -28,6 +28,8 @@
# from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS += -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -148,7 +150,8 @@
dh_testdir
mkdir -p $(builddir)
cd $(builddir) && \
- $(CURDIR)/configure $($*_configure_flags)
+ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
+ $(CURDIR)/configure $($*_configure_flags)
cd $(builddir) && \
sed < libtool > libtool-2 \
-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
More information about the pkg-gnome-commits
mailing list