Your message dated Tue, 15 Oct 2013 21:49:10 +0000
with message-id <e1vwcui-0001o1...@franck.debian.org>
and subject line Bug#725334: fixed in liboop 1.0-10
has caused the Debian Bug report #725334,
regarding liboop: build-depends on obsolete Tcl 8.4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
725334: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725334
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: liboop
Version: 1.0-9
Severity: normal
Tags: patch
Dear Maintainer,
We plan to drop a deprecated Tcl/Tk 8.4 from the debian archive before jessie
release. This means that liboop has to change its build dependencies (it
build-depends on tcl8.4-dev currently).
I've prepared a path which replaces build dependency to tcl-dev (this is the
current default Tcl version). As far as I can see, the package with my patch
builds fine. I haven't tested how it works with the new Tcl though.
-- System Information:
Debian Release: 7.1
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable'), (100, 'unstable'),
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru liboop-1.0/debian/changelog liboop-1.0/debian/changelog
--- liboop-1.0/debian/changelog 2012-02-27 01:43:24.000000000 +0400
+++ liboop-1.0/debian/changelog 2013-10-04 14:26:18.000000000 +0400
@@ -1,3 +1,11 @@
+liboop (1.0-9.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Switched to the default tcl-dev from the obsolete tcl8.4-dev in build
+ dependencies.
+
+ -- Sergei Golovan <sgolo...@debian.org> Fri, 04 Oct 2013 14:26:00 +0400
+
liboop (1.0-9) unstable; urgency=low
* Add build-arch and build-indep targets.
diff -Nru liboop-1.0/debian/control liboop-1.0/debian/control
--- liboop-1.0/debian/control 2012-02-27 01:43:24.000000000 +0400
+++ liboop-1.0/debian/control 2013-10-04 14:24:50.000000000 +0400
@@ -4,7 +4,7 @@
Maintainer: Magnus Holmgren <holmg...@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), libtool,
dh-autoreconf, autoconf, automake, libadns1-dev, libglib2.0-dev,
- libreadline-dev, tcl8.4-dev | tcl8.3-dev
+ libreadline-dev, tcl-dev
Standards-Version: 3.9.3
Homepage: http://liboop.ofb.net/
diff -Nru liboop-1.0/debian/patches/series liboop-1.0/debian/patches/series
--- liboop-1.0/debian/patches/series 2010-07-30 19:57:59.000000000 +0400
+++ liboop-1.0/debian/patches/series 2013-10-04 14:30:03.000000000 +0400
@@ -1,3 +1,4 @@
read_bugfixes.patch
configure_support_freebsd_hurd.patch
explicit_linking.patch
+tcl_dev.patch
diff -Nru liboop-1.0/debian/patches/tcl_dev.patch liboop-1.0/debian/patches/tcl_dev.patch
--- liboop-1.0/debian/patches/tcl_dev.patch 1970-01-01 03:00:00.000000000 +0300
+++ liboop-1.0/debian/patches/tcl_dev.patch 2013-10-04 14:31:56.000000000 +0400
@@ -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,[
--- End Message ---
--- Begin Message ---
Source: liboop
Source-Version: 1.0-10
We believe that the bug you reported is fixed in the latest version of
liboop, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 725...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Magnus Holmgren <holmg...@debian.org> (supplier of updated liboop package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 15 Oct 2013 23:20:55 +0200
Source: liboop
Binary: liboop4 liboop-dev liboop-doc liboop-dbg
Architecture: source all amd64
Version: 1.0-10
Distribution: unstable
Urgency: low
Maintainer: Magnus Holmgren <holmg...@debian.org>
Changed-By: Magnus Holmgren <holmg...@debian.org>
Description:
liboop-dbg - Event loop management library - debug symbols
liboop-dev - Event loop management library - development files
liboop-doc - Event loop management library - documentation
liboop4 - Event loop management library
Closes: 725334
Changes:
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.
* Bump Standards-Version to 3.9.4.
Checksums-Sha1:
381a397a04b58a23e062e756db79b4272650f9a0 1540 liboop_1.0-10.dsc
c43446b126b39e510cef0a32eef9a48a20181aa5 7693 liboop_1.0-10.debian.tar.gz
70002a73def698c3bcdf9588529c70cdeea9b5de 20560 liboop-doc_1.0-10_all.deb
a8ff23b37be5a1fb474a3bf5b06788840162ae11 23116 liboop4_1.0-10_amd64.deb
798915714196b9003d50393afb217a4e984cd01f 27282 liboop-dev_1.0-10_amd64.deb
ea3b7e938026c8b16f2eec93f25faae7863e9052 42076 liboop-dbg_1.0-10_amd64.deb
Checksums-Sha256:
1e977a51921f733f2ea8073a4ecd924669de2789f43e3f4bae523373adc612f7 1540
liboop_1.0-10.dsc
fb35c2772878f28e795c6dcd619e9b74bfc9a7e1c3c55db3ea65467d4fbbea13 7693
liboop_1.0-10.debian.tar.gz
32a80bedb149eae42df0bca030122c1b76100240c4633a83d45a345256bdd5c9 20560
liboop-doc_1.0-10_all.deb
6536bc57688742bc304c366f5e363237e36d83d7bbddc8163143092d205efd9d 23116
liboop4_1.0-10_amd64.deb
95209f0e86f23e2779ab1cf543027577cc830453560b677c5f9d02c94facde47 27282
liboop-dev_1.0-10_amd64.deb
68758b3dfdde9dc737b57ad151c09f98b6f8b7c67ca9d2ede70a5f2e7ecd830a 42076
liboop-dbg_1.0-10_amd64.deb
Files:
84de320baca7131db9681602f552f83b 1540 libs optional liboop_1.0-10.dsc
1f888668d54e8165e2bdecdbbf3194ac 7693 libs optional liboop_1.0-10.debian.tar.gz
c26bc3ea72780534725f101bfe198e5d 20560 doc optional liboop-doc_1.0-10_all.deb
25f43fa95599505762d16f292e3fb69d 23116 libs optional liboop4_1.0-10_amd64.deb
b292dacb36a0769a55396a17ea8d674c 27282 libdevel optional
liboop-dev_1.0-10_amd64.deb
c56cc23acec0057bfd8b0a946d595113 42076 debug extra liboop-dbg_1.0-10_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEAREIAAYFAlJdtPcACgkQk7mRNn1h4+Y/wwCg0mtMyq50p5ZKd3xhcbQPEQjM
GisAn1hILuORNvawijY4YBUz3ADyVyJU
=7zMC
-----END PGP SIGNATURE-----
--- End Message ---