tags 652343 + patch tags 652343 + pending thanks Dear maintainer,
I've prepared an NMU for colorname (versioned as 0.4+dfsg.1-2.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer.
-- Jakub Wilk
diffstat for colorname_0.4+dfsg.1-2 colorname_0.4+dfsg.1-2.1 changelog | 8 ++++++++ control | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff -u colorname-0.4+dfsg.1/debian/control colorname-0.4+dfsg.1/debian/control --- colorname-0.4+dfsg.1/debian/control +++ colorname-0.4+dfsg.1/debian/control @@ -11,12 +11,11 @@ Homepage: http://code.foosel.org/colorname Vcs-Git: git://git.debian.org/git/collab-maint/colorname.git Vcs-Browser: http://git.debian.org/?p=collab-maint/colorname.git -XS-Python-Version: >= 2.4 Package: colorname Architecture: all -Depends: ${python:Depends}, - ${misc:Depends}, +Depends: ${misc:Depends}, + python (>= 2.4), python-gtk2 (>= 2.10) Recommends: python-gnome2 (>= 2.18) Description: utility to associate a name to a color diff -u colorname-0.4+dfsg.1/debian/changelog colorname-0.4+dfsg.1/debian/changelog --- colorname-0.4+dfsg.1/debian/changelog +++ colorname-0.4+dfsg.1/debian/changelog @@ -1,3 +1,11 @@ +colorname (0.4+dfsg.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Encode dependency on python directly in debian/control; don't rely on + python-support (closes: #652343). + + -- Jakub Wilk <jw...@debian.org> Fri, 06 Jan 2012 20:39:31 +0100 + colorname (0.4+dfsg.1-2) unstable; urgency=low * debian/colorname.desktop: remove Terminal=true (Closes: #600838)