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
|
pyxplot (0.6.3.1+ds-3) unstable; urgency=low
* Add Homepage to control fields.
* Add a copyright notice for Debian packaging to debian/copyright.
-- Sam Morris <sam@robots.org.uk> Sun, 04 Nov 2007 10:10:05 +0000
pyxplot (0.6.3.1+ds-2) UNRELEASED; urgency=low
* Fix copyright file; it now mentions how we turn upstream's source archive
into the one used for this package.
* Make the new-upstream script easier to call manually, as opposed to
automatically from uscan(1): if the --upstream_version argument is not
specified on the command line, don't run uupdate(1) after repacking the
upstream tarball.
-- Sam Morris <sam@robots.org.uk> Sat, 15 Sep 2007 18:24:00 +0100
pyxplot (0.6.3.1+ds-1) UNRELEASED; urgency=low
* Repack upstream tarball to remove contained PyX tarball and HTML
documentation.
+ 200_build-docs-verbose.patch: don't try to unpack PyX's tarball and
install it along with PyXPlot.
+ No longer any need to build-depend on imagemagick.
+ No longer any need to specify DEB_TARBALL in rules file.
* Introduce debian/new-upstream which does this for us automatically for
a new usptream release; call this script from the watch file.
-- Sam Morris <sam@robots.org.uk> Sat, 15 Sep 2007 00:24:45 +0100
pyxplot (0.6.3.1-2) UNRELEASED; urgency=low
* Rename debian/README to debian/README.Debian.
* Tighten strictness of dependency on python-pyx (as advised by upstream)
since PyX's API changes break PyXPlot with every new release.
* Build the documentation in HTML format; also build-depend on
python-plastex.
* Now that the HTML documentation is built, there is no longer any need to
prevent its removal during clean; therefore express the remaining changes
to doc/Makefile in the form of 200_build-docs-verbose.patch.
* Add a debian/watch file.
-- Sam Morris <sam@robots.org.uk> Sun, 19 Aug 2007 03:26:26 +0100
pyxplot (0.6.3.1-1) UNRELEASED; urgency=low
* Not a new upstream release... I just didn't notice that the previous
version was really 0.6.3.1.
* No longer use tarball-in-a-tarball build system.
* Set DEB_TARBALL to empty value in rules file so that cdbs does not
create PyX-0.9.tar.gz.cdbs-config_list.
* Drop build-dependency on obsolete tetex-bin.
* Patch doc/Makefile directly in the Debian source patch to prevent HTML
documentation from being removed on clean. Also prevent LaTeX's output
from being sent to /dev/null.
* Install shipped documentation in HTML format, and register it with
doc-base.
* Register PDF documentation with doc-base.
* Build-depend on textlive-latex-recommended and textlive-fonts-recommended
so that the documentation will build.
* Build-depend on python-pyx (since it's used directly by pyxplot).
Currently I think at build-time the pyx module shipped inside the pyxplot
sources is used... if I later remove this then I'll need Debian's package
of pyx to be installed.
-- Sam Morris <sam@robots.org.uk> Wed, 16 May 2007 23:25:02 +0100
pyxplot (0.6.3-2) UNRELEASED; urgency=low
* Invoke gv(1) correctly (the - character in '-watch' was ommitted).
* No need to remove build-stamp in clean, it was cruft from an earlier
version of the package.
-- Sam Morris <sam@robots.org.uk> Wed, 16 May 2007 21:12:48 +0100
pyxplot (0.6.3-1) UNRELEASED; urgency=low
* Initial release (closes: #405300).
-- Sam Morris <sam@robots.org.uk> Tue, 3 Apr 2007 17:26:26 +0100
|