Hi, I am about to upload a NMU to fix RC bug 407677. It also fixes some very small issues pointed out by lintian.
The diff of my NMU is attached and the changelog is below.
Greetings Arjan
twisted-words (0.4.0-2.1) unstable; urgency=high
* Non-maintainer upload.
* Set urgency to high as this upload fixes a RC bug.
* debian/control:
- Add the missing dependencies on python-gtk-1.2 and
python-glade-1.2. Closes: #407677.
- Bump versioned Build-Depends on python-central to 0.5 to keep
lintian from complaining.
* debian/python-twisted-words.menu:
- Check for python-twisted-words instead of python-twisted to make
sure the menu entry is actually shown.
* debian/rules:
- Drop useless invocation of dh_python as dh_pycentral is used.
-- Arjan Oosting <[EMAIL PROTECTED]> Sun, 28 Jan 2007 18:50:36 +0100
diff -u twisted-words-0.4.0/debian/python-twisted-words.menu twisted-words-0.4.0/debian/python-twisted-words.menu
--- twisted-words-0.4.0/debian/python-twisted-words.menu
+++ twisted-words-0.4.0/debian/python-twisted-words.menu
@@ -1,4 +1,4 @@
-?package(python-twisted):\
+?package(python-twisted-words):\
needs="x11"\
section="Apps/Net"\
title="Twisted Instance Messenger"\
diff -u twisted-words-0.4.0/debian/changelog twisted-words-0.4.0/debian/changelog
--- twisted-words-0.4.0/debian/changelog
+++ twisted-words-0.4.0/debian/changelog
@@ -1,3 +1,20 @@
+twisted-words (0.4.0-2.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Set urgency to high as this upload fixes a RC bug.
+ * debian/control:
+ - Add the missing dependencies on python-gtk-1.2 and
+ python-glade-1.2. Closes: #407677.
+ - Bump versioned Build-Depends on python-central to 0.5 to keep
+ lintian from complaining.
+ * debian/python-twisted-words.menu:
+ - Check for python-twisted-words instead of python-twisted to make
+ sure the menu entry is actually shown.
+ * debian/rules:
+ - Drop useless invocation of dh_python as dh_pycentral is used.
+
+ -- Arjan Oosting <[EMAIL PROTECTED]> Sun, 28 Jan 2007 18:50:36 +0100
+
twisted-words (0.4.0-2) unstable; urgency=medium
* Fix command in menu file (/usr/bin/im). Closes: #368491.
diff -u twisted-words-0.4.0/debian/rules twisted-words-0.4.0/debian/rules
--- twisted-words-0.4.0/debian/rules
+++ twisted-words-0.4.0/debian/rules
@@ -64,7 +64,6 @@
dh_compress -i -X.py
dh_fixperms -i
dh_pycentral -i
- dh_python -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
diff -u twisted-words-0.4.0/debian/control twisted-words-0.4.0/debian/control
--- twisted-words-0.4.0/debian/control
+++ twisted-words-0.4.0/debian/control
@@ -2,13 +2,13 @@
Section: python
Priority: optional
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.4.17), python-all-dev, python-twisted-core (>= 2.4), patch
+Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.5), python-all-dev, python-twisted-core (>= 2.4), patch
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-twisted-words
Architecture: all
-Depends: ${python:Depends}, python-twisted-core (>= 2.4)
+Depends: ${python:Depends}, python-twisted-core (>= 2.4), python-gtk-1.2, python-glade-1.2
Conflicts: python-twisted (<< 2.1), python2.3-twisted-words, python2.4-twisted-words
Replaces: python-twisted (<< 2.1), python2.3-twisted-words, python2.4-twisted-words
XB-Python-Version: ${python:Versions}
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

