Your message dated Wed, 04 Aug 2010 21:02:40 +0000
with message-id <[email protected]>
and subject line Bug#588136: fixed in trac 0.11.7-4
has caused the Debian Bug report #588136,
regarding trac: site-packates is explicity referenced
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.)
--
588136: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588136
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: trac
Version: 0.11.7-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
trac_0.7.11-3 is not installable in Ubuntu as it is references
site-packages, which is no longer available in python 2.6
*** /tmp/tmp84Gjwu
In Ubuntu, we've applied the attached patch to achieve the following:
* Do not point directly to site-packages to avoid incompatibility
with python 2.6. (Fixes: LP: #580412)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers maverick-updates
APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500,
'maverick')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-6-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u trac-0.11.7/debian/postinst trac-0.11.7/debian/postinst
--- trac-0.11.7/debian/postinst
+++ trac-0.11.7/debian/postinst
@@ -6,7 +6,7 @@
# create link(s), even if original file does not exist (yet)
for d in /usr/share/pyshared/trac/htdocs/js \
- /usr/lib/python*/site-packages/trac/htdocs/js; do
+ /usr/lib/python*/*-packages/trac/htdocs/js; do
cd $d
ln -sf /usr/share/javascript/jquery/jquery.min.js jquery.js
done
diff -u trac-0.11.7/debian/prerm trac-0.11.7/debian/prerm
--- trac-0.11.7/debian/prerm
+++ trac-0.11.7/debian/prerm
@@ -2,5 +2,5 @@
rm -f /usr/share/pyshared/trac/htdocs/js/jquery.js \
- /usr/lib/python*/site-packages/trac/htdocs/js/jquery.js
+ /usr/lib/python*/*-packages/trac/htdocs/js/jquery.js
#DEBHELPER#
--- End Message ---
--- Begin Message ---
Source: trac
Source-Version: 0.11.7-4
We believe that the bug you reported is fixed in the latest version of
trac, which is due to be installed in the Debian FTP archive:
trac_0.11.7-4.diff.gz
to main/t/trac/trac_0.11.7-4.diff.gz
trac_0.11.7-4.dsc
to main/t/trac/trac_0.11.7-4.dsc
trac_0.11.7-4_all.deb
to main/t/trac/trac_0.11.7-4_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.
W. Martin Borgert <[email protected]> (supplier of updated trac 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: Wed, 04 Aug 2010 20:26:31 +0000
Source: trac
Binary: trac
Architecture: source all
Version: 0.11.7-4
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team
<[email protected]>
Changed-By: W. Martin Borgert <[email protected]>
Description:
trac - Enhanced wiki and issue tracking system for software development
Closes: 583154 588136 591593
Changes:
trac (0.11.7-4) unstable; urgency=low
.
* No longer reference site-packages (Closes: #588136, #591593).
Thanks to Ara Pulido <[email protected]> for reporting and patch.
* Use changeset 9403, missing imports (Closes: #583154).
Thanks to Anatoly <[email protected]>.
* Lintian cleanups in debian/control.
* New policy version, no changes.
Checksums-Sha1:
f9594b46388302ffc402be2d860354531687dc73 1376 trac_0.11.7-4.dsc
325f69badcda4ea4f8b4b766a96d83b685d88bf5 37298 trac_0.11.7-4.diff.gz
8a9659c8518ee8864fc9c6c31a38d1a8f3009d9b 624322 trac_0.11.7-4_all.deb
Checksums-Sha256:
86c0273e67638e1dd952e66cee4263a7a6bac4d482e5018b5ae43d40957be4a1 1376
trac_0.11.7-4.dsc
b4d6e6f22fc24a4d91f3840bec50e2cde1ac601dd97cebe23172fc12e26474b7 37298
trac_0.11.7-4.diff.gz
22a2efd7e8ceadbcaccb580dda0da55768a1f7726ffb80842ba9be22bd698315 624322
trac_0.11.7-4_all.deb
Files:
cae31613ac3d3b5279a9a92f81aad510 1376 web optional trac_0.11.7-4.dsc
7f049bf842e2d1669c088713571eb3de 37298 web optional trac_0.11.7-4.diff.gz
9cadcc6c9821b51583aa68f1c23c60bc 624322 web optional trac_0.11.7-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxZ0XYACgkQ+xM0OFfj6IgxjgCgoc2Wlch6ogXWYKYc1eWrOPKK
06sAoI9lCgo0LHrXL3mDiHkoDd4t3aHn
=/myM
-----END PGP SIGNATURE-----
--- End Message ---