Skip to content
Snippets Groups Projects
Commit 205f0e56 authored by Felix Geyer's avatar Felix Geyer
Browse files

Rename libtinyxml2.6.2 to libtinyxml2.6.2v5 for the libstdc++6 transition.

parent 6add20f0
No related branches found
No related tags found
No related merge requests found
tinyxml (2.6.2-3) UNRELEASED; urgency=medium
* Rename libtinyxml2.6.2 to libtinyxml2.6.2v5 for the libstdc++6 transition.
-- Felix Geyer <fgeyer@debian.org> Fri, 31 Jul 2015 19:10:32 +0200
tinyxml (2.6.2-2) unstable; urgency=low
* Include /usr/share/dpkg/default.mk to set build flags and simplify
......
......@@ -8,11 +8,13 @@ Homepage: http://www.grinninglizard.com/tinyxml/
Vcs-Git: git://anonscm.debian.org/collab-maint/tinyxml.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/tinyxml.git
Package: libtinyxml2.6.2
Package: libtinyxml2.6.2v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libtinyxml2.6.2
Replaces: libtinyxml2.6.2
Description: C++ XML parsing library
This package contains the shared version of the TinyXml library.
.
......@@ -21,12 +23,12 @@ Description: C++ XML parsing library
the XML document. The objects can be manipulated, changed, and
saved again as XML.
Package: libtinyxml2.6.2-dbg
Package: libtinyxml2.6.2v5-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtinyxml2.6.2 (= ${binary:Version})
Depends: ${misc:Depends}, libtinyxml2.6.2v5 (= ${binary:Version})
Description: TinyXml library - debug files
This package contains debug symbols of the TinyXml library.
.
......@@ -39,7 +41,7 @@ Package: libtinyxml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtinyxml2.6.2 (= ${binary:Version})
Depends: ${misc:Depends}, libtinyxml2.6.2v5 (= ${binary:Version})
Suggests: libtinyxml-doc
Description: TinyXml library - header and static library
This package contains the header file and a static version of the
......
File moved
......@@ -41,7 +41,7 @@ override_dh_auto_clean:
rm -rf xmltestdir
override_dh_strip:
dh_strip --dbg-package=libtinyxml$(DEB_VERSION_UPSTREAM)-dbg
dh_strip --dbg-package=libtinyxml$(DEB_VERSION_UPSTREAM)v5-dbg
override_dh_install:
dh_install --fail-missing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment