Please, merge gnome-python-extras 2.25.3-2 from debian unstable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| gnome-python-extras (Ubuntu) |
Wishlist
|
Unassigned |
Bug Description
gnome-python-extras (2.25.3-2ubuntu1) UNRELEASED; urgency=low
* Merge from debian unstable, remaining changes: (LP: #375355)
- debian/control.in: (LP: #338152)
+ build-dep on python-all-dbg for debug packages
+ add python-
+ add Vcs-Bzr tag
+ re-generate debian/control
- adapt python-
python-
python-
python-
- debian/patches/
+ 01_xul19.patch: add AC_PROG_CXX because you can't push C++ tests
before detecting it (thanks Keybuk)
+ 01_use_
+ Re-generate debian/
- debian/rules:
+ dbg-* targets and trick
+ move dh_pysupport call and use xvfb
- debian/pyversions: 2.5 for new package layout
* Remove python-
python-
Changed in gnome-python-extras (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Sebastien Bacher (seb128) wrote : | #1 |
Changed in gnome-python-extras (Ubuntu): | |
status: | Triaged → Fix Committed |
Sebastien Bacher (seb128) wrote : | #2 |
the update looks mostly ok, but is there any reason to keep the gtkhtml dbg in their own binary?
Changed in gnome-python-extras (Ubuntu): | |
status: | Fix Committed → Incomplete |
Sebastien Bacher (seb128) wrote : | #3 |
the dbg also doesn't have all the binaries debug symbols
Didier Roche (didrocks) wrote : | #4 |
I wanted to do the merging "dbg package" in two step.
-> First the merge, with the same dbg package
-> Then, reshaping all gnome-python* packages to have one dbg package per source package.
Concernant the binaries debug symbols, from my understanding, this is enough:
debian/
The previous version, build with an older version of python-support had this one:
/usr/lib/
I didn't see what changes in the merge can do this. I'm more in favor of dh_pysupport behavior change (from 0.7 to 1.0)
Changed in gnome-python-extras (Ubuntu): | |
status: | Incomplete → Triaged |
description: | updated |
Changed in gnome-python-extras (Ubuntu): | |
status: | Triaged → Fix Committed |
Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package gnome-python-extras - 2.25.3-2ubuntu1
---------------
gnome-python-extras (2.25.3-2ubuntu1) karmic; urgency=low
* Merge from debian unstable, remaining changes: (LP: #375355)
- debian/control.in: (LP: #338152)
+ build-dep on python-all-dbg for debug packages
+ add python-
+ add Vcs-Bzr tag
+ re-generate debian/control
- adapt python-
python-
python-
python-
- debian/patches/
+ 01_xul19.patch: add AC_PROG_CXX because you can't push C++ tests
before detecting it (thanks Keybuk)
+ 01_use_
+ Re-generate debian/
- debian/rules:
+ dbg-* targets and trick
+ move dh_pysupport call and use xvfb
- debian/pyversions: 2.5 for new package layout
* Remove python-
python-
-- Didier Roche <email address hidden> Thu, 14 May 2009 11:23:17 +0200
Changed in gnome-python-extras (Ubuntu): | |
status: | Fix Committed → Fix Released |
thank you for your work there