summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2008-01-19 18:37:30 +0100
committerMike Hommey <glandium@debian.org>2008-01-19 18:37:30 +0100
commit93f6fcded10ce62c86187d6015cf2e1e2b10471b (patch)
tree4722f74122e5eefd2c8ae16ef0f845dad335b8a4
parentdc1717fc0fbee7a1af6d603f2b6127e67cbcbab1 (diff)
downloadlibxml2-93f6fcded10ce62c86187d6015cf2e1e2b10471b.tar.gz
* debian/rules: bump shlibs to current version, since a new symbol was added.
* debian/libxml2.symbols: Reference the new symbol.
-rw-r--r--debian/changelog2
-rw-r--r--debian/libxml2.symbols1
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bb494db..df4b7ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libxml2 (2.6.31.dfsg-1) UNRELEASED; urgency=low
* Acknowledged NMU.
* testModule.c: Revert our change to add PATH_MAX for the Hurd, since we now
don't even build this file.
+ * debian/rules: bump shlibs to current version, since a new symbol was added.
+ * debian/libxml2.symbols: Reference the new symbol.
-- Mike Hommey <glandium@debian.org> Sat, 19 Jan 2008 18:09:50 +0100
diff --git a/debian/libxml2.symbols b/debian/libxml2.symbols
index bd86428..3dde3d1 100644
--- a/debian/libxml2.symbols
+++ b/debian/libxml2.symbols
@@ -15,6 +15,7 @@ libxml2.so.2 libxml2 #MINVER#
__xmlGenericError@Base 2.6.27
__xmlGenericErrorContext@Base 2.6.27
__xmlGetWarningsDefaultValue@Base 2.6.27
+ __xmlGlobalInitMutexDestroy@Base 2.6.31
__xmlGlobalInitMutexLock@Base 2.6.28
__xmlGlobalInitMutexUnlock@Base 2.6.28
__xmlIOErr@Base 2.6.27
diff --git a/debian/rules b/debian/rules
index e57b8de..b376353 100755
--- a/debian/rules
+++ b/debian/rules
@@ -173,7 +173,7 @@ binary-arch: build install
fi;)
dh_compress -a -Xexamples/
dh_fixperms -a
- dh_makeshlibs -a -V 'libxml2 (>= 2.6.29)'
+ dh_makeshlibs -a -V 'libxml2 (>= 2.6.31)'
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a