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 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
|
epydoc (2.1-8) unstable; urgency=low
* Support Python 2.4 in wrappers and postinst.
* Rework postinst so that it works for people who have Python set up to
use alternatives. I now have to invoke compileall.compile_dir() rather
than compileally.py because I can't be sure of the location of
compileall.py. Fix is based on pychecker bug #300922.
-- Kenneth J. Pronovici <pronovic@debian.org> Wed, 23 Mar 2005 17:04:44 -0600
epydoc (2.1-7) unstable; urgency=low
* Fix broken escape of @ decorator in docstring codeblocks (closes: #293571).
- Problem is that colorizer.py _COMMENT pattern catches @ and splits it.
- Simplistic fix is to change pattern from '(#.*?$)' to '([^&]#.*?$)'.
- I've written upstream several times, but have not heard back.
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 12 Mar 2005 13:45:00 -0600
epydoc (2.1-6) unstable; urgency=low
* Rework python-epydoc postinst so that it works even for people who don't
have the default python package installed. The fix is to look for python,
python2.3, python2.2 and python2.1 (in that order), and use the first one
found to compile the modules (closes: #291292).
* Update README.Debian to match new behavior in postinst.
* Added notes in executable wrappers to document new behavior in postinst.
-- Kenneth J. Pronovici <pronovic@debian.org> Wed, 19 Jan 2005 16:47:04 -0600
epydoc (2.1-5) unstable; urgency=low
* Recommend 'gs-esp | gs' rather than just 'gs' (closes: #275654).
-- Kenneth J. Pronovici <pronovic@debian.org> Thu, 14 Oct 2004 19:50:08 -0500
epydoc (2.1-4) unstable; urgency=low
* Fix latex output when using --separate-class option (closes: #250775).
- Fix is based on patch from Paul van Tilburg
- I applied patch from upstream based on Paul's patch
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 24 May 2004 18:34:30 -0500
epydoc (2.1-3) unstable; urgency=low
* Updated debian/watch to fix Sourceforge download URL away from mirror.
* Now Recommend mozilla | www-browser for epydoc-doc to shut Lintian up.
* Now Recommend tetex-extra and gs for python-epydoc so --ps, --pdf and --dvi work.
* Updated debian/README.Debian to clarify optional packages.
* Fixed broken error message in epydoc/cli.py, when handling invalid switch.
* Fixed generated latex to work with Debian tetex packages (closes: #250256).
- Change epydoc/latex.py to use \usepackage[headings]{fullpage}
- This is a Debian-specific change after discussion with upstream
-- Kenneth J. Pronovici <pronovic@debian.org> Sat, 22 May 2004 12:51:34 -0500
epydoc (2.1-2) unstable; urgency=low
* Fix TypeError ("Cannot create UID...") bug in uid.py (closes: #242832).
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 11 Apr 2004 23:20:00 -0500
epydoc (2.1-1) unstable; urgency=low
* New upstream release.
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 21 Mar 2004 12:16:01 -0600
epydoc (2.0-3) unstable; urgency=low
* Changed section from doc to python for all but epydoc-doc.
* Fixed broken dependencies (closes: #238798).
- Dependencies forced install of python2.1 or 2.2 even if 2.3 was available
- Change Depends to python2.3 | python2.2-xmlbase | python2.1-xmlbase
-- Kenneth J. Pronovici <pronovic@debian.org> Fri, 19 Mar 2004 22:14:34 -0600
epydoc (2.0-2) unstable; urgency=low
* Complete reworking of package now that I've taken it over.
- Added README.Debian to document some packaging details
- Entire package is now debhelper-ized (compat level 4)
- Python modules are now installed in site-python
- All scripts, Python modules, etc. are now in python-epyoc only
- Old pythonX.Y-epydoc packages are obsolete but remain for easy upgrade
- Section has been changed from 'extra' to 'optional' to match overrides
- Documentation from -doc package is now available via dhelp, doc-central, etc.
- Removed epydocX.Y scripts in favor of scripts that work for all python versions
- Added Debian-specific sections to manpages, to document new script behavior
- Tweaked epydoc/cli.py to give correct Debian script name in -h output
- Tweaked epydoc/cli.py usage to remove reference to nonexistent manpage
-- Kenneth J. Pronovici <pronovic@debian.org> Mon, 15 Mar 2004 21:04:16 -0600
epydoc (2.0-1) unstable; urgency=low
* Hijacking this package (inactive and unresponsive maintainer).
See: http://lists.debian.org/debian-devel/2004/debian-devel-200402/msg02048.html
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 29 Feb 2004 15:46:49 -0600
epydoc (2.0-0.2) unstable; urgency=low
* NMU (inactive maintainer).
* Fix Python dependency for python-epydoc package (closes: #216568).
- Now depend on python (>= 2.3), python (<< 2.4).
-- Kenneth J. Pronovici <pronovic@debian.org> Sun, 19 Oct 2003 13:07:28 -0500
epydoc (2.0-0.1) unstable; urgency=low
* NMU under "excessively liberal NMU policy" through 14 Sep 2003.
* Upgraded to upstream 2.0 release.
- Epydoc GUI now works (closes: #171471)
- Epydoc can now handle keyword arguments (closes: #171722)
- Epydoc now properly documents static class methods (closes: #204390)
* Made package descriptions more verbose (closes: #210087).
* Now installable in sid (closes: #178782).
- Removed dependency on python2.3-xmlbase.
* Default package is now python2.3-epydoc.
- python-epydoc now depends on python2.3-epydoc (>= 2.0-0.1)
- All defaults (manpages, binaries) are for 2.3 rather than 2.2
- Manpages required 2.3 version to replace/conflict with old 2.2 version
* Fixed typo in change entry for 1.1-2 (showed #16827 rather than #168271).
* Removed (s) from debian/copyright to quiet lintian.
* Added debian/watch file.
* Tweaked debian rules file as little as possible.
- Hardcode list of scripts, so build under CVS works
- Make sure to compress Debian changelog in all packages
- Changed code to make soft links for Python 2.3 rather than 2.2
- Needed to install epydoc/markup and epydoc/test as well
-- Kenneth J. Pronovici <pronovic@debian.org> Thu, 11 Sep 2003 14:41:18 -0500
epydoc (1.1-2) unstable; urgency=low
* Adding Recommends: tkinter (Closes: #171460)
* Adding Suggests: epydoc-doc (Closes: #168271)
-- Moshe Zadka <moshez@debian.org> Mon, 2 Dec 2002 18:06:31 +0000
epydoc (1.1-1) unstable; urgency=low
* New upstream version
* Uploading to Debian
-- Moshe Zadka <moshez@debian.org> Sat, 2 Nov 2002 08:15:03 +0000
epydoc (1.0-1) unstable; urgency=low
* New upstream version.
-- Moshe Zadka <moshez@debian.org> Fri, 27 Sep 2002 04:48:29 +0000
epydoc (0.2-1) unstable; urgency=low
* First release
-- Moshe Zadka <moshez@debian.org> Mon, 9 Sep 2002 01:53:01 +0000
|