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
|
pyvtk (0.4.74-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Build using dh-python. Closes: #786247.
-- Matthias Klose <doko@debian.org> Sat, 22 Aug 2015 14:01:51 +0200
pyvtk (0.4.74-3) unstable; urgency=low
[ Piotr Ożarowski ]
* debian/watch file added
[ Sandro Tosi ]
* debian/control
- added Vcs-Svn and Vcs-Browser
* debian/control
- switch Vcs-Browser field to viewsvn
[ Steve M. Robbins ]
* debian/control: Revise long description. Closes: #612140. Set
Standards-Version to 3.9.1. Depend on ${misc:Depends}.
* debian/doc-base.python-pyvtk: Change section to Science/Data Analysis,
matching what VTK uses.
-- Steve M. Robbins <smr@debian.org> Sun, 06 Feb 2011 12:04:09 -0600
pyvtk (0.4.74-2) unstable; urgency=low
* Move XS-Python-Version field to source stanza, change its value to
"all". Closes: #445396.
* Bump python-support, debhelper and python required build versions (Egg
issue).
* Move homepage URL from long description to new Homepage field.
* Bump Standards-Version to 3.7.3 (no changes needed).
-- Piotr Ożarowski <python-modules-team@lists.alioth.debian.org> Wed, 19 Dec 2007 23:10:04 +0100
pyvtk (0.4.74-1) unstable; urgency=low
* New upstream.
Implement get_cell_size() in StructuredGrid. Closes: #401063.
* debian/control:
* debian/rules: Set standards version to 3.7.2.2. Use python-support.
-- Steve M. Robbins <smr@debian.org> Sun, 25 Feb 2007 01:04:03 -0600
pyvtk (0.4.66-6) unstable; urgency=low
* Update to new python policy. Closes: #373374.
-- Steve M. Robbins <smr@debian.org> Fri, 30 Jun 2006 22:55:10 -0400
pyvtk (0.4.66-5) unstable; urgency=low
* Change import statements so examples/*.py will run outside of source
tree. Closes: #351415.
-- Steve M. Robbins <smr@debian.org> Sat, 4 Feb 2006 23:16:52 -0500
pyvtk (0.4.66-4) unstable; urgency=low
* Remove python2.1-pyvtk, python2.2-pyvtk packages. Closes: #351155.
* New package python2.4-pyvtk.
-- Steve M. Robbins <smr@debian.org> Thu, 2 Feb 2006 23:57:11 -0500
pyvtk (0.4.66-3) unstable; urgency=low
* debian/control: Build-depend on python to ensure that "pydoc"
is available. Closes: #259126.
-- Steve M. Robbins <smr@debian.org> Sun, 18 Jul 2004 17:04:58 -0400
pyvtk (0.4.66-2) unstable; urgency=low
* Thanks to Matthias Klose for the NMUs.
Closes: #204671, #204955.
* debian/control: Fix override disparity.
-- Steve M. Robbins <smr@debian.org> Sat, 25 Oct 2003 20:30:25 -0400
pyvtk (0.4.66-1.2) unstable; urgency=low
* NMU.
* Correctly use dh_python (closes: #204955).
-- Matthias Klose <doko@debian.org> Sun, 28 Sep 2003 12:32:06 +0200
pyvtk (0.4.66-1.1) unstable; urgency=low
* NMU.
* Upload for python2.3 as the default python version.
* Use dh_python, delete the postinst/prerm files.
* Remove the dependency of the 2.1 and 2.2 packages on python and call
python2.1/python2.2 directly in the scripts.
-- Matthias Klose <doko@debian.org> Sat, 9 Aug 2003 08:45:37 +0200
pyvtk (0.4.66-1) unstable; urgency=low
* New upstream version.
* Build-depend on pythonX.Y-dev packages. Closes: #178888.
-- Steve M. Robbins <smr@debian.org> Fri, 31 Jan 2003 21:40:09 -0500
pyvtk (0.4.62-1) unstable; urgency=low
* Initial upload. Closes: #140209.
* lib/__init__.py: Strip header to 255 characters plus newline.
-- Steve M. Robbins <smr@debian.org> Sat, 23 Nov 2002 16:03:10 -0500
|