Subversion Repositories liboop

Compare Revisions

Ignore whitespace Rev 48 → Rev 49

/trunk/debian/changelog
1,8 → 1,10
liboop (1.0-10) unstable; urgency=low
 
* Update homepage URL and upstream maintainers.
* Build with default tcl-dev instead of obsolete versions (Closes:
#725334). Thanks to Sergei Golovan.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 15 Oct 2013 23:08:15 +0200
-- Magnus Holmgren <holmgren@debian.org> Tue, 15 Oct 2013 23:20:55 +0200
 
liboop (1.0-9) unstable; urgency=low
 
/trunk/debian/patches/series
1,3 → 1,4
read_bugfixes.patch
configure_support_freebsd_hurd.patch
explicit_linking.patch
tcl_dev.patch
/trunk/debian/patches/tcl_dev.patch
0,0 → 1,22
--- a/configure
+++ b/configure
@@ -19935,7 +19935,7 @@
fi
if test xno != x$with_tcl; then
- for version in 8.4 8.3 8.2 8.1 8.0 ; do
+ for version in "" 8.4 8.3 8.2 8.1 8.0 ; do
CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
as_ac_Lib=`echo "ac_cv_lib_tcl$version''_Tcl_Main" | $as_tr_sh`
echo "$as_me:$LINENO: checking for Tcl_Main in -ltcl$version" >&5
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@
fi
if test xno != x$with_tcl; then
- for version in 8.4 8.3 8.2 8.1 8.0 ; do
+ for version in "" 8.4 8.3 8.2 8.1 8.0 ; do
CPPFLAGS="$save_cppflags -I/usr/include/tcl$version"
AC_CHECK_LIB(tcl$version,Tcl_Main,[
AC_CHECK_HEADER(tcl.h,[