tags 645567 + patch tags 645567 + pending thanks Daniel Martin wrote: > Could you please? I'm a bit swamped with the day job for the next two > weeks.
Sure - I've prepared an NMU for pyrite-publisher (versioned as 2.1.1-7.1) and uploaded it. This also addresses a couple of other minor issues (fixes a lintian error and removes a no longer accurate or useful README.Debian). I also closed #289230 which was fixed by a previous upload. Cheers, Olly
diff -u pyrite-publisher-2.1.1/debian/control pyrite-publisher-2.1.1/debian/control --- pyrite-publisher-2.1.1/debian/control +++ pyrite-publisher-2.1.1/debian/control @@ -7,8 +7,8 @@ Package: pyrite-publisher Architecture: any -Depends: ${python:Depends} -Suggests: python-wxgtk2.6 +Depends: ${python:Depends}, ${shlibs:Depends} +Suggests: python-wxgtk2.8 Description: Convert html and text documents to palm DOC format Pyrite Publisher can convert a variety of input formats into several different variations on the palm doc format. diff -u pyrite-publisher-2.1.1/debian/changelog pyrite-publisher-2.1.1/debian/changelog --- pyrite-publisher-2.1.1/debian/changelog +++ pyrite-publisher-2.1.1/debian/changelog @@ -1,3 +1,15 @@ +pyrite-publisher (2.1.1-7.1) unstable; urgency=low + + * Non-maintainer upload at request of maintainer. + * Update "Suggests:" from python-wxgtk2.6 to python-wxgtk2.8. + (Closes: #645567) + * README.Debian: Remove, since this package now supports all python versions + in the usual way (looks like that was fixed in 2.1.1-5.1). + * Add ${shlibs:Depends} to "Depends:" to fix lintian error + missing-dependency-on-libc. + + -- Olly Betts <o...@survex.com> Thu, 20 Oct 2011 02:36:20 +0000 + pyrite-publisher (2.1.1-7) unstable; urgency=low * Don't spout spurious messages when exiting normally. reverted: --- pyrite-publisher-2.1.1/debian/README.Debian +++ pyrite-publisher-2.1.1.orig/debian/README.Debian @@ -1,15 +0,0 @@ -pyrite-publisher for Debian ---------------------------- - -This is a basic packaging done entirely with debhelper. - -It depends directly on python 2.3 at the moment because that's -the only way I could figure out to get it to conform to Debian's -python policy. - -Eventually I may figure out a way to put the pure python modules in -a directory by themselves and only put the compiled code in a -version-dependant directory, and then have it Depend: on python -and only Recommend: a specific version, but that's a bit far off. - - -- Daniel Martin <fiz...@debian.org>, Wed Sep 3 21:48:23 2003