r13905 - in /packages/unstable/libcm/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sun Dec 16 13:36:59 UTC 2007
Author: lool
Date: Sun Dec 16 13:36:58 2007
New Revision: 13905
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13905
Log:
* List patch target in .PHONY and drop configure target altogether.
Modified:
packages/unstable/libcm/debian/changelog
packages/unstable/libcm/debian/rules
Modified: packages/unstable/libcm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/changelog?rev=13905&op=diff
==============================================================================
--- packages/unstable/libcm/debian/changelog (original)
+++ packages/unstable/libcm/debian/changelog Sun Dec 16 13:36:58 2007
@@ -9,6 +9,7 @@
* Bump up Standards-Version to 3.7.3.
* Cleanup rules.
* Rewrap b-deps and deps and add a ${misc:Depends} dep.
+ * List patch target in .PHONY and drop configure target altogether.
-- Kilian Krause <kilian at debian.org> Sat, 22 Sep 2007 12:46:39 +0200
Modified: packages/unstable/libcm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcm/debian/rules?rev=13905&op=diff
==============================================================================
--- packages/unstable/libcm/debian/rules (original)
+++ packages/unstable/libcm/debian/rules Sun Dec 16 13:36:58 2007
@@ -48,8 +48,6 @@
dh_testdir
CFLAGS="$(CFLAGS)" ./configure $(configure_flags)
touch $@
-
-configure: $(STAMP_DIR)/configure-stamp
$(STAMP_DIR)/build-stamp: $(STAMP_DIR)/configure-stamp
dh_testdir
@@ -102,4 +100,4 @@
dh_builddeb -s
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: patch build install clean binary-indep binary-arch binary
More information about the pkg-gnome-commits
mailing list