Your message dated Thu, 05 Oct 2006 15:03:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#381389: fixed in debhelper 5.0.39
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: smart-notifier
Version: 0.27-1
Severity: grave
Justification: renders package unusable
Setting up smart-notifier (0.27-1) ...
Stopping Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Stopping Hardware abstraction layer: hald.
Stopping system message bus: dbus.
Starting system message bus: dbus.
Starting Hardware abstraction layer: hald.
Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon.
Compiling /usr/share/smart-notifier/lib/python2.4/smart_notifier/__init__.py ...
File "/usr/share/smart-notifier/lib/python2.4/smart_notifier/__init__.py",
line 43
@dbus.service.signal(UD_INTERFACE)
^
SyntaxError: invalid syntax
pycentral: pycentral pkginstall: error byte-compiling files (2)
pycentral pkginstall: error byte-compiling files (2)
dpkg: error processing smart-notifier (--configure):
subprocess post-installation script returned error exit status 1
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages smart-notifier depends on:
ii dbus 0.62-4 simple interprocess messaging syst
ii python-central 0.5.2 register and build utility for Pyt
ii python-glade2 [python2.4-glad 2.8.6-4 GTK+ bindings: Glade support
ii python-gtk2 [python2.4-gtk2] 2.8.6-4 Python bindings for the GTK+ widge
ii python2.4 2.4.3-8 An interactive high-level object-o
ii python2.4-dbus 0.62-4 simple interprocess messaging syst
ii smartmontools 5.36-6 control and monitor storage system
smart-notifier recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 5.0.39
We believe that the bug you reported is fixed in the latest version of
debhelper, which is due to be installed in the Debian FTP archive:
debhelper_5.0.39.dsc
to pool/main/d/debhelper/debhelper_5.0.39.dsc
debhelper_5.0.39.tar.gz
to pool/main/d/debhelper/debhelper_5.0.39.tar.gz
debhelper_5.0.39_all.deb
to pool/main/d/debhelper/debhelper_5.0.39_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.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated debhelper 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.7
Date: Tue, 3 Oct 2006 13:02:24 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 5.0.39
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
debhelper - helper programs for debian/rules
Closes: 189474 253582 358392 370833 373853 374776 375576 375936 375948 378604
381389
Changes:
debhelper (5.0.39) unstable; urgency=low
.
* dh_python: Also be a no-op if there's a Python-Version control file field.
.
debhelper (5.0.38) unstable; urgency=low
.
[ Valery Perrin ]
* Update french translation with recent change in dh_installmodules
.
[ Joey Hess]
* ACK last three NMUs with thanks to Raphael Hertzog for making the best of
a difficult situation.
* Revert all dh_python changes. Closes: #381389, #378604
* Conflict with python-support <= 0.5.2 and python-central <= 0.5.4.
* Make dh_python do nothing if debian/pycompat is found.
The new versions of dh_pysupport or dh_pycentral will take care of
everything dh_python used to do in this situation.
* dh_python is now deprecated. Closes: #358392, #253582, #189474
* move po4a to Build-Depends as it's run in clean.
* Add size test, which fails on any debhelper program of more than 150
lines (excluding POD). This is not a joke, and 100 lines would be better.
* Add size test exception for dh_python, since it's deprecated.
.
debhelper (5.0.37.3) unstable; urgency=low
.
* Non-maintainer upload.
* Update of dh_python
- when buidling for a non-standard Python version, generate more
reasonable Depends like "python (>= X.Y) | pythonX.Y"
Closes: #375576
- fix handling of private extensions. Closes: #375948
- fix parsing of XS-Python-Version, it didn't work if only fixed versions
were listed in XS-Python-Version.
- fix use of unitialized value. Closes: #374776
- fix typos in POD documentation. Closes: #375936
.
debhelper (5.0.37.2) unstable; urgency=low
.
* Non-maintainer upload.
* Update of dh_python
- vastly refactored, easier to understand, and the difference
between old policy and new policy is easier to grasp
- it supports an -X option which can be used to not scan some files
- uses debian/pyversions as reference source of information for
dependencies but also parse the XS-Python-Version header as fallback.
- ${python:Versions}'s default value is XS-Python-Version's value
instead of "all" when the package doesn't depend on a
specific python version. Closes: #373853
- always generate ${python:Provides} and leave the responsibility to the
maintainer to not use ${python:Provides} if he doesn't want the
provides.
- uses debian/pycompat or DH_PYCOMPAT as reference field to run in new
policy mode. The presence of XS-Python-Version will also trigger the
new policy mode (this is for short-term compatibility, it may be removed
in
the not too-distant future).
DH_PYCOMPAT=1 is the default mode and is compatible to the old policy.
DH_PYCOMPAT=2 is the new mode and is compatible with the new policy.
* Use "grep ^Version:" instead of "grep Version:" on the output of
dpkg-parsechangelog since the above changelog entry matched "Version:" and
thus made the build fail.
.
debhelper (5.0.37.1) unstable; urgency=low
.
* Non-maintainer upload.
* Integrate the new dh_python implementing the new Python policy. Closes:
#370833
Files:
15b865b7547f03ca7e004390dc23d293 539 devel optional debhelper_5.0.39.dsc
f53141a41809277877495c12d2925b35 264600 devel optional debhelper_5.0.39.tar.gz
c1853d15602f18afa20bb387984bccc1 510310 devel optional debhelper_5.0.39_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFIpgQ2tp5zXiKP0wRAgAnAKCY1l/DKrPb9GH/FBa+Vbs6/c9uUwCfYX9E
4hnBoJFpGQWsmY4tFw5WoOI=
=96q9
-----END PGP SIGNATURE-----
--- End Message ---