Your message dated Wed, 24 Feb 2010 13:02:08 +0000
with message-id <[email protected]>
and subject line Bug#563883: fixed in python-dmidecode 3.10.11-1
has caused the Debian Bug report #563883,
regarding python-dmidecode: Will build with files in /usr/local with python2.6
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.)
--
563883: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563883
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-dmidecode
Version: 3.10.7-1.1
Severity: important
Tags: patch
Once Python 2.6 hits Unstable, your package will build with files in
/usr/local. This is easy enough to fix and the current Python in Unstable
already supports the changes you need to make. Patch attached.
Also, not strictly speaking a bug, but there is no need to build-dep on both
python and python-all-dev. python-all-dev will always depend on python.
-- System Information:
Debian Release: squeeze/sid
APT prefers karmic-updates
APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500,
'karmic-backports'), (500, 'karmic')
Architecture: i386 (i686)
Kernel: Linux 2.6.31-16-generic (SMP w/2 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 python-dmidecode-3.10.7/debian/rules python-dmidecode-3.10.7/debian/rules
--- python-dmidecode-3.10.7/debian/rules
+++ python-dmidecode-3.10.7/debian/rules
@@ -30,10 +30,10 @@
dh_installman
install-stamp: build-stamp $(PYVERS:%=install-ext-%) $(PYVERS:%=install-dbg-ext-%)
install-ext-%:
- python$* src/setup.py install --root $(CURDIR)/debian/$(PACKAGE)
+ python$* src/setup.py install --root $(CURDIR)/debian/$(PACKAGE) --install-layout=deb
touch $@
install-dbg-ext-%:
- python$*-dbg src/setup-dbg.py install --root $(CURDIR)/debian/$(PACKAGE)-dbg
+ python$*-dbg src/setup-dbg.py install --root $(CURDIR)/debian/$(PACKAGE)-dbg --install-layout=deb
#find $(CURDIR)/debian/$(PACKAGE)-dbg/usr/lib/python$*/ ! -type d ! -name '*_d\.so' -delete
#find $(CURDIR)/debian/$(PACKAGE)-dbg/usr/lib/python$*/ -depth -empty -delete
touch $@
diff -u python-dmidecode-3.10.7/debian/control python-dmidecode-3.10.7/debian/control
--- python-dmidecode-3.10.7/debian/control
+++ python-dmidecode-3.10.7/debian/control
@@ -5,7 +5,7 @@
Homepage: http://projects.autonomy.net.au/python-dmidecode
Maintainer: Nima Talebi <[email protected]>
Build-Depends: debhelper (>= 7), python-support (>= 0.5.3), python,
- python-all-dev (>= 2.3.5-11), python-all-dbg, electric-fence (>= 2),
+ python-all-dev (>= 2.5.4-2), python-all-dbg, electric-fence (>= 2),
libxml2-dev, python-libxml2
Standards-Version: 3.8.3
diff -u python-dmidecode-3.10.7/debian/changelog python-dmidecode-3.10.7/debian/changelog
--- python-dmidecode-3.10.7/debian/changelog
+++ python-dmidecode-3.10.7/debian/changelog
@@ -1,3 +1,10 @@
+python-dmidecode (3.10.7-22) lucid; urgency=low
+
+ * Add --install-layout=deb to debian/rules setup.py install to prevent
+ files from landing in /usr/local
+
+ -- Scott Kitterman <[email protected]> Tue, 05 Jan 2010 22:02:29 -0500
+
python-dmidecode (3.10.7-1.1) unstable; urgency=low
* Non-maintainer upload.
--- End Message ---
--- Begin Message ---
Source: python-dmidecode
Source-Version: 3.10.11-1
We believe that the bug you reported is fixed in the latest version of
python-dmidecode, which is due to be installed in the Debian FTP archive:
python-dmidecode-dbg_3.10.11-1_amd64.deb
to main/p/python-dmidecode/python-dmidecode-dbg_3.10.11-1_amd64.deb
python-dmidecode_3.10.11-1.diff.gz
to main/p/python-dmidecode/python-dmidecode_3.10.11-1.diff.gz
python-dmidecode_3.10.11-1.dsc
to main/p/python-dmidecode/python-dmidecode_3.10.11-1.dsc
python-dmidecode_3.10.11-1_amd64.deb
to main/p/python-dmidecode/python-dmidecode_3.10.11-1_amd64.deb
python-dmidecode_3.10.11.orig.tar.gz
to main/p/python-dmidecode/python-dmidecode_3.10.11.orig.tar.gz
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.
Nima Talebi <[email protected]> (supplier of updated python-dmidecode 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: Tue, 16 Feb 2010 08:30:44 +1100
Source: python-dmidecode
Binary: python-dmidecode python-dmidecode-dbg
Architecture: source amd64
Version: 3.10.11-1
Distribution: unstable
Urgency: low
Maintainer: Nima Talebi <[email protected]>
Changed-By: Nima Talebi <[email protected]>
Description:
python-dmidecode - Python extension module for dmidecode
python-dmidecode-dbg - Python extension module for dmidecode (debug)
Closes: 548669 561904 563883
Changes:
python-dmidecode (3.10.11-1) unstable; urgency=low
.
* New upstream release.
* Log messages no longer handled via `fprintf' statements, but handled
inside a data structure and dealt with accordingly.
.
python-dmidecode (3.10.10-1) unstable; urgency=low
.
* New upstream cleanup release.
* This release has addressed the previously messy error/warning handling.
.
python-dmidecode (3.10.9-1) unstable; urgency=low
.
* New upstream bug-fix release.
* Add --install-layout=deb to debian/rules setup.py install to prevent files
from landing in /usr/local (Closes: Bug#563883) - thanks to Scott
Kitterman.
.
python-dmidecode (3.10.8-2) unstable; urgency=low
.
* Resolved conflict between standard and debug package (Closes: #561904).
.
python-dmidecode (3.10.8-1) unstable; urgency=low
.
* New Upstream release.
* Big-endian and little-endian approved.
* Packaged unit-test to tarball.
* Rewritten unit-test to be able to run as non-root user, where it will not
try to read /dev/mem.
* Added two dmidump data files to the unit-test.
.
python-dmidecode (3.10.7-3) unstable; urgency=low
.
* Last of URI fixes (#540389).
.
python-dmidecode (3.10.7-2) unstable; urgency=low
.
* Added libxml2 dependencies (Closes: #548669).
Checksums-Sha1:
50e92db1b515c68f5efd6204c2a6d09cf7419bdb 1231 python-dmidecode_3.10.11-1.dsc
1bf08fcf281ed7e005e8c9219650a953d5b028ed 113983
python-dmidecode_3.10.11.orig.tar.gz
2e1d7143e664e76e98d0470e2a254a09bc20fa68 24318
python-dmidecode_3.10.11-1.diff.gz
4e3ed700e3c166b6495187ea8d76139234dd6b8d 158442
python-dmidecode_3.10.11-1_amd64.deb
e2ca6299da1a7465cfd30a6fb8dbad7321b32788 158944
python-dmidecode-dbg_3.10.11-1_amd64.deb
Checksums-Sha256:
2d0a5439e42194980cdb9f3566953f188f76e04b2371fe909bdb862e91e76c26 1231
python-dmidecode_3.10.11-1.dsc
71f2089d103729b84d1781ee81551384496dc2571437ed4264421add9fdf4490 113983
python-dmidecode_3.10.11.orig.tar.gz
e9daaec5aa7c097c1bd2816f07cbbbdb8a06fbcd5a5f966031173f3d796db831 24318
python-dmidecode_3.10.11-1.diff.gz
57b5e5ad87ddace7319aeae553a14949bbadd4e0c82d700deddc9d162da39f0e 158442
python-dmidecode_3.10.11-1_amd64.deb
e81cffb36331c9ac9ca619cf969fe90bfba55b1c290cc42ca55525c29e1533f0 158944
python-dmidecode-dbg_3.10.11-1_amd64.deb
Files:
92a286cc12f83175b4f7e0afc4e4470f 1231 python optional
python-dmidecode_3.10.11-1.dsc
f4b7a8695130b0b6aff87b55a0c79935 113983 python optional
python-dmidecode_3.10.11.orig.tar.gz
6986df6fb46e03493297bde54de44ad0 24318 python optional
python-dmidecode_3.10.11-1.diff.gz
325a25d0722a4fbf942e9615f46085d5 158442 python optional
python-dmidecode_3.10.11-1_amd64.deb
42fa6856c14b750d332cfc7fb2918ec1 158944 debug extra
python-dmidecode-dbg_3.10.11-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLe96M1cqbBPLEI7wRAt5QAJ9hwLKPfAo1J6eIRSqT7Iy5atk4NQCgzEIA
cV0WWGWqQT79ilJgFEtg22c=
=lidX
-----END PGP SIGNATURE-----
--- End Message ---