[maemo-commits] [maemo-commits] r14988 - in projects/haf/trunk/dpkg: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Dec 19 16:17:17 EET 2007
Author: marivoll
Date: 2007-12-19 16:17:10 +0200 (Wed, 19 Dec 2007)
New Revision: 14988

Modified:
   projects/haf/trunk/dpkg/configure.ac
   projects/haf/trunk/dpkg/debian/changelog
   projects/haf/trunk/dpkg/debian/rules
Log:
dpkg (1.14.7maemo3) unstable; urgency=low

  * Call autogen.sh instead of autoreconf in debian/rules.
  
 -- Marius Vollmer <marius.vollmer at nokia.com>  Wed, 19 Dec 2007 15:01:17 +0200


Modified: projects/haf/trunk/dpkg/configure.ac
===================================================================
--- projects/haf/trunk/dpkg/configure.ac	2007-12-19 14:16:39 UTC (rev 14987)
+++ projects/haf/trunk/dpkg/configure.ac	2007-12-19 14:17:10 UTC (rev 14988)
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([dpkg], [1.14.7maemo2], [maemo-developers at maemo.org])
+AC_INIT([dpkg], [1.14.7maemo3], [maemo-developers at maemo.org])
 AC_CONFIG_SRCDIR([lib/dpkg.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([config])

Modified: projects/haf/trunk/dpkg/debian/changelog
===================================================================
--- projects/haf/trunk/dpkg/debian/changelog	2007-12-19 14:16:39 UTC (rev 14987)
+++ projects/haf/trunk/dpkg/debian/changelog	2007-12-19 14:17:10 UTC (rev 14988)
@@ -1,3 +1,9 @@
+dpkg (1.14.7maemo3) unstable; urgency=low
+
+  * Call autogen.sh instead of autoreconf in debian/rules.
+  
+ -- Marius Vollmer <marius.vollmer at nokia.com>  Wed, 19 Dec 2007 15:01:17 +0200
+
 dpkg (1.14.7maemo2) unstable; urgency=low
 
   [ Marius Vollmer, for maemo ]

Modified: projects/haf/trunk/dpkg/debian/rules
===================================================================
--- projects/haf/trunk/dpkg/debian/rules	2007-12-19 14:16:39 UTC (rev 14987)
+++ projects/haf/trunk/dpkg/debian/rules	2007-12-19 14:17:10 UTC (rev 14988)
@@ -37,7 +37,7 @@
 configure:
 	dh_testdir
 
-	autoreconf -v -i
+	./autogen.sh
 
 # Configure the build tree
 build-tree/config.status: configure


More information about the maemo-commits mailing list