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
|
xml2 (0.4-3) unstable; urgency=low
* Updated maintainer email address
* Add a file README.source to document the patch handling
* Updated Standards-Version
* 2csv: Include a patch to not segfault, if there are empty values.
(Closes: #499610)
* Fix some minor mistakes in the manpage
* Update to debconf 7 and simplify debian/rules
* Switch to quilt as a patchsystem
* Add debian/manpages
* Stop using 'dh_clean -k'
* Update Vcs-Headers to reflect switch to git
-- Patrick Schoenfeld <schoenfeld@debian.org> Thu, 03 Dec 2009 11:09:31 +0100
xml2 (0.4-2) unstable; urgency=low
* Added dpatch as a patch system
* Transition to libxml2:
+ Added a patch to use libxml2 instead of libxml
Thanks to Daniel Leidert for the patch.
+ Changed build-depend for libxml-dev to libxml2-dev
(Closes: #470013)
* Added build-depends on autotools-dev, autoconf and automake,
because configure needs to be regenerated
(it is being patched by the libxml2 patch)
* Moved every action configure does to a newly created configure-stamp
target and run autoreconf before running configure
* Delete autoconf files in clean target (they are being re-generated in the
configure-stamp rule)
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Mon, 10 Mar 2008 10:38:58 +0100
xml2 (0.4-1) unstable; urgency=low
* New upstream release:
+ Autoconf is used to build the package
* Updating debian/rules to use autoconf to configure, make and install
the progam files
* Added a build-depend on pkg-config in order to let configure function
properly
* Updated debian/copyright to include the year of the copyright to fix a
lintian warning
* Added a manpage (Closes: #388582)
* Added debian/links with link targets and change dh_link call in
debian/rules file accordingly.
* Decreased debhelper compat level to 5 as compat level 6 is not really
needed and its easier for backporters this way.
* Added ${misc:Depends} to binary package depends, if debhelpers should
make use of them
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Thu, 07 Feb 2008 20:51:27 +0100
xml2 (0.3-2) unstable; urgency=low
* New maintainer (Closes: #455008)
* Added a watch file
* Change to debhelper as a buildsystem:
+ Added build-depend on debhelper
+ Added debian/compat file
+ Rewritten debian/rules to use debhelper
* Updated Standards-Version (Closes: #263367)
* Updated copyright file; included license excerpt
* Added Vcs-headers to debian/control
* Added the new Homepage field to debian/control
* Install html2 and 2html as symlinks (Closes: #111606)
* Removed post-installation and pre-removal scripts because they are not
needed anymore
-- Patrick Schoenfeld <schoenfeld@in-medias-res.com> Sun, 27 Jan 2008 15:13:14 +0100
xml2 (0.3-1.1) unstable; urgency=low
* Non-maintainer upload.
* Get rid of the /usr/doc link in postinst (Closes: #359608).
* Remove build-essential gzip from build-depends.
* Fix the copyright file
* Updated standards version, no changes needed
-- Amaya Rodrigo Sastre <amaya@debian.org> Sun, 16 Jul 2006 15:41:28 +0200
xml2 (0.3-1) unstable; urgency=low
* Initial Release.
-- Tommi Virtanen <tv@debian.org> Sun, 24 Jun 2001 22:13:30 +0300
|