[Pkg-tcltk-commits] r972 - tclreadline/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Nov 3 09:24:51 UTC 2009
Author: sgolovan
Date: 2009-11-03 09:24:51 +0000 (Tue, 03 Nov 2009)
New Revision: 972
Modified:
tclreadline/trunk/debian/changelog
tclreadline/trunk/debian/rules
Log:
[tclreadline]
* Touch configure script in debian/rules to prevent its regeneration.
Modified: tclreadline/trunk/debian/changelog
===================================================================
--- tclreadline/trunk/debian/changelog 2009-11-02 06:45:12 UTC (rev 971)
+++ tclreadline/trunk/debian/changelog 2009-11-03 09:24:51 UTC (rev 972)
@@ -1,8 +1,8 @@
-tclreadline (2.1.0-10) UNRELEASED; urgency=low
+tclreadline (2.1.0-10) unstable; urgency=low
- * NOT RELEASED YET
+ * Touch configure script in debian/rules to prevent its regeneration.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 02 Nov 2009 09:45:10 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 03 Nov 2009 12:21:54 +0300
tclreadline (2.1.0-9) unstable; urgency=low
Modified: tclreadline/trunk/debian/rules
===================================================================
--- tclreadline/trunk/debian/rules 2009-11-02 06:45:12 UTC (rev 971)
+++ tclreadline/trunk/debian/rules 2009-11-03 09:24:51 UTC (rev 972)
@@ -46,6 +46,7 @@
touch stamp-h.in && \
touch config.h.in && \
touch Makefile.in && \
+ touch configure && \
./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
More information about the Pkg-tcltk-commits
mailing list