summaryrefslogtreecommitdiff
path: root/debian/libxml2.symbols
AgeCommit message (Collapse)AuthorFilesLines
2013-06-09Update symbolsAron Xu1-0/+5
2012-09-23Update symbols for removing rand_seeddebian/2.9.0+dfsg1-1Aron Xu1-1/+0
2012-09-21Update symbols.Aron Xu1-0/+56
2012-05-25Update symbols.Aron Xu1-38/+61
2009-09-16Force binaries that use versioned symbols to depend on version 2.7.4 at leastMike Hommey1-37/+37
2009-09-10Change symbols file to use newly introduced symbol versioningMike Hommey1-1663/+41
2009-03-01Remove useless nbParse* variables and avoid exporting them as symbolsMike Hommey1-6/+0
2009-03-01Add new symbols to symbols file and bump shlibsMike Hommey1-0/+15
2008-04-09* debian/rules:Mike Hommey1-0/+1
+ 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.
2008-01-19* debian/rules: bump shlibs to current version, since a new symbol was added.Mike Hommey1-0/+1
* debian/libxml2.symbols: Reference the new symbol.
2007-11-21* debian/libxml2.symbols: Add a symbols file to benefit from the newMike Hommey1-0/+1699
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.