./libtinymail/debian r29: debian/rules: Call autogen.sh instead of configure.

Jonny Lamb jonnylamb at jonnylamb.com
Sun Aug 24 14:23:03 UTC 2008


------------------------------------------------------------
revno: 29
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: trunk
timestamp: Sun 2008-08-24 15:23:03 +0100
message:
  debian/rules: Call autogen.sh instead of configure.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-24 14:20:31 +0000
+++ b/debian/changelog	2008-08-24 14:23:03 +0000
@@ -1,8 +1,9 @@
 libtinymail (0.0.9+svn3743-1) UNRELEASED; urgency=low
 
   * New upstream SVN snapshot. (Closes: #495975)
+  * debian/rules: Call autogen.sh instead of configure.
 
- -- Jonny Lamb <jonnylamb at jonnylamb.com>  Sun, 24 Aug 2008 15:19:08 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Sun, 24 Aug 2008 15:22:05 +0100
 
 libtinymail (0.0.9-2) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2008-07-04 13:01:45 +0000
+++ b/debian/rules	2008-08-24 14:23:03 +0000
@@ -18,7 +18,7 @@
 
 build-stamp:
 	dh_testdir
-	./configure $(configure_flags)
+	./autogen.sh $(configure_flags)
 	$(MAKE)
 
 clean: clean-patched unpatch



More information about the pkg-maemo-commits mailing list