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 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365
|
pyx (0.12.1-11) unstable; urgency=medium
[ Ondřej Nový ]
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/changelog: Remove trailing whitespaces
[ Stuart Prescott ]
* Use debhelper-compat (= 11)
* Update Standards-Version to 4.3.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Sun, 27 Jan 2019 00:25:30 +1100
pyx (0.12.1-10) unstable; urgency=medium
* Add runtime dependency on texlive-binaries, with thanks to Helmut Grohne
for his testing.
* Add a smoke test to test importing the module.
* Switch to debhelper compat 11.
- update all paths to documentation to /usr/share/doc/python-pyx/
* Update Standards-Version to 4.1.4 (no changes required).
-- Stuart Prescott <stuart@debian.org> Mon, 16 Apr 2018 21:17:59 +1000
pyx (0.12.1-9) unstable; urgency=medium
* Switch autopkgtest tests to use python-pil.
* Fix examples for PIL.
* Update Standards-Version to 4.1.3 (no changes required).
-- Stuart Prescott <stuart@debian.org> Mon, 08 Jan 2018 19:06:26 +1100
pyx (0.12.1-8) unstable; urgency=medium
* Add a build-dependency on latexmk for use with sphinx 1.6 (Closes: #872243)
* Update Standards-Version to 4.1.0 (no changes required).
-- Stuart Prescott <stuart@debian.org> Tue, 29 Aug 2017 21:45:28 +1000
pyx (0.12.1-7) unstable; urgency=medium
* Switch to using python-pil rather than python-imaging (Closes: #866473).
* Update Standards-Version to 4.0.0 (no changes required)
-- Stuart Prescott <stuart@debian.org> Mon, 03 Jul 2017 03:05:19 +1000
pyx (0.12.1-6) unstable; urgency=medium
* Add build-dependency on texlive-generic-extra (Closes: #828981).
-- Stuart Prescott <stuart@debian.org> Fri, 01 Jul 2016 01:44:53 +1000
pyx (0.12.1-5) unstable; urgency=medium
* Add patches to make build reproducible (timestamps,randomness)
with thanks to Alexis Bienvenüe (Closes: #825881)
* Bump standards version to 3.9.8 (no changes required).
* Change tostring() calls to tobytes() calls for recent PIL
-- Stuart Prescott <stuart@debian.org> Fri, 03 Jun 2016 23:47:02 +1000
pyx (0.12.1-4) unstable; urgency=medium
* Make use of mathjax in sphinx documentation.
* Fix targets in debian/rules for arch:all buildds.
* Add build-dependency on dh-python.
* Bump standards version to 3.9.6 (no changes required).
-- Stuart Prescott <stuart@debian.org> Fri, 23 Oct 2015 00:02:46 +1100
pyx (0.12.1-3) unstable; urgency=medium
* Update packaging to reflect that newer versions of pyx support only
python 3 and that they are separately packaged in the pyx3 source package.
* Update package descriptions to highlight that this is the python 2 version
of pyx.
* Disable watch file since this package is tracking the obsolete branch.
* Add autopkgtest tests.
* Update standards version to 3.9.5 (no changes required).
-- Stuart Prescott <stuart@debian.org> Sat, 31 May 2014 18:25:57 +1000
pyx (0.12.1-2) unstable; urgency=low
* Upload to unstable.
-- Stuart Prescott <stuart@debian.org> Sun, 19 May 2013 16:50:09 +1000
pyx (0.12.1-1) experimental; urgency=low
* New upstream release
* Update maintainer address.
* Update copyright format URL.
* Bump standards version to 3.9.4 (no changes required).
* Drop postinst that was needed for lenny->squeeze upgrades.
-- Stuart Prescott <stuart@debian.org> Mon, 17 Dec 2012 13:45:12 +0000
pyx (0.11.1-2) unstable; urgency=low
* Add texlive-latex-base to Build-Depends to correctly rebuild lfs files if
only binary packages are being built (LP: #896924).
* Use the sphinx debhelper module to check over the sphinx documentation.
* Build-depend on debhelper >= 8.9.5 to stop dh_compress compressing sphinx
files.
-- Stuart Prescott <stuart+debian@nanonanonano.net> Sun, 27 Nov 2011 21:09:42 +0000
pyx (0.11.1-1) unstable; urgency=low
* New upstream release.
* Change documentation build system to sphinx in line with new upstream docs.
* Rebuild lfs files as part of build process.
* Refresh patchs for new version:
- drop manual-latex-define.patch no longer needed with sphinx.
- drop siteconfig-static.patch: not needed with new build system
- drop pyx-text-warnings26.patch: warnings fixed upstream
* Add patch sphinx-mathjax.patch to use pngmath in sphinx rather than mathjax
which is not yet in Debian.
* Add patch createlfs-no-foiltex.patch to skip generation of foiltex-based
lfs files that would require non-free components.
* Switch to dpkg-source 3.0 (quilt) format.
* Switch from python-support to dh_python2 as build helper.
* Update copyright format to newer DEP-5 specification.
* Add new files to copyright file.
* Bump standards version to 3.9.2 (no changes required).
* Set DM-Upload-Allowed: yes
-- Stuart Prescott <stuart+debian@nanonanonano.net> Fri, 20 May 2011 00:13:52 +0100
pyx (0.10-2) unstable; urgency=low
* Build-depend on new python-old-doctools package that provides tools
no longer in python 2.6 (closes: #568046).
* Bump standards version to 3.8.4 (no changes required).
-- Stuart Prescott <stuart+debian@nanonanonano.net> Wed, 10 Feb 2010 16:06:53 +0000
pyx (0.10-1) unstable; urgency=low
* New maintainer (closes: #552750).
* Revert unneeded versioned build-dependency on python-all-dev.
* Add a preinst script to clean up after python-central (working around
bug #479852 in python-central) (closes: #553271).
* Convert packaging to quilt.
-- Stuart Prescott <stuart+debian@nanonanonano.net> Thu, 29 Oct 2009 23:47:39 +0000
pyx (0.10-0+nmu3) unstable; urgency=low
* Non-maintainer upload.
* Build-Depend on python-all-dev (>= 2.5.4) for python.mk.
-- Kumar Appaiah <akumar@debian.org> Mon, 19 Oct 2009 17:21:33 -0500
pyx (0.10-0+nmu2) unstable; urgency=low
* Non-maintainer upload
* Fix build system for compatibility with Python 2.6 (closes: #547872)
- change debhelper compat level to dh7.
- remove unneeded sections of debian/rules.
- remove versioned depends/conflicts/replaces for packages that haven't
existed since Sarge.
* Silence DeprecationWarning output from Python 2.6.
* Move doc package to doc section.
* Add doc-base entries for documentation.
* Bump standards version to 3.8.3 (no changes required).
-- Stuart Prescott <stuart+debian@nanonanonano.net> Wed, 30 Sep 2009 01:09:13 +0100
pyx (0.10-0+nmu1) unstable; urgency=low
* Non-maintainer upload
* New upstream release (closes: #454765)
* Update build-deps to use texlive rather than tetex
* Update depends to use texlive rather than tetex (closes: #467207)
* Recommend a smaller latex package to reduce the installation size.
texlive-latex-base seems to be the smallest package that allows at least
the (trivial) examples to be built (closes: #503577)
* Fix copyright file to include names and years of upstream authors
-- Stuart Prescott <stuart+debian@nanonanonano.net> Fri, 15 May 2009 00:23:04 +0100
pyx (0.9-4) unstable; urgency=low
* New maintainer (closes: #408140).
-- Ernesto Nadir Crespo Avila <ecrespo@debianvenezuela.org> Mon, 29 Jan 2007 21:22:39 -0400
pyx (0.9-3) unstable; urgency=low
* New maintainer. Thank you for more than three years of
maintenance, Graham! Closes: #400087
* Don't hard-code python 2.3 in manual/Makefile.
Thanks to Matthias Klose for the bug report and patch.
Closes: #392634
* Remove obsolete dh_python call from debian/rules.
-- Thomas Viehmann <tv@beamnet.de> Sun, 26 Nov 2006 14:04:53 +0100
pyx (0.9-2) unstable; urgency=low
* Support the new Python policy. (closes: #373372)
-- Graham Wilson <graham@debian.org> Thu, 15 Jun 2006 05:53:37 +0000
pyx (0.9-1) unstable; urgency=low
* New upstream release.
* Umm... don't build-depend libkpathsea4-dev.
* Move examples to -doc package, since their number seems to be
growing; they also seem more appropriate in that package.
* Update standards version; no changes.
* test script changes:
- test files in the gallery directory as well
- make the output less verbose
-- Graham Wilson <graham@debian.org> Sun, 11 Jun 2006 05:04:08 +0000
pyx (0.8.1-2) unstable; urgency=low
* Rebuild against libkpathsea4.
* Output number of tests that were run.
* Use a variable for the python executable in rules, to make it easier
to build for a different Python version.
-- Graham Wilson <graham@debian.org> Tue, 28 Feb 2006 08:46:25 +0000
pyx (0.8.1-1) unstable; urgency=low
* New upstream release.
- don't try to build the examples.pdf file anymore
- update siteconfig.py to reflect new variable names
* Only install .py and .dat files into the examples directory.
* Don't build python2.?-pyx packages, just build for the current python.
* Update the watch file to support uscan's new syntax.
* Updated standards version (no changes).
* Don't build depend on gs, since it isn't needed any longer.
* Don't attempt to support noopt in DEB_BUILD_OPTIONS, since it apparently
hasn't been working for some time.
* Update the FSF's address in the copyright file.
* Suggest python-imaging.
* Minor changes to the test script:
- reduce images 4x so they come out the correct size
- copy .jpg files as well as .dat files
- count how many tests failed
- check if SYS_PYX is set, and if so, use the system's copy of PyX
-- Graham Wilson <graham@debian.org> Sun, 04 Sep 2005 22:34:53 +0000
pyx (0.7.1-2) unstable; urgency=low
* Make python-pyx depend on the same version of python2.x-pyx.
(closes: #287950)
* Build depend on gs-gpl or gs. (closes: #287548)
-- Graham Wilson <graham@debian.org> Thu, 06 Jan 2005 03:35:40 +0000
pyx (0.7.1-1) unstable; urgency=low
* New upstream bugfix release.
* Strip the shebang-python line from the module so dh_python doesn't
generate dependencies on the python package. Should also stop some
linda warnings.
* In the test script, don't die if one of the programs fails, just move
on to the next test. Also remove the generated EPS file.
* Set build depends indep to packages needed for building the
documentation (tetex-extra and tipa).
-- Graham Wilson <graham@debian.org> Sat, 25 Dec 2004 06:42:57 +0000
pyx (0.7-3) unstable; urgency=low
* Enable texipc by default in pyxrc.
-- Graham Wilson <graham@debian.org> Mon, 29 Nov 2004 23:35:22 +0000
pyx (0.7-2) experimental; urgency=low
* Install pyxrc into the -common package.
-- Graham Wilson <graham@debian.org> Sun, 14 Nov 2004 00:38:29 +0000
pyx (0.7-1) experimental; urgency=low
* New upstream release. (closes: #280861)
* Build documentaion, since upstream no longer includes it in the
source.
* Build depend on tipa.
* Remove manual/*.png files on clean.
* Call setup.py build_ext, not build.
* Install example files into -common, and add symlinks from the versioned
packages.
* Ensure siteconfig.py points to the correct locations.
* Add the missing INDEX files in the examples subdirectories.
* Add a test script.
-- Graham Wilson <graham@debian.org> Sat, 13 Nov 2004 16:57:18 +0000
pyx (0.6.3-3) unstable; urgency=low
* Correct the URL in the watch file.
* Build depend on python.
-- Graham Wilson <graham@debian.org> Thu, 08 Jul 2004 23:47:56 +0000
pyx (0.6.3-2) unstable; urgency=low
* Call dh_installdocs with -a (not -A) in binary-arch.
* Remove build depends indep, since we don't exactly build anything.
* Build-depend on tetex-bin for kpsewhich. (closes: #248630)
* Recommend tetex-extra.
-- Graham Wilson <graham@debian.org> Wed, 12 May 2004 20:08:36 +0000
pyx (0.6.3-1) unstable; urgency=low
* The -pyx packages now depend on an explicit version of -common.
* Add a watch file for uscan.
* New upstream release. (closes: #241669)
* Don't build documentation, just install what is distributed.
* Generate list of example files at build time.
-- Graham Wilson <graham@debian.org> Sun, 02 May 2004 01:59:13 +0000
pyx (0.4.1-4) unstable; urgency=low
* Argh. Only build the manual when building arch-indep packages.
- tetex-extra and gs are now build-depends-indep.
- Hopefully all the autobuilders can build PyX now.
-- Graham Wilson <graham@debian.org> Wed, 24 Sep 2003 01:54:06 +0000
pyx (0.4.1-3) unstable; urgency=low
* Build depend on tetex-extra.
-- Graham Wilson <graham@debian.org> Tue, 23 Sep 2003 03:57:03 +0000
pyx (0.4.1-2) unstable; urgency=low
* Set PYTHONPATH correctly when building manual.
-- Graham Wilson <graham@debian.org> Mon, 22 Sep 2003 18:17:16 +0000
pyx (0.4.1-1) unstable; urgency=low
* Set encoding header in a couple of files to ISO-8859-1.
* New upstream version.
* Build the manual as PDF. Don't compress it.
-- Graham Wilson <graham@debian.org> Wed, 17 Sep 2003 18:35:07 +0000
pyx (0.4-1) unstable; urgency=low
* Initial Debian release. (closes: #192100)
-- Graham Wilson <graham@debian.org> Thu, 11 Sep 2003 04:42:57 +0000
vim:ts=2:sw=2:et:
|