* Team upload.
* Refresh patches using Gbp Pq.
* Add patch from upstream to fix FTBFS in ia64. Closes: #881818
* Declare that libxslt can be built without root, R³:no.
* Team upload.
* Upload to unstable.
* Add patch from upstream to fix FTBFS with glibc 2.26. Closes: #880038
* Team upload.
* d/upstream/signing-key.asc: add Daniel Veillard's gpg key to allow
cryptographic verification of the upstream tarballs.
* d/patches/0003-fix-typo.patch: forward to upstream.
* d/control: Bump Standards-Version to 4.1.1:
+ Move packages from the deprecated section:extra to section:optional.
* d/rules:
+ Use /usr/share/dpkg/architecture.mk instead of calling dpkg-architecture.
+ Let dh_auto_configure deal with buildflags from the environment, and
use dpkg-buildflags to set -Wl,--as-needed.
+ Move xsltconfig.h to a multi-arch location. Closes: #834714
Thanks to Hugh McMaster <hugh.mcmaster@outlook.com> for the initial patch.
* Non-maintainer upload.
* Build-Depends on rename, fixes FTBFS, thanks Adrian Bunk (Closes: #876601)
* Build-Depends on libgcrypt20-dev instead of transitional libgcrypt11-dev,
thanks Andreas Metzler (Closes: #864120)
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #841384)
+ Drop unsatisfiable binutils dependency: Always satisfied natively even
in wheezy.
+ Use cross-compatible python Build-Depends.
+ Annotate Build-Depends: perl with :any.
+ Do not pass CC=cc to configure.
* Non-maintainer upload.
* Check for integer overflow in xsltAddTextString (CVE-2017-5029)
(Closes: #858546)
* Team upload.
* Bump debhelper compat level to 10.
+ --parallel is now default
+ --with autoreconf is now default
* Add patch from upstream to fix a heap overread which could cause remote
arbitrary code execution or denial of service.
Closes: #842570 — CVE-2016-4738
* Imported Upstream version 1.1.29 (Closes: #826446)
* Remove patches which have been merged upstream
* Remove plugin option in xslt-config as it has arch-dep string
* Link libxslt with libm (Closes: #801989, #721602)
* Add --parallel in debian/rules.
* Team upload.
* Replace the SOURCE_DATE_EPOCH patch with the one actually committed upstream
[ Gianfranco Costamagna ]
* Team upload.
* Upload to unstable.
* Bump std-version to 3.9.8.
* Acknowledge previous NMU, thanks carnil!
* Add dh-python to build-depends
[ Jérémy Bobbio ]
* Add a patch from upstream to make generate-id() provide stable IDs.
Thanks to Daniel Veillard. Closes: #823857
[ Dhole ]
* Honour SOURCE_DATE_EPOCH when embedding timestamps in docs. Closes: #791815
[ Mattia Rizzolo ]
* Run wrap-and-sort.
* Use HTTPS in Vcs-* fields.
* Non-maintainer upload.
* Add 0009-Fix-for-type-confusion-in-preprocessing-attributes.patch patch.
CVE-2015-7995: Type confusion in preprocessing attributes leading to
denial of service. (Closes: #802971)
* debian/patches/000[4-8].patch:
Upstream post release patches.
[ YunQiang Su ]
* Imported Upstream version 1.1.28
* Workaround xsltMaxVars version number (Closes: #698955)
* Refresh patches
* Correct email address of YunQiang Su
* Mark libxslt1-dev as Multi-Arch: same (Closes: #689091)
[ Aron Xu ]
* Use canonical VCS-* fields.
* Remove unused override: python-libxslt1-dbg: hardening-no-relro
* New upstream release (Closes: #448205, #683353)
* debian/rules:
+ Add hardening flags for dbg package in LDFLAGS (Closes: #681163)
* debian/control:
- std-ver: 3.9.3 -> 3.9.4, no change required.
* Patch to fix CVE-2012-2825 (Closes: #679283).
[ Aron Xu ]
* New maintainer (Closes: #654177)
* debian/rules: small improvements, stop shipping .la files.
* debian/control: mark libxslt1-dev as not M-A (Closes: #671902).
[ YunQiang Su ]
* Convert to 3.0 source format.
* Byte-compile Python modules again (Closes: #671901).
* QA upload.
* Bump standards version to 3.9.3.
* Apply Steve Langasek's patch to enable multiarch (closes: #643034).
* Fix cve-2011-3970: out-of-bounds array access issue (closes: #660650).
* Bump debian/compat to 9 and enable hardened build flags (closes: #655601).
* Eliminate system config.sub and config.guess from the debian diff
(closes: #670799).
* QA upload.
* Fix building for real: (Closes: #666333)
- make(1) targets accumulate, they do not replace
- You absolutely must not have a build-% (wildcard) target!
- Never have a directory (or file) with the same name as a
(phony) target, as it will prevent the target from being
run while that file/directory exists, with varying messages
=> rename ./build/ to builddir and build-% to dobuild-%
Discovered while trying to hand-fix an m68k build.
* Throw in some lintian fixes (manpage, spelling) for good measure.
* QA upload.
* Set maintainer to Debian QA Group <packages@qa.debian.org>
* Clear uploaders
* Fix building with build-arch. Closes: 666333.
* debian/rules:
- Empty dependency_libs in .la files. Closes: #633337.
- Add --with python2 to dh call.
* debian/control:
- Remove build dependency on python-support.
- Build depend on python-all-dev >= 2.6.6-3~.
- Remove XB-Python-Version header.
- Bump Standards-Version to 3.9.2.0. No changes required.
* debian/pycompat: Removed.
* libxslt/functions.c: Fix generate-id() to not expose object addresses.
Closes: #617413. Fixes: CVE-2011-1202.
* debian/python-libxslt1-dbg.preinst: Add preinst snippet to remove
/usr/share/doc/python-libxslt1-dbg symlink on Ubuntu. This is an
Ubuntu-only fix, but allows Ubuntu to just use the Debian package
without further modifications.
Closes: #587910.
* debian/rules: Avoid possible renaming of _d.so files to _d_d.so files in
the install-python%-dbg rules.
* debian/control:
- Add missing dependency on python-libxml2-dbg to python-libxslt1-dbg.
- Remove old Conflicts/Replaces for packages that have disappeared before
etch.
- Bump Standards-Version to 3.9.0.0.
- Add Homepage.
- Add Vcs-{Git,Browser} fields.
* debian/rules:
- Refactor configure-% and build-% rules.
- Hack to link with -Wl,--as-needed.
* debian/python-libxslt1.install: Don't hardcode site-/dist-packages in
.install. Cope with builds which don't have any dist-packages (or
site-packages) based python versions. Thanks Loïc Minier.
* debian/control:
- Add missing XB-Python-Version to python-libxslt1.
- Mention the version of XSLT implemented. Closes: #579244.
- Fix typo in libxslt1-dev package description. Closes: #579241.
* debian/control, debian/python-libxslt1-dbg.install, debian/rules: Add a
python-libxslt1-dbg package.
* doc/xsltproc.xml, doc/xsltproc.1: Document what happens when there is
no output and -o is specified. Closes: #539890.
* debian/compat: Switch to debhelper compat level 7.
* debian/control: Build depend on debhelper >= 7.0.50~.
* debian/rules:
+ Remove old source and diff rules. They only displayed a message
inviting to use dpkg-source -b.
+ Remove workarounds for modified and deleted files. The modified file
is not modified anymore, and as we're not using svn-buildpackage we
also don't care about deleted files anymore.
+ Trust dpkg-buildpackage to set the CFLAGS.
+ Change the way python libs are built. We now use configure to set
different environment with and without python, and arrange things so
that we don't have to build the base libxslt library several times.
+ Use a common cache for main and python configure passes.
+ Modify libexslt.la in place in debian/tmp.
+ Switch to dh.
+ Deduplicate in /usr/lib/pyshared, not
/usr/lib/python-support/python-libxslt1.
* debian/python-libxslt1.install: Install python files from
/usr/lib/python*/dist-packages.
* python/Makefile.am, python/Makefile.in, python/generator.py: Don't
generate python API intermediate files in $srcdir.
* debian/libxslt1-dev.install: Install libexslt.la with dh_install.
* debian/control:
+ Add missing ${misc:Depends}.
+ Bump Standards-Version to 3.8.4.0.
+ Put libxslt1-dbg in section debug.
* debian/libxslt1-dev.install: Install /usr/share/aclocal files.
Closes: #569066.
* debian/rules, debian/libxslt1.1.symbols: Add symbols file and bump
shlibs. Closes: #563399.
* New upstream release.
+ Allow both --xinclude and --output options at the same time in xsltproc.
Closes: #497585.
* libexslt/crypto.c: Apply upstream fix for CVE-2008-2935. Closes: #493162.
* New upstream release.
* Fix for CVE-2008-1767: buffer overflow in pattern.c. Closes: #482664.
* New upstream release.
* debian/control:
+ Bumped Standards-Version to 3.7.3.0. No changes.
+ Use ${binary:Version} instead of ${Source-Version}.
+ Fixed spelling error for "Python".
* debian/rules:
+ Make dpkg-shlibdeps fail when symbols are missing.
+ Don't ignore make distclean errors.
* debian/copyright: Convert to UTF-8.
* debian/libxslt1-dev.doc-base: Changed section to fit doc-base sections
changes.
* New upstream release.
* libxslt/xslt.c: Removed the exclude-result-prefix change making some
transformations crash. This reversal has also been done upstream.
Closes: #434300.
* New upstream release.
* debian/rules: Leave shlibs version to >= 1.1.18: no new symbols.
* New upstream release.
* debian/rules: Leave shlibs version to >= 1.1.18, since the only added
symbols are not supposed to be used (i.e. documented as such), but are
necessary for libexslt.
* New upstream release
* debian/rules: Set shlibs version to >= 1.1.18.
* libxslt/transform.c: Patch from upstream CVS to fix hangs and segfaults
when processing XCB protocol definitions. Closes: #398327, again.
* libxslt/variables.c: Patch from upstream CVS to fix hangs and segfaults
when processing XCB protocol definitions. Closes: #398327.
* libxslt/transform.c: Added a missing * to the previous patch. No real
problem posed by it missing, but since upstream applied the patch with
it and it's cleaner...
* libxslt/transform.c:
+ Don't lose context namespaces in some recursive cases. Closes: #399010
+ Took patch from upstream CVS for copy-of issue with entities.
Closes: #397395
* Set urgency to high since we fix RC regressions.
* New upstream release:
+ Fixes xsl:variable with node sets. Closes: #381597.
+ Honors disable-output-escaping in xhtml 1.0 style element.
Closes: #395210.
+ Supports XInclude processing on XSL stylesheets. Closes: #395210.
+ Correctly handles xsl:param names with namespaces. Closes: #389023.
* debian/control:
+ Bumped Standards-Version to 3.7.2.2. No changes required.
+ Build depend on libxml2 >= 2.6.27, and adapt other dependencies
accordingly.
* xsltproc/xsltproc.c: Reverted patch to allow xsltproc to do XInclude
processing. Closes: #389694. Reopens: #383408.
* xsltproc/xsltproc.c: Return an error code 11 if there was an error while
writing the output file. Note that this doesn't make a difference between
permission error, parent directory existance or out of space errors.
Closes: #356486.
* doc/xsltproc.1, doc/xsltproc.html, doc/xsltproc.xml: Updated documentation
accordingly.
* xsltproc/xsltproc.c: Applied patch from upstream CVS to allow xsltproc to
do XInclude processing. Closes: #383408.
* debian/libxslt1.install: Really removed.
* debian/control:
+ Force build against latest libxml2 with "hacked" .la file so that
libxslt's .la file doesn't contain spurious dependencies.
+ Bump Standards-Version to 3.7.2.1: no changes required.
* debian/libxslt-dev.install: Don't install libexslt.la.
* debian/rules: Filter out dependency_libs in libexslt.la.
The 2 latter changes fix build issues with libtool, though it breaks
static linking with libtool, which was already broken by libxml2 anyway.
We recommend the use of pkg-config --static --libs instead.
Closes: #379714.
* xst-config.in: Fix --static output to use xml2-config.
* The slithering release.
* debian/python-libxslt1.examples.in: Renamed to
debian/python-libxslt1.examples
* debian/python-libxslt1.install.in: Renamed to
debian/python-libxslt1.install, and replaced PYVERS by a wildcard.
* debian/control:
+ Adapted dependencies to fit all changes.
+ Added fields required by new Python policy.
+ Added fields necessary for flawless transition.
+ Replaced dummy python-libxslt1 package by a full real package which
itself replaces python2.x-libxslt1 packages, depending on
python-libxml2.
* debian/rules:
+ Changed rules to get the python versions we want to build for and
adapted some rules to fit with the new setting.
+ Changed shell loops to make loops.
+ In case python binary modules are identical (and they are, but they
may not be with future versions of the python headers), replace some
of them with symbolic links.
+ Adapted rules to the fact we're installing in only one python package
instead of several.
* debian/pycompat: Set to 2, for new Python policy. Closes: #373457.
* debian/control:
+ Removed Build-Dep on zlib1g-dev and python2.x-libxml2.
+ Removed dependency on zlib1g-dev and libgcrypt11-dev for libxslt1-dev.
+ Force building against libxml2-dev >= 2.6.26.dfsg-2 so that we son't get
linked against indirect dependencies.
* NEWS: Updated. Closes: #372755.
* libexslt.pc.in, libxslt.pc.in: Split Libs in Libs and Libs.private.
* configure.in, configure: Adapted to fill the variables correctly for
libraries.
* xslt-config.in: Added a --static option to add to --libs so that we can
split what is needed when building statically and what is needed when
building dynamically.
* debian/watch: Updated.
* New upstream release.
* debian/control: Build depend on libxml2 >= 2.6.25, and adapt other
dependencies accordingly.
* Urgency set to high, since we fix a serious bug.
* debian/rules: Use $(CURDIR) instead of $(PWD). Fix FTBFS when using sudo
as rootcmd. Thanks Steve Langasek for pointing out that. Closes: #368872.
* debian/libxslt1-dev.doc-base:
Remove /usr/share/doc/libxslt1-dev/EXSLT/*.html, since there are no such
files in the directory.
* debian/control: Bumped Standards-Version to 3.7.2.0. No changes needed.
* New upstream release.
* debian/control: Changed libxslt1-dbg's priority to extra. Also removed
priority optional on other packages since they inherit it from the source
package.
* debian/control: Bumped Standards-Version to 3.7.0.0. No changes needed.
* libxslt/Makefile.am, libxslt/Makefile.in: Fixed libxslt-plugins directory
creation.
* debian/rules:
+ Correctly strip python modules.
+ Added dh_compress in binary-indep, so that the changelog gets compressed.
+ Also added some more debhelper stuff in binary-indep (dh_installdeb and
dh_fixperms). It's better to have these just in case.
* debian/control: Removed python2.2-libxslt and build-dep on python2.2-dev
and python2.2-libxml2. Closes: #351126.
* doc/xsltproc.xml, doc/xsltproc.1: Applied patch from upstream cvs. That
improves the manual page by many ways, and Closes: #345496, #353557.
Thanks Daniel Leidert.
* doc/xsltproc.html: Manually updated with changes from the .xml file.
* libxslt/preproc.c:
+ Fixed spurious free() when xsl:number/@lang is present.
+ Fixed spurious free() when xsl:number/@level has an invalid value.
+ Added a message about the fact that xsl:number/@lang is no implemented.
Closes: #347542.
* debian/control, debian/rules: Added a libxslt1-dbg package containing
debug symlbols for the library and the utilities. We don't provide the
symbols for the python modules, though.
* debian/control, debian/compat: Adjust build dependencies and debhelper
compatibility accordingly.
* autogen.sh: Use automake1.9, as upstream does, and run it.
* python/libxslt-python-api.xml: Fixed some Python accessor functions.
Closes: #326982.
* libxslt/pattern.c: Fixed problem in internal XPath compilation
of patterns including variables. Closes: #334784.
* debian/control: Bumped Standards-Version to 3.6.2.1. No changes needed.
* New upstream release
* debian/control: Removed dummy package. Closes: #322053.
* configure.in, Makefile.am, debian/control, debian/rules: Removed support
for deprecated libxsltbreakpoint.
* breakpoint/, debian/libxslt1.install: Removed.
* The "Sarge got released but I was offline, so couldn't upload" release.
* New upstream release.
* debian/control: Depends on libxml2 >= 2.6.17.
* The "Let's do it cleaner" release.
* debian/rules: fix installation of python files and make proper use of
DESTDIR at install time.
* debian/watch: use svn-upgrade instead of uupdate.
* debian/control, debian/rules, debian/python-libxslt1.*.in:
Added support for several python bindings packages. Currently for python
2.2, 2.3 and 2.4.
* debian/python2.3-libxslt1.*: Removed.
* debian/control: Some clean-up in dependencies.
* Urgency set to high because we avoid breaking packages depending on us
when we don't properly bytecompile our python bindings.
* debian/rules: Call dh_python. We now get proper maintainer scripts for
bytecompiling files at install time and removing them at removal time.
* debian/control: Adjust build dependencies accordingly.
* debian/control: Oops, build-deps still depended on the transitional
package libxml2-python2.3. Now fixed. Closes: #293828.
* Upload to unstable, targetted for sarge.
* Changed my maintainer address to the fresh new Debian one.
* debian/rules: Added changelog and copyright files in dummy package.
* debian/libxslt1-dev.doc-base: Fixed files sections. Closes: #281244.
* debian/control: Added a dummy libxslt1-python2.3 package for smooth
transition. Removed conflict of python2.3-libxslt1 on libxslt1-python2.3.
* debian/rules: Added rules to build the dummy libxslt1-python2.3 package.
* debian/control:
+ Build-dep against libxml2 >= 2.6.15. Closes: #280129.
+ Changed libxslt1-python2.3's name to python2.3-libxslt1.
* debian/libxslt1-python2.3.*: Renamed to python2.3-libxslt1.*.
* libexslt/date.c: Fixes for date:{day-of|}week-in-month functions.
Closes: #279924, #279926.
* New upstream release
* New upstream release
* doc/EXSLT/API*, doc/EXSLT/html: Added missing documentation in upstream
tarball.
* Changed the way we install docs.
+ debian/*.docs: removed.
+ debian/rules: added common documents to dh_installdocs ; manually
install documentation in /usr/share/doc/libxslt1-dev.
+ debian/libxslt1-dev.install: install documentation through that file.
+ debian/libxslt1-dev.doc-base: Fit the new documentation location.
* debian/libxslt1-python2.3.install: don't install .a and .la files.
* debian/rules: don't compress examples. Closes: #275771
* debian/xsltproc.presubj, debian/rules: removed reportbug pre-subject
message.
* debian/README.Debian: Added a recommendation to upgrade package if user
needs heavy standards compliance.
* debian/control: Build-depends upon libgcrypt11-dev for crypto extensions
to libexslt. That avoids libxslt not building the crypto extensions when
it is not present.
Added dependency on libgcrypt11-dev to libxslt1-dev to avoid bugs like
#265952 in third party packages.
Programs linking to libexslt don't need to be rebuilt since the ABI with
or without is the same. It's just that crypto extensions won't work.
* Urgency set to high because that is quite annoying to not provide the same
functionalities on different arches in a release.
* debian/control: Remove Build-Depends on python.
* debian/rules: Several changes to the build system, including additions
of workarounds for svn-buildpackage and dpkg-buildpackage to be idempotent.
* debian/*.install: Removed all references to manual pages.
* debian/*.manpages: Added appropriate references to manual pages.
* Add a Build-Depends on python (closes: #260579)
* New upstream release
* debian/watch: Added a watch file for DEHS.
* New upstream release
* debian/libxslt1-dev.doc-base: Changed Index. Closes: #227035.
* New upstream release
* debian/rules: Added a workaround for python/libxslt-py.c file to recover
its original state after build (to avoid pollution of svn and diff file).
* debian/control:
+ Added dependency on libz-dev for libxslt1-dev.
+ Changed the Build dependency on python-dev to python2.3-dev, since
we are building libxslt1-python_2.3_.
* New upstream release
- Build depend and depend on libxml2 >= 2.6.8.
* New maintainer upload
* Maintainer set to Debian SGML/XML Group ; added myself to Uploaders
* NMU, the new version is needed by gnome2.6.
* New upstream release (Closes: #239682).
* Conflict with libxslt1 less than 1.1.2-2. (closes: #227239, #227242)
* Urgency high because this really needs to go into testing.
* In docs/, only build the man page (I can't make up my mind).
* Move autogen.sh into the toplevel directory.
* Fix doc-base file.
* Fix typo in description. (closes: #225629)
* Make libxslt1 only provide the deprecated libxsltbreakpoint, and just
depend on libxslt1.1 for the rest of it. This should alleviate the
breakage. (closes: #226660, #226866)
* New upstream release.
* Build the docs; it can't really hurt.
* Change URL in xsltproc presubj file.
* libxslt1 -> libxslt1.1 since libxsltbreakpoint was dropped. Thanks
to Steve Langasek for the help. (closes: #224647, #224824)
* Don't prevent autogenerated files from being modified.
* New upstream release.
- Build depend and depend on libxml2 >= 2.6.3.
* Documentation:
- Temporarily install docs into a version-independent directory, so
we don't have to change it every time.
- Don't ever rebuild the docs.
* Add a presubj file for xsltproc.
* Link against the recently-built libxslt, not the one that might be
installed. (closes: #215964)
* Run debian/save even if not executable. (closes: #211386)
* New maintainer. (closes: #210203)
* New upstream version.
* Attempt to update description. (closes: #209780)
* Convert changelog to UTF-8.
* Increment standards version.
* Use automake 1.6 in autogen.sh, instead of 1.7.
* Save and restore files that autotools modify or remove.
* New upstream release
- fixes preventing a new attribute from replacing the old one
(closes: Bug#194581)
- fixes xsltproc segfaulting on valid markup
(closes: Bug#193823)
- verified XML entities are retrieved locally per catalog entries
(closes: Bug#116877)
* debian/control: upgraded build dependencies on 'libxml2*' to '=> 2.5.10'
* debian/control: changed build dependency on 'python2.3-dev' to 'python-dev'
* debian/control: added build dependency on 'zlib1g-dev (>= 1:1.1.4)'
* New upstream release
* debian/control: upgraded build dependencies on 'libxml2*' to '=> 2.5.8'
* debian/control: upgraded to Debian Policy 3.6.0 (no changes)
* migrated from python2.2 to python2.3
(closes: Bug#205070)
* libxslt1-python2.2: added examples
(closes: Bug#197067)
* debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
* Added debian/TODO
* debian/control: upgraded to Debian Policy 3.5.10 (no changes)
* rebuild against libxml2 v2.5.7
- fixes improper linking resulting in unresolved symbols
(closes: Bug#193521, Bug#191014, Bug#194115)
- fixes incorrectly processing of references with id
(closes: Bug#194174)
* New upstream release
* debian/rules: moved debhelper compatibility level setting to
'debian/compat' per latest debhelper best practices
* breakpoint/Makefile.am: added proper inter-library dependency information
(closes: Bug#193452)
* debian/*.docs: added NEWS
* New upstream release
(closes: Bug#188003)
* debian/control: updated (build) dependency on 'libxml2*' to
'>= 2.5.6' (per configure.in script)
* debian/control: upgraded to Debian Policy 3.5.9 (no changes)
* debian/control: updated sections according to latest archive changes:
- 'libxslt1-dev' from 'devel' to 'libdevel'
- 'libxslt1-python2.2' from 'libs' to 'python'
* New upstream release
* debian/control: updated (build) dependency on 'libxml2-dev' to
'>= 2.5.2' (per configure.in script)
* debian/control: added missing (build) dependency on 'libxml2-python2.2'
* Provide python bindings in 'libxslt1-python2.2'
(closes: Bug#174061)
* New upstream release
(closes: Bug#126891, Bug#154730)
- libxslt/xslt.h: defines 'LIBXSLT_PUBLIC' properly
(closes: Bug#127214)
- xsltproc: fixed namespace error
(closes: Bug#152026, Bug#162294)
- xsltproc: fixed to not segfault on errors
(closes: Bug#158074)
- libxslt: fixed to not create .memdump files
(closes: Bug#143165)
- updated xsltproc manual page
(closes: Bug#162990, Bug#174078)
* debian/rules: upgraded to debhelper v4
* debian/control: changed build dependency on 'debhelper' accordingly
* debian/rules: added explicit build options
* debian/rules: completed support for DEB_BUILD_OPTIONS
* debian/rules: converted to 'autogen.sh'
(closes: Bug#176553)
* debian/control: removed obsolete build dependency on 'autotools-dev'
(closes: Bug#162910)
* debian/rules: converted to 'dh_install'
- debian/libxslt1-dev.install: included pkg-config files
(closes: Bug#127881)
- debian/libxslt1-dev.install: included manual pages
(closes: Bug#113449)
* debian/rules: complete overhaul and clean-up
* debian/control: added 'Priority' to each package
* debian/control: added 'Provides: libxslt-dev' to 'libxslt1-dev'
* debian/control: changed 'Conflicts: libxslt0-dev' into
'Conflicts: libxslt-dev, libxslt0-dev' for 'libxslt1-dev'
* debian/control: changed dependency for package 'libxslt1-dev' on the
C library from 'libc6-dev' to 'libc6-dev | libc-dev'
* debian/control: changed (build) dependency on 'libxml2-dev' to
'>= 2.2.12' (per configure.in script)
* debian/control: changed short description of packages 'libxslt1-dev'
and 'libxslt1'
* debian/copyright: changed 'Authors(s)' into 'Authors' (lintian warning)
* debian/libxslt1-dev.docs: include development documentation
(closes: Bug#138464)
* debian/control: upgraded to Debian Policy 3.5.8
* New maintainer
(closes: Bug#174341)
* No changes yet, just adopting the package
* Add autotools-dev build-dependency (Closes: #162910)
* NMU
* New upstream release (Closes: #154730)
* This release fix namespace error (Closes: #162294, #152026)
* Update build-dependency to libxml2-dev 2.4.23
* Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and
DEB_BUILD_OPTIONS
* Remove libxml-python build-dependency we don't have a libxml2 python
module for python 2.2
* Don't segfault on errors (Closes: #158074)
* NMU
* I need this version to compile the latest GNOME 2 libraries.
* Build with --disable-gtk-doc
* NMU.
* New upstream release.
* Doesn't create .memdump files (Closes: #143165)
* Change doc-base Document: tag libxslt1 --> libxslt1-dev
* Remove debian/xsltproc.1 file included by upstream.
* Copy config.sub, config.guess from autotools-dev
* Build-depends on python2.1-xml to build python examples files.
* New upstream release (Closes:Bug#126891,Bug#127214)
* Updated config.sub, config.guess
* Included libxslt.1 and libexslt.1 (Closes:Bug#113449)
* Included pkg-config files (Closes:Bug#127881)
* Moved dev-doc to -dev package (Closes:Bug#138464)
* New upstream release (closes:Bug#119756,Bug#118759,Bug#106627). It has
catalog fixes, so it might fix bug 116877, I'll check with the reporter.
* New upstream release (closes:Bug#111685).
* Updated build-depends, this version depends on libxml2-dev 2.4.3-1.
* Added --enable-maintainer-mode to configure invocation, I think it's
safer this way.
* Included .so links in the development package.
* Added "make clean" before "make distclean" because it seems
that the former doesn't include the latter. Much smaller diff file.
* Broken libxml2 shlibs forces me to re-add a shlibs.local file so as to
get the proper dependency.
* Small update to xsltproc(1).
* New upstream release
(closes: Bug#105250,Bug#105575,Bug#103203).
* debian/rules clean no longer requires root.
* Using DH_COMPAT=3 now.
* Updated xsltproc manpage with new options.
* Non-maintainer upload.
* Run libtoolize to get support for new architectures. Closes: #103350
* New upstream release.
* Now it build-depends on debhelper > 3.0.0 since we use dh_installman
(closes:Bug#100508).
* Readded the shlibs.local to cope with outdated libxml2 shlibs.
* Updated xsltproc manpage with the new options added to the utility.
* New upstream release.
* Removed shlibs.local with fixed libxml2 dependency information.
* Updated build-depends (closes:Bug#97654).
* Updated xsltproc(1) manpage.
* New upstream release (closes:#96082).
* Added 2 new commands to the xsltproc manpage.
* New upstream release.
* Added section header to the source package.
* New upstream release.
* Removed NEWS file.
* Manpage: Added dash before then binary name in the NAME section.
* New upstream release.
* Fixed Build-depends.
* Fixed sections.
* Updated manpage.
* Initial Release.