tags 541586 + patch
thanks
Dear maintainer,
I've prepared an NMU for pida (versioned as 0.5.1-5.1) and
uploaded it to DELAYED/5.
Regards.
diff -u pida-0.5.1/debian/rules pida-0.5.1/debian/rules
--- pida-0.5.1/debian/rules
+++ pida-0.5.1/debian/rules
@@ -38,7 +38,8 @@
# Fix executable png from source tarball
chmod 644 pida/resources/pixmaps/pida-icon.png
python$* setup.py install \
- --root $(CURDIR)/debian/pida
+ --root $(CURDIR)/debian/pida \
+ --prefix=/usr
#--install-lib $(CURDIR)/debian/pida/usr/share/pida \
#--install-data $(CURDIR)/debian/pida/usr/share/pida \
#--install-scripts $(CURDIR)/debian/pida/usr/bin
diff -u pida-0.5.1/debian/control pida-0.5.1/debian/control
--- pida-0.5.1/debian/control
+++ pida-0.5.1/debian/control
@@ -13,7 +13,7 @@
Package: pida
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, gvim, python-gnome2, python-gtkhtml2, python-gtk2, python-vte, python-kiwi, python-pkg-resources (>= 0.6c8-2), python-glade2, librsvg2-common
+Depends: ${shlibs:Depends}, ${python:Depends}, gvim, python-gconf, python-gtkhtml2, python-gtk2, python-vte, python-kiwi, python-pkg-resources (>= 0.6c8-2), python-glade2, librsvg2-common
Suggests: bicyclerepair, python-profiler, pyflakes, gazpacho (>= 0.7.1)
XB-Python-Version: ${python:Versions}
Description: Python Integrated Development Application, a Python IDE
diff -u pida-0.5.1/debian/changelog pida-0.5.1/debian/changelog
--- pida-0.5.1/debian/changelog
+++ pida-0.5.1/debian/changelog
@@ -1,3 +1,16 @@
+pida (0.5.1-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Prepare for the upcoming Python 2.6 transition; thanks to Piotr Ożarowski
+ for the bug report and to Jonathan Wiltshire for the patch; Closes: #556149
+ - debian/rules
+ + pass --prefix=/usr when installing
+ * debian/control
+ - replaced Depends on python-gnome2 with python-gconf; thanks to Josselin
+ Mouette for the report; Closes: #541586
+
+ -- Sandro Tosi <[email protected]> Mon, 16 Nov 2009 19:15:13 +0100
+
pida (0.5.1-5) unstable; urgency=low
* now that python-gtkhtml2 has reached testing, depend on this