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
|
pyfiglet (0.6+dfsg-1) unstable; urgency=low
* New upstream release.
- Update copyright.
- Update man page.
* Upstream moved to github, updated watch file and get-orig-source.
* Dropped patches superseded upstream:
py26deprecation.diff, dir-error-path.diff, tlf-support.diff
* font-location.diff: Look in /usr/share/figlet for fonts, rather than using
pkg_resources.
* Updated debian-defaults.diff.
* Install wrapper with dh_install, as upstream has a setup.py.
* Build-Depend on python-setuptools and clean up egg-info.
* Move DFSG repacking into a script called by uscan.
-- Stefano Rivera <stefanor@debian.org> Thu, 18 Aug 2011 12:54:45 +0200
pyfiglet (0.4+dfsg-3) unstable; urgency=low
* debian/copyright:
- Update upstream maintainer's email address.
- Update format.
* Update my e-mail address.
* Use X-Python-Version.
- BD on python-all 2.6.5-13.
- Specify supported versions rather than all.
* Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
* Bump Standards-Version to 3.9.2, no changes needed.
* debian/rules: Correct argument order for dh.
* Patches: Update Forwarding status, upstream development has moved to
github.
* Correct DEP3 headers (first line of Description is the subject)
-- Stefano Rivera <stefanor@debian.org> Sun, 01 May 2011 22:03:51 -0400
pyfiglet (0.4+dfsg-2) unstable; urgency=low
* Convert to dh_python2.
* Move manpage installation from override rule to debian/manpages file.
* Bump Standards-Version to 3.9.0, no changes needed.
* get-orig-source: Don't leak uid and umask into source tarball and set -e.
* Correctly subclass str, to fix a deprecation warning under Python 2.6
(Closes: #588855)
-- Stefano Rivera <stefano@rivera.za.net> Mon, 12 Jul 2010 21:57:41 +0200
pyfiglet (0.4+dfsg-1) unstable; urgency=low
* Initial release (Closes: #564609)
-- Stefano Rivera <stefano@rivera.za.net> Thu, 28 Jan 2010 13:00:41 +0200
|