From 8f0956fd66f4f77ee16ba0e5276cbda855492aac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Fri, 7 Nov 2008 08:54:29 +0000 Subject: [PATCH] 2008-11-06 Alejandro Pinheiro * debian/rules: Added --enable-maintainer-mode * Makefile.am: Added ACLOCAL_AMFLAGS This allows to properly regenerate the Makefiles if you modify the configure.ac or any Makefile.am. --- ChangeLog | 8 ++++++++ Makefile.am | 1 + debian/changelog | 6 +++++- debian/rules | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc58630..13ade57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-11-06 Alejandro Pinheiro + + * debian/rules: Added --enable-maintainer-mode + * Makefile.am: Added ACLOCAL_AMFLAGS + + This allows to properly regenerate the Makefiles if you modify the + configure.ac or any Makefile.am. + 2008-11-06 Claudio Saavedra * examples/hildon-app-menu-example.c: (main): Do not set RC style diff --git a/Makefile.am b/Makefile.am index c6a9153..ddba056 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src \ pkgconfig \ examples \ diff --git a/debian/changelog b/debian/changelog index 3754ef2..b1cd337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ libhildon (2.1.21-1~unreleased1) unstable; urgency=low + [ Claudio Saavedra ] * bump unreleased, remove this entry before releasing 2.1.22-1 - -- Claudio Saavedra Wed, 05 Nov 2008 14:16:38 +0200 + [ Alejandro Pinheiro ] + * Added --enable-maintainer-mode on debian/rules + + -- Alejandro Pinheiro Thu, 06 Nov 2008 18:18:36 +0100 libhildon (2.1.20-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index ad9bcb8..1df653b 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig -DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc +DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc --enable-maintainer-mode DEB_COMPRESS_EXCLUDE := .c SOURCE_DIR=$(CURDIR) -- 1.7.9.5