Your message dated Mon, 26 Sep 2011 14:24:23 +0200
with message-id <[email protected]>
and subject line Re: Bug#642564: (no subject)
has caused the Debian Bug report #642564,
regarding python-omniorb: dh_python2 --no-dbg-cleaning needed to fix ftbfs in
Ubuntu
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.)
--
642564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642564
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-omniorb
Version: 3.5-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
This ftbfs was reported in Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/python-omniorb/+bug/832782
Fix this by adding --no-dbg-cleaning
*** /tmp/tmpxb7xvn
In Ubuntu, the attached patch was applied to achieve the following:
* dh_python2 --no-dbg-cleaning fixes ftbfs. (LP: #832782)
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-11-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOfPsQAAoJEBJutWOnSwa/NosP/irrT+cR6XHOzFaU20ByR0XT
sQHEgQM808XVJLak/1K+np9yMazYBoEFNKOK6ZeJALBghWdPcylNUNyb3lDNSK2Q
SCVLzuYvgUGQWvwKiVe1qe7OtDnDGWNAYqknonaKpDbgwH+Mc0eJI8Cl6RBRicJU
Zt1tB4IxGxyRVabX7zcekly7jCofDIcgTogDkM8w4vjOdJzc4eAPzhJiU6Hrpflo
1TA4DjbvJWOkFm8vzOsKpVfdyZqH4DezKemKwc0R/KOKU5m5vjbocW2WGUusBWku
tn11yZUPDUnDaO7GNieqpZCFKh0iAY3YvVIvxVALk7rU3bQNfxGno7yRkGgnyA4y
70ZDxtoJZsDkQXLoacCFsbPikc7YtuVZGtwlNX35QfiLiEuYwvwg6Atcbux1ZjFu
hByTyjU9Is3RJk1qG7djTA9UOa2abWj6y0Hd7ZarMAMJZXhHxwOpR9kyxkf1ZZ7l
uxIatUoKfSnspf1VZhRZEWLg4/S8OkQKYk1zikYHk7gdTkJsBazdkKT5bT0g9A+n
lR/M/pZZCnAWHkJqeguHYLiK68eGmNcuRs6GTHbQNqEXW9KkBgRhbgYnwVB2O36g
OlpTCV/V6C82Yw8utkzfxfp09KCLGMNEmdf6PP6tt6ptvuxQ4nzffxwXHoP7mtSx
Zz7sMvXJ4y1HaWnHjCXn
=x9Fk
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'
=== modified file 'debian/rules'
--- debian/rules 2011-04-08 18:09:45 +0000
+++ debian/rules 2011-09-23 21:27:57 +0000
@@ -104,7 +104,7 @@
dh_testroot -a
dh_installdocs -a
dh_installchangelogs update.log -a
- dh_python2 -a
+ dh_python2 -a --no-dbg-cleaning
dh_strip -ppython-omniorb --dbg-package=python-omniorb-dbg
dh_link -a
dh_compress -a
--- End Message ---
--- Begin Message ---
Source: python-defaults
Source-Version: 2.7.2-6
[Barry Warsaw, 2011-09-26]
> With the updated python-defaults package (dh_python2), this is no longer
> necessary.
ups, I forgot to close this one in the changelog
--- End Message ---