Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tinyxml
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian
tinyxml
Commits
205f0e56
Commit
205f0e56
authored
9 years ago
by
Felix Geyer
Browse files
Options
Downloads
Patches
Plain Diff
Rename libtinyxml2.6.2 to libtinyxml2.6.2v5 for the libstdc++6 transition.
parent
6add20f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+6
-4
6 additions, 4 deletions
debian/control
debian/libtinyxml2.6.2v5.install
+0
-0
0 additions, 0 deletions
debian/libtinyxml2.6.2v5.install
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
13 additions
and
5 deletions
debian/changelog
+
6
−
0
View file @
205f0e56
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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
6
−
4
View file @
205f0e56
...
...
@@ -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.2
v5
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.2
v5
-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libtinyxml2.6.2 (= ${binary:Version})
Depends: ${misc:Depends}, libtinyxml2.6.2
v5
(= ${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.2
v5
(= ${binary:Version})
Suggests: libtinyxml-doc
Description: TinyXml library - header and static library
This package contains the header file and a static version of the
...
...
This diff is collapsed.
Click to expand it.
debian/libtinyxml2.6.2.install
→
debian/libtinyxml2.6.2
v5
.install
+
0
−
0
View file @
205f0e56
File moved
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
205f0e56
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment