[maemo-commits] [maemo-commits] r10023 - projects/haf/branches/hildon-control-panel/refactoring/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 19 17:37:20 EET 2007
Author: jobi
Date: 2007-02-19 17:37:20 +0200 (Mon, 19 Feb 2007)
New Revision: 10023

Modified:
   projects/haf/branches/hildon-control-panel/refactoring/debian/changelog
   projects/haf/branches/hildon-control-panel/refactoring/debian/rules
Log:

hildon-control-panel (2.9.10-1) unstable; urgency=low

  * src/*.c: replaced include <hildon-widgets/*> with <hildon/*>
  * debian/rules: run the autotools

 -- Johan Bilien <johan.bilien at nokia.com>  Mon, 19 Feb 2007 17:36:08 +0200



Modified: projects/haf/branches/hildon-control-panel/refactoring/debian/changelog
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/debian/changelog	2007-02-19 15:32:28 UTC (rev 10022)
+++ projects/haf/branches/hildon-control-panel/refactoring/debian/changelog	2007-02-19 15:37:20 UTC (rev 10023)
@@ -1,3 +1,10 @@
+hildon-control-panel (2.9.10-1) unstable; urgency=low
+
+  * src/*.c: replaced include <hildon-widgets/*> with <hildon/*>
+  * debian/rules: run the autotools
+
+ -- Johan Bilien <johan.bilien at nokia.com>  Mon, 19 Feb 2007 17:36:08 +0200
+
 hildon-control-panel (2.9.9-1) unstable; urgency=low
 
   * First *unstable* release on fully refactored Hildon Control Panel.

Modified: projects/haf/branches/hildon-control-panel/refactoring/debian/rules
===================================================================
--- projects/haf/branches/hildon-control-panel/refactoring/debian/rules	2007-02-19 15:32:28 UTC (rev 10022)
+++ projects/haf/branches/hildon-control-panel/refactoring/debian/rules	2007-02-19 15:37:20 UTC (rev 10023)
@@ -77,6 +77,13 @@
 
 	dh_clean 
 
+configure: configure-stamp
+
+configure-stamp:
+	dh_testdir
+	./autogen.sh
+	touch configure-stamp
+
 install: build
 	dh_testdir
 	dh_testroot


More information about the maemo-commits mailing list