Your message dated Fri, 31 Jan 2014 18:18:35 +0000
with message-id <e1w9ifj-0002ot...@franck.debian.org>
and subject line Bug#737185: fixed in axe 6.1.2-16.1
has caused the Debian Bug report #737185,
regarding axe: Build-depends on deprecated 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.)
--
737185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: axe
Version: 6.1.2-16
Severity: serious
Tags: patch
Dear Maintainer,
We are about to drop Tcl/Tk 8.4 from Debian, and your axe package build
depends on tcl8.4-dev.
The attached patch replaces tcl8.4-dev by tcl-dev in build dependencies,
which makes it build successfully for unstable where tcl-dev pulls tcl8.5-dev,
but not in experimental where tcl-dev depends on tcl8.6-dev, so I had to
define USE_INTERP_RESULT macro also.
If you don't mind, I could do NMU with these changes.
-- System Information:
Debian Release: 7.3
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 -u axe-6.1.2/Axe.tmpl axe-6.1.2/Axe.tmpl
--- axe-6.1.2/Axe.tmpl
+++ axe-6.1.2/Axe.tmpl
@@ -41,10 +41,10 @@
#define Extension
/* ...and state where the Tcl include files are */
-#define TclIncDir /usr/include/tcl8.4
+#define TclIncDir /usr/include/tcl
/* ...and where the library is, i.e. TclLibDir/libtcl.a (or .so.?.?) exists */
-#define TclLibDir /usr/lib
+/* #define TclLibDir /usr/lib */
@@ -110,10 +110,10 @@
#ifdef Extension
EXTN_SRCS = Language.c
EXTN_OBJS = Language.o
-EXTN_INCLUDES = -I/**/TclIncDir
+EXTN_INCLUDES = -I/**/TclIncDir -DUSE_INTERP_RESULT
EXTN_LDFLAGS = -L/**/TclLibDir
/* EXTN_LIBS = -ltcl8.0 -lm */
- EXTN_LIBS = -ltcl8.4 -lm
+ EXTN_LIBS = -ltcl -lm
EXTENSION = -DEXTENSION
#endif
EXTN_DEPS = AxeEditor.o axe.o
diff -u axe-6.1.2/debian/changelog axe-6.1.2/debian/changelog
--- axe-6.1.2/debian/changelog
+++ axe-6.1.2/debian/changelog
@@ -1,3 +1,11 @@
+axe (6.1.2-16.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Replaced obsolete tcl8.4-dev build dependency by tcl-dev.
+ * Defined macro USE_INTERP_RESULT to make axe building with Tcl 8.6.
+
+ -- Sergei Golovan <sgolo...@debian.org> Fri, 31 Jan 2014 10:32:14 +0400
+
axe (6.1.2-16) unstable; urgency=low
* Acknowledge NMU.
diff -u axe-6.1.2/debian/control axe-6.1.2/debian/control
--- axe-6.1.2/debian/control
+++ axe-6.1.2/debian/control
@@ -2,7 +2,7 @@
Section: non-free/editors
Priority: optional
Maintainer: Hwei Sheng Teoh <hst...@debian.org>
-Build-Depends: debhelper (>=5.0.14), tcl8.4-dev, libx11-dev, libxmu-dev, libxt-dev, libsm-dev, libxpm-dev, libice-dev, libxaw7-dev, xutils-dev
+Build-Depends: debhelper (>=5.0.14), tcl-dev, libx11-dev, libxmu-dev, libxt-dev, libsm-dev, libxpm-dev, libice-dev, libxaw7-dev, xutils-dev
Standards-Version: 3.9.4
Package: axe
--- End Message ---
--- Begin Message ---
Source: axe
Source-Version: 6.1.2-16.1
We believe that the bug you reported is fixed in the latest version of
axe, 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 737...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sergei Golovan <sgolo...@debian.org> (supplier of updated axe 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: SHA1
Format: 1.8
Date: Fri, 31 Jan 2014 21:59:09 +0400
Source: axe
Binary: axe
Architecture: source amd64
Version: 6.1.2-16.1
Distribution: unstable
Urgency: low
Maintainer: Hwei Sheng Teoh <hst...@debian.org>
Changed-By: Sergei Golovan <sgolo...@debian.org>
Description:
axe - Text editor for X
Closes: 737185
Changes:
axe (6.1.2-16.1) unstable; urgency=low
.
* Non-maintainer upload.
* Replaced obsolete tcl8.4-dev build dependency by tcl-dev
(Closes: #737185).
* Defined macro USE_INTERP_RESULT to make axe building with Tcl 8.6.
Checksums-Sha1:
050f70fe15fb5b120ea22b1dc24584abae34d4d1 1078 axe_6.1.2-16.1.dsc
ff5932d120be145f9752c67c9656f95d3fdaa263 38362 axe_6.1.2-16.1.diff.gz
9542809c9e9845c4ea7d1435195968616e766709 129604 axe_6.1.2-16.1_amd64.deb
Checksums-Sha256:
7be844bf2223139a20874a25013f6c2063142b2a02d13e3d0fe755170f1237b9 1078
axe_6.1.2-16.1.dsc
86ada07162cdb27a4e681fae5564d90be32ce8ff86a881d2f000228784bd049d 38362
axe_6.1.2-16.1.diff.gz
c52e67a3c95e33f98bd4189383ee7062d346a1bab9dd549a849390701c068166 129604
axe_6.1.2-16.1_amd64.deb
Files:
6f980a9b22720f61ed6f84e32efbb78f 1078 non-free/editors optional
axe_6.1.2-16.1.dsc
728d86190a61f6b05e0da591ea20845e 38362 non-free/editors optional
axe_6.1.2-16.1.diff.gz
49e938d276321906fb7f68b3b294f5c0 129604 non-free/editors optional
axe_6.1.2-16.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFS6+TiIcdH02pGEFIRAjl0AJ9TLOe8/FCzxrL/7V1WQKzE/WEYuACfYhRt
j0liOqdCnihVYGwSgAy44a8=
=k4xr
-----END PGP SIGNATURE-----
--- End Message ---