summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-28Bump shlibsdebian/2.6.15-1Mike Hommey2-2/+4
2004-10-28New upstream releaseMike Hommey132-2075/+4331
2004-10-28Load /tmp/tmp.SgII7T/libxml2-2.6.15 intoupstream/2.6.15Mike Hommey129-1801/+4231
packages/libxml2/branches/upstream/current.
2004-10-16Merge last changes to 2.6.11-4 into trunkdebian/2.6.14-1Mike Hommey3-8/+6
2004-10-16Add changes from 2.6.11-4 and update changelog. This will be version 2.6.14-1.Mike Hommey3-24/+32
2004-10-15debian/libxml2-python2.3: don't install .a and .la files.Mike Hommey2-2/+8
2004-10-14* debian/rules:Avoid compression of both python examples and documentation.Mike Hommey10-21/+95
* Reorganization in documentation: + debian/libxml2-doc.examples: removed, they will get installed by libxml2-doc.install, and we don't ship gjob* examples anymore, they have been superseded by a lot of better examples. + debian/libxml2-doc.install, debian/rules: changed the way files are installed in the libxml2-doc package, and their location. + debian/libxml2-doc.doc-base: changed the location of the documentation base to fit the new one. + doc/examples/index.html: generated this file from examples.x?l by hand. It would otherwise require a build dependency on xsltproc, itself depending upon libxml2... wouldn't be very reasonnable. * debian/no-upstream-changelog, debian/rules, debian/libxml2-dev.dirs, debian/libxml2-utils.dirs: /usr/share/doc directories have been replaced by a symbolic link in packages libxml2-utils and libxml2-dev. In libxml2-python2.3, all files but TODO are symlinks to the corresponding file from libxml2. The one from libxml2-doc is replaced by an explicative text saying where to find it and why it has been (re)moved. That will save some space in the archive, especially considering this file is constantly growing.
2004-10-13Ran autotools and changed dh_makeshlibs call in debian/rules.Mike Hommey4-914/+970
2004-10-13New upstream releaseMike Hommey110-11371/+82330
2004-10-13Load /tmp/tmp.zzO3vU/libxml2-2.6.14 intoupstream/2.6.14Mike Hommey109-10453/+81457
packages/libxml2/branches/upstream/current.
2004-10-13Minor change to the changelogMike Hommey1-0/+2
2004-09-12Release 2.6.13-1 for experimentalMike Hommey2-4/+7
2004-09-10New upstreamMike Hommey398-4640/+11921
2004-09-10Load /tmp/tmp.BmUFjT/libxml2-2.6.13 intoupstream/2.6.13Mike Hommey394-4575/+11801
packages/libxml2/branches/upstream/current.
2004-07-31Note to self: never assume you're done with something, especially when you ↵debian/2.6.11-3Mike Hommey2-6/+5
had to leave 5 minutes after doing it. NOW, the workarounds work for svn-buildpackage AND dpkg-buildpackage. So, THIS ONE is 2.6.11-3.
2004-07-31Cosmetic fixMike Hommey1-0/+1
2004-07-31NOW, it must be okayMike Hommey2-5/+12
2004-07-31Woops, the restore workaround was in clean target, not installMike Hommey1-7/+7
2004-07-31debian/rules: Backup files that are removed or modified by upstream build ↵Mike Hommey2-7/+21
system and restore them so that calling the clean target actually gives the same tree as before a build. debian/changelog: removed the NOT RELEASED YET message. This will be 2.6.11-3.
2004-07-31python/drv_libxml2.py: add encoding declaration. Closes: #259526.Mike Hommey2-1/+3
2004-07-30debian/control: add a space between gcc-3.2 and [hppa]. Closes: #262101.Mike Hommey2-1/+8
2004-07-21Fix for hppa toolchain bug by Andreas Metzlerdebian/2.6.11-2Mike Hommey3-2/+14
2004-07-06Final changes for 2.6.11-1. (I guess)debian/2.6.11-1Mike Hommey2-4/+6
2004-07-06New upstream release merged. Applied autogen.sh. Removed debian changes to ↵Mike Hommey410-5890/+59683
libxml.m4, since they have been included upstream.
2004-07-06Load /tmp/tmp.DIvcnD/libxml2-2.6.11 intoupstream/2.6.11Mike Hommey410-6104/+59794
packages/libxml2/branches/upstream/current.
2004-06-02debian/control: changed deps on libz-dev to zlib1g-dev | libz-dev.debian/2.6.10-3Mike Hommey3-20/+41
debian/rules: made binary-indep target actually build the libxml2-doc package which is Arch: all.
2004-05-27Forgot to log some changes in the changelog.debian/2.6.10-2Mike Hommey1-1/+2
2004-05-27debian/watch: updated the watch file to exclude the cvs-snapshot from the scope.Mike Hommey4-202/+20
debian/rules: rename libxml.m4 to libxml2.m4 in the /usr/share/aclocal directory. libxml.m4: removed the AM_PATH_XML macro which is a macro for checking libxml, not libxml2.
2004-05-18Added the autogen.sh taken from libxslt and ran it.debian/2.6.10-1Mike Hommey14-372/+681
2004-05-17Finalize release 2.6.10-1Mike Hommey5-106/+333
2004-05-17New upstream releaseMike Hommey164-1243/+2827
2004-05-17Load /tmp/tmp.QVLX5b/libxml2-2.6.10 intoupstream/2.6.10Mike Hommey163-1243/+2821
packages/libxml2/branches/upstream/current.
2004-04-27Enable AM_MAINTAINER_MODE and re-run the autotools suite.debian/2.6.9-2Mike Hommey12-147/+274
2004-04-19Stupidly forgot a \debian/2.6.9-1Mike Hommey1-1/+1
2004-04-19Changed once more the python/libxml2-py.c workaround to finally work really ↵Mike Hommey2-4/+8
properly.
2004-04-19Oops, should not have removed the libxml2-py.c workaround. Put it back.Mike Hommey2-2/+5
Put the changelog in releaseable state.
2004-04-19Merged with upstream 2.6.9.Mike Hommey131-1811/+4084
Ran all the autotools suite, especially the latest libtool. debian/rules: Removed all python file removals since these files get now correctly removed upstream.
2004-04-19Load /tmp/tmp.LovooJ/libxml2-2.6.9 intoupstream/2.6.9Mike Hommey127-403/+2551
packages/libxml2/branches/upstream/current.
2004-04-17Updating the changelog to reflect the 2.6.8-1.1 NMU.debian/2.6.8-2Graham Wilson1-4/+13
2004-04-17Set the urgency to high.Mike Hommey1-2/+3
2004-04-14Changed the changelog message for the libxml2-py.c issue, since it was not ↵Mike Hommey1-3/+3
acurate in the end...
2004-04-14Final changes to the debian/rules file to finally make the ↵Mike Hommey1-3/+5
python/libxml2-py.c thingy work.
2004-04-14debian/rules: Changed the backup file name for python/libxml2-py.c, which ↵Mike Hommey2-5/+6
seemed to be removed by some Makefile at the wrong moment. debian/changelog: Put it in a releasable state for 2.6.8-2. This might be the last commit before release.
2004-04-10debian/control: Added dependency on libz-dev for libxml2-dev. Closes: #242683.Mike Hommey2-3/+5
2004-04-07Added missing changes for release 2.6.8-1.Mike Hommey1-3/+10
Converted changelog file to UTF-8.
2004-04-05debian/control: Updated section for libxml2-doc packageMike Hommey2-2/+3
2004-03-29New changelog entry for next releaseMike Hommey1-0/+6
2004-03-29Try to circumvent new troubles with the python/libxml2-py.c withdebian/2.6.8-1Mike Hommey1-1/+3
svn-buildpackage not wanting to make the build (the file used to be removed because it was modified by the build).
2004-03-29Add executable property to debian/rulesMike Hommey1-0/+0
2004-03-25Added the Debian specific changes into trunk.Mike Hommey19-22/+1175