1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
forg (0.5.1-7.2) unstable; urgency=medium
* Non-maintainer upload.
* Convert to debhelper compatibility level 9 (Closes: #800172).
+ Magically fixes lintian warning no-upstream-changelog.
+ Replace "dh_clean -k" with "dh_prop"
+ Replace "dh_installmanpages" with "dh_installman".
+ Add dependency on ${misc:Depends}.
+ Use dh_auto_clean instead of "-$(MAKE) clean". (Fixes lintian warning
debian-rules-ignores-make-clean-error.)
+ Add recommended debian/rules targets build-indep and build-arch.
* Build-depend on dh-python. (Fixes dh_python2 warning.)
* Fix lintian warning capitalization-error-in-description (python vs
Python) and remove trailing newline from debian/control.
* Add man-page written by Robert Marder. (Closes: #453526)
-- Axel Beckert <abe@debian.org> Sun, 06 Dec 2015 22:46:49 +0100
forg (0.5.1-7.1) unstable; urgency=low
* Non-maintainer upload.
* Convert to dh_python2 (Closes: #616813).
-- Luca Falavigna <dktrkranz@debian.org> Mon, 27 May 2013 20:44:16 +0200
forg (0.5.1-7) unstable; urgency=low
* Update for new python policy. Closes: #380796.
* Update standards version.
-- John Goerzen <jgoerzen@complete.org> Mon, 4 Sep 2006 08:56:10 -0500
forg (0.5.1-6) unstable; urgency=low
* ACK NMU. Closes: #213121, #213923, #206401.
-- John Goerzen <jgoerzen@complete.org> Tue, 21 Oct 2003 22:19:14 -0500
forg (0.5.1-5.2) unstable; urgency=medium
* NMU.
* Compensate for debhelper's missing dependency on python (closes: #213923).
-- Matthias Klose <doko@debian.org> Tue, 7 Oct 2003 08:17:22 +0200
forg (0.5.1-5.1) unstable; urgency=low
* NMU.
* forg binary: Use /usr/bin/python.
* Remove debian example files.
* Make python dependencies more robust (closes: #206401).
-- Matthias Klose <doko@debian.org> Sun, 28 Sep 2003 15:02:58 +0200
forg (0.5.1-5) unstable; urgency=low
* Updated to by python2.3-friendly -- but don't close #205544, since
python-pmw isn't yet.
-- John Goerzen <jgoerzen@complete.org> Mon, 18 Aug 2003 15:16:44 -0500
forg (0.5.1-4) unstable; urgency=low
* Changed all occurances of col= to column= to provide compatibility with
newer Tk.
-- John Goerzen <jgoerzen@complete.org> Wed, 5 Feb 2003 16:21:07 -0600
forg (0.5.1-3) unstable; urgency=low
* Added dependency on python-imaging-tk. Closes: #164913.
-- John Goerzen <jgoerzen@complete.org> Wed, 5 Feb 2003 16:16:37 -0600
forg (0.5.1-2) unstable; urgency=low
* Switched to Python-2.2. (Closes: #161556). Patch by Thomas Schoepf.
-- John Goerzen <jgoerzen@complete.org> Tue, 15 Oct 2002 08:55:06 -0500
forg (0.5.1-1) unstable; urgency=low
* New upstream release.
* Fixed Control file for newer python. Closes: #142453.
* Fixed typo in description. Closes: #135450.
-- John Goerzen <jgoerzen@complete.org> Fri, 12 Apr 2002 10:46:37 -0500
forg (0.03-1) unstable; urgency=low
* Initial Release.
-- John Goerzen <jgoerzen@complete.org> Sun, 7 Jan 2001 23:48:33 -0500
Local variables:
mode: debian-changelog
add-log-mailing-address "jgoerzen@complete.org"
End:
|