Your message dated Sun, 23 May 2010 09:48:30 +0000
with message-id <[email protected]>
and subject line Bug#582588: fixed in weechat 0.3.2-2
has caused the Debian Bug report #582588,
regarding weechat: please rebuild against tcl 8.5 in experimental
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.)
--
582588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582588
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: weechat
Version: 0.3.2-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: UpgradeDefaultTclTkTo85
Hi Emmanuel,
The default Tcl/Tk version in unstable (as set by tcltk-defaults)
is 8.4, whereas the version in experimental is 8.5. Before updating
the version in unstable, we would like to see what fallout that would
have, by rebuilding all relevant packages against the version in
experimental.
Since experimental buildds use packages from sid by default, this
requires sourceful uploads to change build-deps to explicitly request
the version from experimental, as discussed on debian-release[1]:
Build-Depends: tcl-dev (>= 8.5)
Rebuilding weechat locally, I did not run into any problems. The
resulting weechat-curses runs without trouble and the weechat-plugins
package has correct dependencies. I did not do any testing of the Tcl
plugin, though.
Anyway, here is a patch to help others test the change. Once the
updated tcltk-defaults migrates to sid, this change should be
backed out again. If an NMU would be simpler, please let me know
and I can look for a sponsor.
Thoughts?
Jonathan
[1] http://lists.debian.org/debian-release/2010/03/msg00303.html
debian/changelog | 6 ++++++
debian/control | 3 ++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9527b80..e3a878d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+weechat (0.3.2-3) experimental; urgency=low
+
+ * Rebuild against tcl-dev (>= 8.5).
+
+ -- Jonathan Nieder <[email protected]> Fri, 21 May 2010 19:12:35 -0500
+
weechat (0.3.2-2) unstable; urgency=low
* Fix Vcs-Browser url (Closes: #580859).
diff --git a/debian/control b/debian/control
index 8566a5a..fe3befa 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Emmanuel Bouthenot <[email protected]>
Build-Depends-Indep: asciidoc (>= 8.4), source-highlight
Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev,
ruby, ruby1.8-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev,
- tcl-dev, libgcrypt11-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config
+ libgcrypt11-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config,
+ tcl-dev (>= 8.5)
Standards-Version: 3.8.4
Homepage: http://weechat.org/
Vcs-Git: git://git.debian.org/users/kolter/weechat.git
--
1.7.1
--- End Message ---
--- Begin Message ---
Source: weechat
Source-Version: 0.3.2-2
We believe that the bug you reported is fixed in the latest version of
weechat, which is due to be installed in the Debian FTP archive:
weechat-core_0.3.2-2_amd64.deb
to main/w/weechat/weechat-core_0.3.2-2_amd64.deb
weechat-curses_0.3.2-2_amd64.deb
to main/w/weechat/weechat-curses_0.3.2-2_amd64.deb
weechat-dbg_0.3.2-2_amd64.deb
to main/w/weechat/weechat-dbg_0.3.2-2_amd64.deb
weechat-dev_0.3.2-2_all.deb
to main/w/weechat/weechat-dev_0.3.2-2_all.deb
weechat-doc_0.3.2-2_all.deb
to main/w/weechat/weechat-doc_0.3.2-2_all.deb
weechat-plugins_0.3.2-2_amd64.deb
to main/w/weechat/weechat-plugins_0.3.2-2_amd64.deb
weechat_0.3.2-2.diff.gz
to main/w/weechat/weechat_0.3.2-2.diff.gz
weechat_0.3.2-2.dsc
to main/w/weechat/weechat_0.3.2-2.dsc
weechat_0.3.2-2_all.deb
to main/w/weechat/weechat_0.3.2-2_all.deb
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.
Emmanuel Bouthenot <[email protected]> (supplier of updated weechat 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: SHA256
Format: 1.8
Date: Sat, 22 May 2010 23:20:05 +0000
Source: weechat
Binary: weechat weechat-curses weechat-core weechat-plugins weechat-doc
weechat-dev weechat-dbg
Architecture: source all amd64
Version: 0.3.2-2
Distribution: experimental
Urgency: low
Maintainer: Emmanuel Bouthenot <[email protected]>
Changed-By: Emmanuel Bouthenot <[email protected]>
Description:
weechat - Fast, light and extensible chat client
weechat-core - Fast, light and extensible chat client - core files
weechat-curses - Fast, light and extensible chat client - console client
weechat-dbg - Fast, light and extensible chat client - debugging symbols
weechat-dev - Fast, light and extensible chat client - developement headers
weechat-doc - Fast, light and extensible chat client - documentation
weechat-plugins - Fast, light and extensible chat client - plugins
Closes: 580859 582588
Changes:
weechat (0.3.2-2) experimental; urgency=low
.
* Fix Vcs-Browser url (Closes: #580859).
* Rebuild against tcl-dev (>= 8.5) (Closes: #582588).
Checksums-Sha1:
a3c3130767dec96e1fd6da250602bed0b4415fd8 2075 weechat_0.3.2-2.dsc
13610ad652341b7918327dc5860abb35fe9dda9a 10218 weechat_0.3.2-2.diff.gz
df5bf7f2f15f53ef9cc9e46f9bf7f415268ed925 21804 weechat_0.3.2-2_all.deb
b26a7629d9b434655f612089ba01c2f3be139ec6 238202
weechat-curses_0.3.2-2_amd64.deb
9ccc2b3381d25bf9c575f2389c44c95234453f8a 619846 weechat-core_0.3.2-2_amd64.deb
951f188cbee6cc2fc26a4b48e742a0a422d9ff2e 338546
weechat-plugins_0.3.2-2_amd64.deb
769f6b036609fe63aa262ba4fc37bbef496ca678 428010 weechat-doc_0.3.2-2_all.deb
cdc44d535b6c0aaa76decfd979ca707f9ab4b4dc 32758 weechat-dev_0.3.2-2_all.deb
e85672ebbf6e5c9a7119e435cecd8e156b5c058e 1199606 weechat-dbg_0.3.2-2_amd64.deb
Checksums-Sha256:
4103465ea83a6e9d99532b5c221392ccbb397de4517b191736070bab7c54f189 2075
weechat_0.3.2-2.dsc
5d47ed8efa5c646597099c7f2b7c428ad1729109d73ee5ce22eba928cad073b2 10218
weechat_0.3.2-2.diff.gz
ad5c5f73c7c05f25fdcd05799baa9b3b45bac9afd0e9dfde45ebb9739746ea73 21804
weechat_0.3.2-2_all.deb
81f0a098545c069d4d2733e7a082d1af5d2763df3d7b4eb3ea8f08ea66a9a79c 238202
weechat-curses_0.3.2-2_amd64.deb
7f549a075e8785c38393b870c8a93ff1da7dfada011070d065cd00e956c9b954 619846
weechat-core_0.3.2-2_amd64.deb
b82cb10c673eee6c097f86c1bb1f8d5db4d10422ff5fc91c1797c651fa50dece 338546
weechat-plugins_0.3.2-2_amd64.deb
af46cd4a8a228196c48d4737d691f0ecf0594f791ea6ea4cef7b6874e4378a93 428010
weechat-doc_0.3.2-2_all.deb
3b2375b9dd89beb93a1e7c173e699d631bffc8dbe90fd1069e2beb23df8c7751 32758
weechat-dev_0.3.2-2_all.deb
1b17c4183df5973035c646d7789607916846965da1eb958ac825bf96a0bc3490 1199606
weechat-dbg_0.3.2-2_amd64.deb
Files:
da621ad674b385cffcc653214f874488 2075 net optional weechat_0.3.2-2.dsc
795ef749a3a5bda93554a0344d1d4da0 10218 net optional weechat_0.3.2-2.diff.gz
83dc3eec3843e3ff65f686ad1007967b 21804 net optional weechat_0.3.2-2_all.deb
ac2f43c4902c3a1fb82d9e396fd0c6d6 238202 net optional
weechat-curses_0.3.2-2_amd64.deb
26ba4364eec764a5bbc8128b1c1048a1 619846 net optional
weechat-core_0.3.2-2_amd64.deb
7e3fbae60b6ae1e6ebeb482c3d9d1513 338546 net optional
weechat-plugins_0.3.2-2_amd64.deb
c53f5f6cbfba70bb6161413ff2cebc2a 428010 doc optional
weechat-doc_0.3.2-2_all.deb
7982dbf171e9b8dfe26da9dcbe5e7691 32758 devel optional
weechat-dev_0.3.2-2_all.deb
2360f7446ea50610d4d866da8b2c6542 1199606 debug extra
weechat-dbg_0.3.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJL+OfuAAoJEEsHdyOSnULDO/sQAJ3DdGx/mQEAblnaq7ByQTXQ
YrN5QMj9rA6bBd2KD8EmoyjfzEC534j1rEVIc6K4OKPvhCpDL8hhEz7dAFIebto1
4QSkAD/Z/i3izJo/ZH/9+z/s/eJxlAzG5OZ3ktn+YE0UrTNvGVBhsj7NEbUK0ASd
K4bDn9qT2n8A5th1Ekz0DIUcBIZ9Zqx4fZJ7fpYnsTIxOdu/3pB19zCU4lwx8qbM
Ptnqpn2/GK5GXWXj/Uop2dAdSQn5pLpyAqE1bqDoK09L0EW9+bmNZ/YhYashyN98
mUSaHS5+ZrAbxMD4fxN0Rg+9LQ8h1l6TBhjJqsguS6jdpi4LwM/Bp0uJvN1BxlgI
CsdCQ3Ix+maoaAQX3idQc2qcWBCIBq3fcAs7JjdcQ0pABtgxJF6k/Y7hsGXAspvS
AuA0LiqQKaRCwOSoTATHrdodd5uiv4dhVGJn1W9G1rxC6lhW4ibv4aaZS7ezoQ12
ryj6TabX/2b5Y3EhMNZJDGfTlR25rgJVfAJxXEFasF3/GwTpkO/GM9mXIGWbKfot
Pup3+aNPe+h8lCp3yx3TRKFf/UH9LMlaCTIlBEVKKpBBZu619iTxJq1e8CmPL4HC
w/LGIskJMrONm8u8oDsTqoGFenvPOFJu7SBt3vR51ss4RHnlBRgZdVhS5mLrviRX
2pt/I80ZDt+BFgEZg0ZO
=zS8w
-----END PGP SIGNATURE-----
--- End Message ---