summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2009-03-01 11:42:50 +0100
committerMike Hommey <glandium@debian.org>2009-03-01 11:42:50 +0100
commitfc96eba67a5ce1fd5b7afe8f13fa0661339d9086 (patch)
tree047766ad5c01b6f2733c0f3ea6f9796ce7dfe16e
parent2d3b98f854354c75286094818f8827ebb4837ed8 (diff)
downloadlibxml2-fc96eba67a5ce1fd5b7afe8f13fa0661339d9086.tar.gz
Add new symbols to symbols file and bump shlibs
-rw-r--r--debian/changelog8
-rw-r--r--debian/libxml2.symbols15
-rwxr-xr-xdebian/rules2
3 files changed, 24 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a883b21..a3cc50f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxml2 (2.7.3.dfsg-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/libxml2.symbols: Reference the new symbols.
+ * debian/rules: bump shlibs to current version.
+
+ -- Mike Hommey <glandium@debian.org> Sun, 01 Mar 2009 11:14:16 +0100
+
libxml2 (2.6.32.dfsg-5) unstable; urgency=high
* parserInternals.c: apply patch from upstream revision 3741 to avoid
diff --git a/debian/libxml2.symbols b/debian/libxml2.symbols
index 1780d84..97e83ef 100644
--- a/debian/libxml2.symbols
+++ b/debian/libxml2.symbols
@@ -148,6 +148,12 @@ libxml2.so.2 libxml2 #MINVER#
namePop@Base 2.6.27
namePush@Base 2.6.27
namespaceDecl@Base 2.6.27
+ nbParseNCName@Base 2.7.0
+ nbParseNCNameComplex@Base 2.7.0
+ nbParseName@Base 2.7.0
+ nbParseNameComplex@Base 2.7.0
+ nbParseNmToken@Base 2.7.0
+ nbParseStringName@Base 2.7.0
nodePop@Base 2.6.27
nodePush@Base 2.6.27
notationDecl@Base 2.6.27
@@ -188,6 +194,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlAddRef@Base 2.6.27
xmlAddSibling@Base 2.6.27
xmlAllocOutputBuffer@Base 2.6.27
+ xmlAllocOutputBufferInternal@Base 2.7.1
xmlAllocParserInputBuffer@Base 2.6.27
xmlAttrSerializeTxtContent@Base 2.6.27
xmlAutomataCompile@Base 2.6.27
@@ -269,6 +276,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlCheckLanguageID@Base 2.6.27
xmlCheckUTF8@Base 2.6.27
xmlCheckVersion@Base 2.6.27
+ xmlChildElementCount@Base 2.7.3
xmlCleanupCharEncodingHandlers@Base 2.6.27
xmlCleanupEncodingAliases@Base 2.6.27
xmlCleanupGlobals@Base 2.6.27
@@ -405,6 +413,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlFileOpen@Base 2.6.27
xmlFileRead@Base 2.6.27
xmlFindCharEncodingHandler@Base 2.6.27
+ xmlFirstElementChild@Base 2.7.3
xmlFree@Base 2.6.27
xmlFreeAttributeTable@Base 2.6.27
xmlFreeAutomata@Base 2.6.27
@@ -548,6 +557,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlIsXHTML@Base 2.6.27
xmlKeepBlanksDefault@Base 2.6.27
xmlKeepBlanksDefaultValue@Base 2.6.27
+ xmlLastElementChild@Base 2.7.3
xmlLastError@Base 2.6.27
xmlLineNumbersDefault@Base 2.6.27
xmlLineNumbersDefaultValue@Base 2.6.27
@@ -593,6 +603,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlMallocLoc@Base 2.6.27
xmlMemBlocks@Base 2.6.27
xmlMemDisplay@Base 2.6.27
+ xmlMemDisplayLast@Base 2.7.3
xmlMemFree@Base 2.6.27
xmlMemGet@Base 2.6.27
xmlMemMalloc@Base 2.6.27
@@ -672,6 +683,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlNewDocTextLen@Base 2.6.27
xmlNewDtd@Base 2.6.27
xmlNewElementContent@Base 2.6.27
+ xmlNewEntity@Base 2.7.3
xmlNewEntityInputStream@Base 2.6.27
xmlNewGlobalNs@Base 2.6.27
xmlNewIOInputStream@Base 2.6.27
@@ -703,6 +715,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlNewTextWriterTree@Base 2.6.27
xmlNewValidCtxt@Base 2.6.27
xmlNextChar@Base 2.6.27
+ xmlNextElementSibling@Base 2.7.3
xmlNoNetExternalEntityLoader@Base 2.6.27
xmlNodeAddContent@Base 2.6.27
xmlNodeAddContentLen@Base 2.6.27
@@ -845,6 +858,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlPedanticParserDefaultValue@Base 2.6.27
xmlPopInput@Base 2.6.27
xmlPopInputCallbacks@Base 2.6.27
+ xmlPreviousElementSibling@Base 2.7.3
xmlPrintURI@Base 2.6.27
xmlPushInput@Base 2.6.27
xmlRMutexLock@Base 2.6.27
@@ -1030,6 +1044,7 @@ libxml2.so.2 libxml2 #MINVER#
xmlSchemaValPredefTypeNode@Base 2.6.27
xmlSchemaValPredefTypeNodeNoNorm@Base 2.6.27
xmlSchemaValidCtxtGetOptions@Base 2.6.27
+ xmlSchemaValidCtxtGetParserCtxt@Base 2.7.0
xmlSchemaValidateDoc@Base 2.6.27
xmlSchemaValidateFacet@Base 2.6.27
xmlSchemaValidateFacetWhtsp@Base 2.6.27
diff --git a/debian/rules b/debian/rules
index 3914d51..ecd2fd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -161,7 +161,7 @@ binary-arch: build install
fi;)
dh_compress -a -Xexamples/
dh_fixperms -a
- dh_makeshlibs -a -V 'libxml2 (>= 2.6.32)' -- -c4
+ dh_makeshlibs -a -V 'libxml2 (>= 2.7.3)' -- -c4
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a