r9490 - in /desktop/experimental/pango1.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 2 13:36:17 UTC 2007


Author: lool
Date: Mon Apr  2 13:36:17 2007
New Revision: 9490

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9490
Log:
* Fix control generation.

Modified:
    desktop/experimental/pango1.0/debian/changelog
    desktop/experimental/pango1.0/debian/rules

Modified: desktop/experimental/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/changelog?rev=9490&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/changelog (original)
+++ desktop/experimental/pango1.0/debian/changelog Mon Apr  2 13:36:17 2007
@@ -1,9 +1,10 @@
 pango1.0 (1.16.1-2) UNRELEASED; urgency=low
 
+  * Fix control generation.
   * Include the new uploaders.mk from gnome-pkg-tools instead of duplicating
     its logic; build-dep on gnome-pkg-tools >= 0.11.
 
- -- Loic Minier <lool at dooz.org>  Mon, 02 Apr 2007 15:35:22 +0200
+ -- Loic Minier <lool at dooz.org>  Mon, 02 Apr 2007 15:36:10 +0200
 
 pango1.0 (1.16.1-1) experimental; urgency=low
 

Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=9490&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules (original)
+++ desktop/experimental/pango1.0/debian/rules Mon Apr  2 13:36:17 2007
@@ -161,10 +161,14 @@
 
 install: $(addprefix $(STAMP_DIR)/install-stamp-, $(FLAVORS))
 
+# gross kludge to force control generation with the %.in target
+clean::
+	touch debian/control.in
+
 # always update debian/foo (do not rely on the timestamp of debian/control
 # versus debian/control.in which might break with svn, svn-buildpackage, or
 # dpkg-source)
-debian/%: debian/%.in force
+debian/%: debian/%.in
 	dh_testdir
 	sed -e "s#@SONAME@#$(SONAME)#g" \
 		-e "s#@APIVER@#$(APIVER)#g" \
@@ -176,7 +180,7 @@
 		-e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \
 		$@.in > $@
 
-clean: debian/control
+clean:: debian/control
 	dh_testdir
 	dh_testroot
 	# remove install and build dirs
@@ -253,7 +257,5 @@
 	dh_md5sums -a
 	dh_builddeb -a
 
-force:
-
 binary: binary-indep binary-arch
-.PHONY: patch configure build install clean binary-indep binary-arch force binary debian/control
+.PHONY: patch configure build install clean binary-indep binary-arch binary




More information about the pkg-gnome-commits mailing list