[Pkg-maemo-commits] r13 ./python-hildondesktop/ubuntu: * Fix configure target; get rid of configure-stamp-target

Tollef Fog Heen tfheen at err.no
Mon Jul 30 12:56:43 UTC 2007


------------------------------------------------------------
revno: 13
committer: Tollef Fog Heen <tfheen at err.no>
branch nick: python-hildondesktop
timestamp: Mon 2007-07-30 14:56:43 +0200
message:
  * Fix configure target; get rid of configure-stamp-target
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-07-30 12:30:03 +0000
+++ b/debian/changelog	2007-07-30 12:56:43 +0000
@@ -7,7 +7,7 @@
   [ Tollef Fog Heen ]
   * Get rid of useless debian/debian file.
   * Remove shared library gunk from debian/rules.
-  * Remove configure target; we are using the config.status target.
+  * Fix configure target; get rid of configure-stamp-target
   * Add COPYING.LIB and write up debian/changelog.
 
  -- Tollef Fog Heen <tfheen at ubuntu.com>  Mon, 30 Jul 2007 14:24:39 +0200

=== modified file 'debian/rules'
--- a/debian/rules	2007-07-30 12:27:32 +0000
+++ b/debian/rules	2007-07-30 12:56:43 +0000
@@ -43,6 +43,9 @@
 	CFLAGS += -ggdb -DDEBUG
 endif
 
+configure: configure.ac
+	./autogen.sh
+
 config.status: configure
 	dh_testdir
 # Add here commands to configure the package.



More information about the Pkg-maemo-commits mailing list