Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
install-python%-dbg rules
|
|
|
|
|
|
|
|
|
|
configure/build/install
|
|
|
|
Closes: #583582
|
|
configuring python modules
build-python$* would get matched by make as an existing file and would
prevent evaluation of the corresponding build rule.
Thanks Loïc Minier
|
|
|
|
anymore
|
|
|
|
|
|
They only displayed a message inviting to use dpkg-source -b
|
|
|
|
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 libxml2 library several times.
|
|
|
|
There is no reason to do so anymore.
|
|
|
|
And only install the upstream changelog in the libxml2 package. Considering
its size, we don't need it everywhere.
|
|
|
|
+ Use ${binary:Version} instead of ${Source-Version}.
+ Fixed spelling error for "Python".
* debian/rules: Don't ignore make distclean errors.
* debian/libxml2-doc.doc-base: Changed section to fit doc-base sections
changes.
|
|
+ Removed the workaround for removed and modified files during build. The
former was for svn-buildpackage that I don't use anymore, and the latter
for a file that isn't in the .orig.tar.gz anymore.
+ Bump shlibs to current version, since a new symbol was added.
* debian/libxml2.symbols: Reference the new symbol.
|
|
* debian/rules: Make dpkg-shlibdeps fail when symbols are missing.
|
|
Closes: #442656.
* xstc/Makefile.am, xstc/Makefile.in: Properly clean generated files.
|
|
* debian/libxml2.symbols: Reference the new symbol.
|
|
features in dpkg-shlibdeps.
* debian/control: Build depend on debhelper (>= 5.0.61) and dpkg-dev (>=
1.14.9), accordingly.
* debian/rules:
+ Apply rules suggested in autotools-dev documentation.
+ Add -Wl,--as-needed to LDFLAGS so that useless dependencies are not
added.
* Makefile.am, Makefile.in: Don't build noinst targets.
|
|
|
|
* debian/changelog: Added some bug closing.
|
|
|
|
directly and sed it to remove the dependency_libs. Note that will break
linking statically libxml2 with libtool, we recommend to use pkg-config
--static --libs libxml-2.0 instead of relying on libtool.
Closes: #379807, #378511.
* xml2-config.in: Fixed usage alignment of the new option introduced in
previous upload.
|
|
debian/python-libxml2.examples
* debian/python-libxml2.install.in: Renamed to
debian/python-libxml2.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-libxml2 package by a full real package which
itself replaces python2.x-libxml2 packages.
* 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: #373456.
* debian/libxml2-doc.install: Added the /usr/share/gtk-doc directory.
Closes: #375113.
* debian/control: Made libxml2-doc suggest devhelper.
* libxml-2.0.pc.in, libxml-2.0-uninstalled.pc.in: Split Libs in Libs and
Libs.private.
* xml2-config.in, xml2-config.1: 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. Closes: #374017.
* libxml-2.0.pc.in, libxml-2.0-uninstalled.pc.in, xml2-config.in: Added
BASE_THREADS_LIBS to the static link information so that -lpthread would
appear. Closes: #372945.
* debian/rules: Add the NEWS file to dh_install calls. Closes: #365596.
* debian/watch: Updated.
|
|
* debian/rules:
+ Added -fno-strict-aliasing to the CFLAGS.
+ Use dpkg-architecture to feed configure.
+ Bumped shlibs to current version, since new symbol for XPath cache has
been added.
* debian/control: Bumped Standards-Version to 3.7.2.0. No changes required.
|
|
+ Changed libxml2-dbg's priority to extra.
+ Bumped Standards-Version to 3.7.0.0. No changes required.
* debian/rules: bump shlibs to current version, since new symbols were added.
* doc/xmllint.1, doc/xmllint.html: Revert debian changes.
|
|
|
|
|
|
|
|
|
|
* debian/rules: Added history support in xmllint. Closes: #318083.
* debian/control: Added build dependency upon libreadline5-dev for history support in xmllint.
* xmllint.c: Added some spaces in usage(). Closes: #335015.
* testModule.c: Added PATH_MAX definition for the Hurd. Closes: #333623.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|