./modest/debian r34: Rename configure and -stamp targets to config* to avoid clash with actual
Loïc Minier
lool at dooz.org
Thu Aug 28 02:49:36 UTC 2008
------------------------------------------------------------
revno: 34
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-28 04:49:36 +0200
message:
Rename configure and -stamp targets to config* to avoid clash with actual
file; list config in .PHONY.
modified:
debian/changelog
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-08-28 02:40:09 +0000
+++ b/debian/changelog 2008-08-28 02:49:36 +0000
@@ -1,3 +1,10 @@
+modest (1.0+svn1091.debian-2) UNRELEASED; urgency=low
+
+ * Rename configure and -stamp targets to config* to avoid clash with actual
+ file; list config in .PHONY.
+
+ -- Loic Minier <lool at dooz.org> Thu, 28 Aug 2008 04:49:15 +0200
+
modest (1.0+svn1091.debian-1) unstable; urgency=low
[ Jonny Lamb ]
=== modified file 'debian/rules'
--- a/debian/rules 2008-08-28 02:32:51 +0000
+++ b/debian/rules 2008-08-28 02:49:36 +0000
@@ -28,16 +28,15 @@
configure_flags += $(if $(findstring nolauncher,$(DEB_BUILD_OPTIONS)),--enable_maemo_launcher)
configure_flags += $(if $(findstring debug,$(DEB_BUILD_OPTIONS)),--enable_debug)
-configure: configure-stamp
-configure-stamp: patch
+config: config-stamp
+config-stamp: patch
dh_testdir
[ -x configure ] || NOCONFIGURE=1 ./autogen.sh
CFLAGS="$(CFLAGS)" LDFLAGS="$(LFLAGS)" ./configure $(configure_flags)
touch $@
build: build-stamp
-
-build-stamp: configure
+build-stamp: config
dh_testdir
$(MAKE)
touch $@
@@ -82,4 +81,4 @@
dh_builddeb -s
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install config
More information about the pkg-maemo-commits
mailing list