[Pkg-tcltk-commits] r1238 - in tclreadline/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sun May 27 18:53:11 UTC 2012
Author: sgolovan
Date: 2012-05-27 18:53:11 +0000 (Sun, 27 May 2012)
New Revision: 1238
Modified:
tclreadline/trunk/debian/changelog
tclreadline/trunk/debian/patches/kfreebsd.patch
Log:
[tclreadline]
* Fixed build of shared library on kfreebsd-* architectures.
Modified: tclreadline/trunk/debian/changelog
===================================================================
--- tclreadline/trunk/debian/changelog 2012-05-25 19:15:46 UTC (rev 1237)
+++ tclreadline/trunk/debian/changelog 2012-05-27 18:53:11 UTC (rev 1238)
@@ -1,8 +1,8 @@
-tclreadline (2.1.0-12) UNRELEASED; urgency=low
+tclreadline (2.1.0-12) unstable; urgency=low
- * NOT RELEASED YET
+ * Fixed build of shared library on kfreebsd-* architectures.
- -- Sergei Golovan <sgolovan at debian.org> Fri, 25 May 2012 23:15:41 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sun, 27 May 2012 22:49:04 +0400
tclreadline (2.1.0-11) unstable; urgency=low
Modified: tclreadline/trunk/debian/patches/kfreebsd.patch
===================================================================
--- tclreadline/trunk/debian/patches/kfreebsd.patch 2012-05-25 19:15:46 UTC (rev 1237)
+++ tclreadline/trunk/debian/patches/kfreebsd.patch 2012-05-27 18:53:11 UTC (rev 1238)
@@ -9,7 +9,7 @@
# This must be Linux ELF.
-linux-gnu*)
-+linux-gnu*|kfreebsd-gnu*)
++linux-gnu*|kfreebsd*-gnu*)
version_type=linux
need_lib_prefix=no
need_version=no
More information about the Pkg-tcltk-commits
mailing list