Package: pida
Version: 0.3.1-1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my pida 0.3.1-1.1 NMU.
diff -u pida-0.3.1/debian/control pida-0.3.1/debian/control
--- pida-0.3.1/debian/control
+++ pida-0.3.1/debian/control
@@ -2,12 +2,12 @@
Section: devel
Priority: optional
Maintainer: Jan Luebbe <[EMAIL PROTECTED]>
-Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-dev,
python2.4-dev, python2.4-setuptools
+Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), python-dev,
python2.4-dev, python-setuptools (>= 0.6b3-3)
Standards-Version: 3.6.2.1
Package: pida
Architecture: all
-Depends: ${python:Depends}, gvim | python2.4-gnome2, gvim |
python2.4-gnome2-extras, python2.4-gtk2, python2.4-vte, python2.4-setuptools
+Depends: ${python:Depends}, gvim | python-gnome2, gvim | python-gnome2-extras,
python-gtk2, python2.4-vte, python-setuptools (>= 0.6b3-3)
Suggests: bicyclerepair, python-profiler
Description: Python Integrated Development Application, a Python IDE
PIDA is the Python Integrated Development Application.
diff -u pida-0.3.1/debian/changelog pida-0.3.1/debian/changelog
--- pida-0.3.1/debian/changelog
+++ pida-0.3.1/debian/changelog
@@ -1,3 +1,15 @@
+pida (0.3.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Build-depend and depend on python-setuptools (>= 0.6b3-3) instead of
+ python2.4-setuptools, since that package has gone through the Python
+ transition; the package fails with older python-setuptools.
+ (Closes: #377432)
+ * Same for python-gnome2, python-gnome2-extras and python-gtk2;
+ they have all transitioned.
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Wed, 19 Jul 2006 16:14:55 +0200
+
pida (0.3.1-1) unstable; urgency=low
* New upstream release (closes: #344199, #355606, #334237)