Your message dated Thu, 31 Oct 2013 12:48:29 +0000
with message-id <[email protected]>
and subject line Bug#725266: fixed in wzdftpd 0.8.3-6.3
has caused the Debian Bug report #725266,
regarding wzdftpd: package 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 [email protected]
immediately.)
--
725266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725266
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wzdftpd
Version: 0.8.3-6.2
Severity: normal
Tags: patch
Dear Maintainer,
We plan to drop the obsolete Tcl/Tk 8.4 from the Debian archive before jessie
release. Your wzdftpd package build-depends on tcl8.4-dev, so it needs an
adjustment.
I've prepared a patch which allows wzdftpd to build after the default Tcl
version whatever it'll be (in sid it's currently 8.5, in experimental - 8.6).
The patch includes a small change to one of the cmake scripts (it couldn't
find Tcl headers in /usr/include/tcl directory) and obvious change in build
dependencies (tcl84.-de -> tcl-dev).
-- 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 -u wzdftpd-0.8.3/debian/control wzdftpd-0.8.3/debian/control
--- wzdftpd-0.8.3/debian/control
+++ wzdftpd-0.8.3/debian/control
@@ -4,7 +4,7 @@
Maintainer: Pierre Chifflier <[email protected]>
Build-Depends: debhelper (>= 5),
libgnutls-dev | libssl-dev,
- zlib1g-dev, tcl8.4-dev,
+ zlib1g-dev, tcl-dev,
libperl-dev,
libpam0g-dev,
libmysqlclient15-dev | libmysqlclient14-dev,
diff -u wzdftpd-0.8.3/debian/changelog wzdftpd-0.8.3/debian/changelog
--- wzdftpd-0.8.3/debian/changelog
+++ wzdftpd-0.8.3/debian/changelog
@@ -1,3 +1,10 @@
+wzdftpd (0.8.3-6.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Replaced tcl8.4-dev by tcl-dev in build-dependencies.
+
+ -- Sergei Golovan <[email protected]> Thu, 03 Oct 2013 16:23:05 +0400
+
wzdftpd (0.8.3-6.2) unstable; urgency=low
* Non-maintainer upload.
diff -u wzdftpd-0.8.3/debian/patches/series wzdftpd-0.8.3/debian/patches/series
--- wzdftpd-0.8.3/debian/patches/series
+++ wzdftpd-0.8.3/debian/patches/series
@@ -4,0 +5 @@
+80_cmake_tcl
only in patch2:
unchanged:
--- wzdftpd-0.8.3.orig/debian/patches/80_cmake_tcl
+++ wzdftpd-0.8.3/debian/patches/80_cmake_tcl
@@ -0,0 +1,10 @@
+--- a/cmake/FindTCLDev.cmake
++++ b/cmake/FindTCLDev.cmake
+@@ -118,6 +118,7 @@
+ C:/Tcl/include
+ /usr/include
+ /usr/local/include
++ /usr/include/tcl
+ /usr/include/tcl8.4
+ /usr/include/tcl8.3
+ /usr/include/tcl8.2
--- End Message ---
--- Begin Message ---
Source: wzdftpd
Source-Version: 0.8.3-6.3
We believe that the bug you reported is fixed in the latest version of
wzdftpd, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sergei Golovan <[email protected]> (supplier of updated wzdftpd 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 31 Oct 2013 15:25:48 +0400
Source: wzdftpd
Binary: wzdftpd wzdftpd-back-mysql wzdftpd-back-pgsql wzdftpd-mod-avahi
wzdftpd-mod-tcl wzdftpd-mod-perl wzdftpd-dev
Architecture: source amd64
Version: 0.8.3-6.3
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Description:
wzdftpd - modular, small and efficient ftp server - binaries
wzdftpd-back-mysql - modular, small and efficient ftp server - MySQL backend
wzdftpd-back-pgsql - modular, small and efficient ftp server - PostgreSQL
backend
wzdftpd-dev - modular, small and efficient ftp server - development files
wzdftpd-mod-avahi - modular, small and efficient ftp server - zeroconf module
wzdftpd-mod-perl - modular, small and efficient ftp server - Perl module
wzdftpd-mod-tcl - modular, small and efficient ftp server - Tcl module
Closes: 725266
Changes:
wzdftpd (0.8.3-6.3) unstable; urgency=low
.
* Non-maintainer upload.
* Replace tcl8.4-dev by tcl-dev in build-dependencies and add a small
patch which helps cmake to find the Tcl headers in /usr/include/tcl
(Closes: #725266)
Checksums-Sha1:
6149a3547442c49fc17d3478b3878e9ca4d918ed 1536 wzdftpd_0.8.3-6.3.dsc
feeea785225ef0bbab9baf64132173974677d3f5 9494 wzdftpd_0.8.3-6.3.diff.gz
22f8a2a211d90b51cdc71866c1c3e161f07dd56d 234328 wzdftpd_0.8.3-6.3_amd64.deb
be48b4db253e527ce0684b3a2734c6c1045f7b3a 40564
wzdftpd-back-mysql_0.8.3-6.3_amd64.deb
9b09da141906ec3b0ca5c8a6eba4f52b35d0c15b 40536
wzdftpd-back-pgsql_0.8.3-6.3_amd64.deb
51dd95b4ab54ac8da3ace98634cc32f1ba2826c8 31990
wzdftpd-mod-avahi_0.8.3-6.3_amd64.deb
8ed89b83ec78f32639d514034fb70130b88c7a96 35776
wzdftpd-mod-tcl_0.8.3-6.3_amd64.deb
01e64cced58e030c263adfa17e340c0f96bae3b9 39324
wzdftpd-mod-perl_0.8.3-6.3_amd64.deb
0064b218e3b9a6ef0c627bb175dbef052c38adf3 65702 wzdftpd-dev_0.8.3-6.3_amd64.deb
Checksums-Sha256:
edb1ee1a31a8eb0586eaa692025a16b582d2b6135f7604c113a2a93b6f1d6c2b 1536
wzdftpd_0.8.3-6.3.dsc
73a7b7f122c441285937bede344a0a89eabe45f81c50ccb74983795d785da06e 9494
wzdftpd_0.8.3-6.3.diff.gz
3695fb5df857e2c4d4d8151184bd9db4a316edced64cb44fd4752b46b8a40132 234328
wzdftpd_0.8.3-6.3_amd64.deb
582265caacaa85d2b84adfe004078950697344d11eaac1bbe951b96f47dc0cb8 40564
wzdftpd-back-mysql_0.8.3-6.3_amd64.deb
17f3225bb3bf3017e111e468a17cda0808d59eaca4d84bdd5c911f3c7c78346b 40536
wzdftpd-back-pgsql_0.8.3-6.3_amd64.deb
030afc6d38f4c67edc78c45d7c62d027dfab922f43ad44e0fd8f1a15d77b8bbc 31990
wzdftpd-mod-avahi_0.8.3-6.3_amd64.deb
3632d9372a3751c75cb15afba447db41dc3bdd0882b6e3e94ff97ec399647f18 35776
wzdftpd-mod-tcl_0.8.3-6.3_amd64.deb
eac0acfd49c8a74e8816a5179dd52de111afaf48e4f215ba0f530ceb16849f30 39324
wzdftpd-mod-perl_0.8.3-6.3_amd64.deb
a35ff8bc4c9f93039e047e6c79a7ee0caafaf8c170b644123ccd81d13a2d513b 65702
wzdftpd-dev_0.8.3-6.3_amd64.deb
Files:
ebcac29cc3cc075136550ade6f0e27c2 1536 net optional wzdftpd_0.8.3-6.3.dsc
205c83821fa8fdd519104044e6e7973c 9494 net optional wzdftpd_0.8.3-6.3.diff.gz
22213dabacdb9925759457bbb72dc3a0 234328 net optional
wzdftpd_0.8.3-6.3_amd64.deb
46b47f655c54b76312e1f22dd4ac666b 40564 net optional
wzdftpd-back-mysql_0.8.3-6.3_amd64.deb
6be0119a5cd4c6322f2a05597f6dd652 40536 net optional
wzdftpd-back-pgsql_0.8.3-6.3_amd64.deb
7f1c90eeca71317b3b146ebd4abab2ef 31990 net optional
wzdftpd-mod-avahi_0.8.3-6.3_amd64.deb
a60c614987cf25258398e9a074f9bef1 35776 net optional
wzdftpd-mod-tcl_0.8.3-6.3_amd64.deb
d0d1910305fce0811b02cb1337c74cd2 39324 net optional
wzdftpd-mod-perl_0.8.3-6.3_amd64.deb
1d6ef053118775eb6942f1e585945b1a 65702 libdevel optional
wzdftpd-dev_0.8.3-6.3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFSck3UIcdH02pGEFIRAjn0AJ9ka/moiOiVf2ztgrYtV4P9HA/P9wCfTeng
8sD4ekixuj7LEhOFuRBjT5I=
=yeNv
-----END PGP SIGNATURE-----
--- End Message ---