Your message dated Fri, 20 Nov 2015 10:21:34 +0000
with message-id <[email protected]>
and subject line Bug#738130: fixed in tcltk-defaults 8.6.0+9
has caused the Debian Bug report #738130,
regarding tcltk-defaults: Patch to bootstrap without texlive-*
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.)
--
738130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738130
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tcltk-defaults
Version: 8.5.0-2.1
Severity: wishlist
Tags: patch
As the subject says, the attached patch allows for bootstrapping
tcltk-defaults before texlive-* packages are available (as texlive-*
has fairly heavy dependency chains).
(Also, I have no idea why there's a Build-Depends on subversion at
all: the only reference to svn I see in the package is in a target
that's not run during the package build.)
--
Daniel Schepler
diff -urN tcltk-defaults-8.5.0.old/debian/rules
tcltk-defaults-8.5.0/debian/rules
--- tcltk-defaults-8.5.0.old/debian/rules 2009-09-18 00:46:16.000000000
-0700
+++ tcltk-defaults-8.5.0/debian/rules 2014-02-07 14:38:04.001898697 -0800
@@ -10,7 +10,11 @@
TKVER := 8.5.0-1
COMPATVER := 8.5.0-1
+ifeq (,$(findstring stage1,$(DEB_BUILD_PROFILES)))
DOCS = tcltk-policy.html tcltk-policy.txt tcltk-policy.pdf
+else
+DH_EXCLUDES = -Ntcl-doc -Ntk-doc
+endif
#
# A new policy should be get manually and only after agreement
@@ -60,7 +64,7 @@
dh_testdir
dh_testroot
dh_clean -k
- dh_installdirs
+ dh_installdirs $(DH_EXCLUDES)
for f in debian/*.links.in debian/*.p*.in debian/tcltk-depends.in; do \
sed -e "s/@VER@/$(VER)/g" \
@@ -72,24 +76,24 @@
# Build architecture-independent files here.
binary-indep: install-stamp
- dh_testdir -i
- dh_testroot -i
- dh_install -i
+ dh_testdir -i $(DH_EXCLUDES)
+ dh_testroot -i $(DH_EXCLUDES)
+ dh_install -i $(DH_EXCLUDES)
install -m 644 debian/tcl.lintian-override \
debian/tcl/usr/share/lintian/overrides/tcl
install -m 644 debian/tk.lintian-override \
debian/tk/usr/share/lintian/overrides/tk
- dh_installdocs -i -A debian/README.Debian -Ntk-doc
- dh_installchangelogs -i -Ntk-doc
- dh_installman -i
- dh_installmenu -i
- dh_link -i
- dh_compress -i -X.pdf
- dh_fixperms -i
- dh_installdeb -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
+ dh_installdocs -i -A debian/README.Debian -Ntk-doc $(DH_EXCLUDES)
+ dh_installchangelogs -i -Ntk-doc $(DH_EXCLUDES)
+ dh_installman -i $(DH_EXCLUDES)
+ dh_installmenu -i $(DH_EXCLUDES)
+ dh_link -i $(DH_EXCLUDES)
+ dh_compress -i $(DH_EXCLUDES) -X.pdf
+ dh_fixperms -i $(DH_EXCLUDES)
+ dh_installdeb -i $(DH_EXCLUDES)
+ dh_gencontrol -i $(DH_EXCLUDES)
+ dh_md5sums -i $(DH_EXCLUDES)
+ dh_builddeb -i $(DH_EXCLUDES)
# Build architecture-dependent files here.
binary-arch:
--- End Message ---
--- Begin Message ---
Source: tcltk-defaults
Source-Version: 8.6.0+9
We believe that the bug you reported is fixed in the latest version of
tcltk-defaults, 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 tcltk-defaults
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: Fri, 20 Nov 2015 11:54:51 +0300
Source: tcltk-defaults
Binary: tcl tcl-dev tcl-doc tk tk-dev tk-doc
Architecture: source amd64 all
Version: 8.6.0+9
Distribution: unstable
Urgency: medium
Maintainer: Debian Tcl/Tk Packagers <[email protected]>
Changed-By: Sergei Golovan <[email protected]>
Description:
tcl - Tool Command Language (default version) - shell
tcl-dev - Tool Command Language (default version) - development files
tcl-doc - Tool Command Language (default version) - manual pages
tk - Toolkit for Tcl and X11 (default version) - windowing shell
tk-dev - Toolkit for Tcl and X11 (default version) - development files
tk-doc - Toolkit for Tcl and X11 (default version) - manual pages
Closes: 738130
Changes:
tcltk-defaults (8.6.0+9) unstable; urgency=medium
.
* Added ${libtclXY:Depends}, ${libtkXY:Depends}, ${libtcl:Depends} and
${libtk:Depends} substitution variables to the tcltk-depends script.
* Added support for the stage1 build profile which makes the source package
no longer build depend on TeXLive and doesn't build tcl-doc and tk-doc
packages (closes: #738130).
* Removed subversion from the build dependencies list.
* Removed long gone tetex from the build dependencies list.
* Added ghostscript to the build dependencies.
* Bumped standards version to 3.9.6.
Checksums-Sha1:
0541d1560bda3079b804c642e377f4b093360b6c 1995 tcltk-defaults_8.6.0+9.dsc
1f493df875bfeadca435220ece8edac09efec2cc 13964 tcltk-defaults_8.6.0+9.tar.xz
dd50d5896091560215729ebd644a1f0fe1a98e89 7920 tcl-dev_8.6.0+9_amd64.deb
d148e259a4ab23093ef9a371a342560ba5ace913 119166 tcl-doc_8.6.0+9_all.deb
8a83026ed0b5f3a2ef02d04f3a4df5cfd0e8200e 5468 tcl_8.6.0+9_amd64.deb
fff144b0681912304d036755edbcaf0f45a3c638 5298 tk-dev_8.6.0+9_amd64.deb
06069e702ace7a4d3734c594b880cfa410db033b 928 tk-doc_8.6.0+9_all.deb
b067290ce38474145125ed0a6983d53f703bef86 5506 tk_8.6.0+9_amd64.deb
Checksums-Sha256:
ab475d21042f133aefc7db5bb44fdab24329ff589556d6d2c65313541f4a7053 1995
tcltk-defaults_8.6.0+9.dsc
961a3534bb729b93d50d4db1d81cb85f59f6c5e4b7668cbb6438bd6407874e31 13964
tcltk-defaults_8.6.0+9.tar.xz
fb3d63e91ae4bbc8099f6a6d9e0cb410fcef73cfbae82343bc53a56eac3d4f23 7920
tcl-dev_8.6.0+9_amd64.deb
d7e39494e92157b61423400fa7e86e2bfa8b84618d4d09a9f356f073ff5caac8 119166
tcl-doc_8.6.0+9_all.deb
38b9caa08d6306794fc0e7caad5b17a772cd702805e23cd90e64a32d3bcb1a74 5468
tcl_8.6.0+9_amd64.deb
5d1ee288bef3756e68fba3f1fe0461ad07a26eccd10198bfa08345ee42a8ad00 5298
tk-dev_8.6.0+9_amd64.deb
06678c85e0b104745961153aa8f9a1ad310cb2f06d73843f84248d9f018741d9 928
tk-doc_8.6.0+9_all.deb
0cf9a32403a0d5fe780b0b72449b6de12ea9e1d9beadd31ff78547e50bc67cf6 5506
tk_8.6.0+9_amd64.deb
Files:
74be318b9d72e451a7916f4aef0f6e03 1995 interpreters optional
tcltk-defaults_8.6.0+9.dsc
1dba0382905e8ce09e0bf50fd4c5fed2 13964 interpreters optional
tcltk-defaults_8.6.0+9.tar.xz
33a73d9a5107d1bd704b7888c78856c9 7920 libdevel optional
tcl-dev_8.6.0+9_amd64.deb
8314ece7712d0a72e012a383f5ab38bf 119166 doc optional tcl-doc_8.6.0+9_all.deb
bcb29858ae618dd3ae1bd43cd6d94d22 5468 interpreters optional
tcl_8.6.0+9_amd64.deb
892c9ea619106f7bbc99db44d0d90ff2 5298 libdevel optional
tk-dev_8.6.0+9_amd64.deb
2536656e4ee60fe2b354c0cb88f6a0c9 928 doc optional tk-doc_8.6.0+9_all.deb
59badb7dc1c44665663192c2f538f4c7 5506 interpreters optional
tk_8.6.0+9_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBVk7yrFfnxjJPgTkdAQikEBAAihAqRT4fueo6b+wCGCCufIgFOrJ+vH3y
QilFwFKn9nIYdRcC8mxd+gdT0wZLD/zoDVIjEpOXnKCUly4OGH7Yx3XXRv0gfDNA
wt8KXGnLDbXg+Lg7R5ICEvj9G6Disaz4AdaBLNuj6y6V4aiM4IIBMVx0OAf58GkU
YrC0DDsbqOiinHkaGvQu8MJEA9l0MUz4FoPUGUk048U4qv8m3Wv4CeikWrf1aA+w
tm5DY8cCxUyLanmjEAAL1GIYkMJ9VRvZXL/qmdvSu5w+2pyFuoutTwLoZ9DfRfp+
68LXYCelFLGgrA7XhWnykT4v+PbthAvNvtIVq2gmdKSXttLJb7+8DZr85gL39w/m
V6TrAeZwzLxGZ/1q5tTXVzBHJpOjawGceKh1jjOr6rMYP2CUiSwFqMmEPC61/fQF
M47wgpaU2CsWYCcqXKAS5sP3aoW325yKYfUzTlOC611NGAxLfueu0AoLB6+vwICQ
18u9bpzXlYgpTrNyd06Ie51GARqIeUKV4CHAt/Bh3j1WmHTSObz/DUHb0Q+87LhL
97sLluGJ8AS9SN0/afMsZqwGgl/HbdVCBnee92riqh/zcDHlb74vTbK8eeM1S6Ue
7vmsiL9kuJjvXlhG/GdCynKLcRIi5E2S6MiLBUhMh7DS0f9UKbr5ipFawqkUlBS8
P+VOLR2HvEY=
=1CiC
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel