[Pkg-tcltk-commits] r1032 - xotcl/trunk/debian

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Sun Apr 11 16:33:51 UTC 2010


Author: ssoberni-guest
Date: 2010-04-11 16:33:40 +0000 (Sun, 11 Apr 2010)
New Revision: 1032

Modified:
   xotcl/trunk/debian/changelog
   xotcl/trunk/debian/rules
Log:
Incorporated changes of NMU #1 yielding 1.6.5-1.1

Modified: xotcl/trunk/debian/changelog
===================================================================
--- xotcl/trunk/debian/changelog	2010-03-17 10:24:58 UTC (rev 1031)
+++ xotcl/trunk/debian/changelog	2010-04-11 16:33:40 UTC (rev 1032)
@@ -1,9 +1,10 @@
-xotcl (1.6.5-1.1) UNRELEASED; urgency=low
+xotcl (1.6.5-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
-  * NOT RELEASED YET
+  * Add --with-expat=sys to configure (Closes: #560950)
+  * Urgendcy medium due to RC bug fix
 
- -- Sergei Golovan <sgolovan at debian.org>  Tue, 17 Nov 2009 23:35:11 +0300
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Wed, 27 Jan 2010 10:02:03 +0100
 
 xotcl (1.6.5-1) unstable; urgency=low
 

Modified: xotcl/trunk/debian/rules
===================================================================
--- xotcl/trunk/debian/rules	2010-03-17 10:24:58 UTC (rev 1031)
+++ xotcl/trunk/debian/rules	2010-04-11 16:33:40 UTC (rev 1032)
@@ -75,6 +75,7 @@
 		--with-tcl=/usr/lib \
 		--with-tk=/usr/lib \
 		--mandir=/usr/share/man \
+		--with-expat=sys \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE)
 




More information about the Pkg-tcltk-commits mailing list