[Pkg-tcltk-commits] r651 - tclreadline/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Thu Jun 26 07:03:35 UTC 2008


Author: sgolovan-guest
Date: 2008-06-26 07:03:34 +0000 (Thu, 26 Jun 2008)
New Revision: 651

Modified:
   tclreadline/trunk/debian/changelog
   tclreadline/trunk/debian/control
   tclreadline/trunk/debian/rules
Log:
[tclreadline]
  * Changed modification time of several files in debian/rules to prevent
    autoconf invocation after configure call (to prevent FTBFS under certain
    conditions).
  * Bumped standards version to 3.8.0.


Modified: tclreadline/trunk/debian/changelog
===================================================================
--- tclreadline/trunk/debian/changelog	2008-06-25 11:40:18 UTC (rev 650)
+++ tclreadline/trunk/debian/changelog	2008-06-26 07:03:34 UTC (rev 651)
@@ -1,8 +1,11 @@
-tclreadline (2.1.0-8) UNRELEASED; urgency=low
+tclreadline (2.1.0-8) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Changed modification time of several files in debian/rules to prevent
+    autoconf invocation after configure call (to prevent FTBFS under certain
+    conditions).
+  * Bumped standards version to 3.8.0.
 
- -- Sergei Golovan <sgolovan at debian.org>  Mon,  9 Jun 2008 21:01:01 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 26 Jun 2008 10:59:24 +0400
 
 tclreadline (2.1.0-7) unstable; urgency=low
 

Modified: tclreadline/trunk/debian/control
===================================================================
--- tclreadline/trunk/debian/control	2008-06-25 11:40:18 UTC (rev 650)
+++ tclreadline/trunk/debian/control	2008-06-26 07:03:34 UTC (rev 651)
@@ -4,7 +4,7 @@
 Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Chris Waters <xtifr at debian.org>, Anselm Lingnau <lingnau at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), tcl-dev, libreadline5-dev, autotools-dev, quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://tclreadline.sourceforge.net/
 
 Package: tclreadline

Modified: tclreadline/trunk/debian/rules
===================================================================
--- tclreadline/trunk/debian/rules	2008-06-25 11:40:18 UTC (rev 650)
+++ tclreadline/trunk/debian/rules	2008-06-26 07:03:34 UTC (rev 651)
@@ -40,9 +40,12 @@
 build: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
-
+	#
+	# A bit ugly way to prevent autoconfing after ./configure
+	touch aclocal.m4 && \
+	touch stamp-h.in && \
+	touch config.h.in && \
 	touch Makefile.in && \
-	touch aclocal.m4 && \
 	./configure --host=$(DEB_HOST_GNU_TYPE) \
 		    --build=$(DEB_BUILD_GNU_TYPE) \
 		    --prefix=/usr \




More information about the Pkg-tcltk-commits mailing list