Merge lp:~laney/xpathselect/g++5 into lp:xpathselect

Proposed by Iain Lane
Status: Merged
Approved by: Martin Pitt
Approved revision: 45
Merged at revision: 45
Proposed branch: lp:~laney/xpathselect/g++5
Merge into: lp:xpathselect
Diff against target: 30 lines (+4/-2)
1 file modified
debian/control (+4/-2)
To merge this branch: bzr merge lp:~laney/xpathselect/g++5
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Martin Pitt (community) Approve
Review via email: mp+268923@code.launchpad.net

Commit message

Rename packages for g++5 ABI break

Description of the change

This package has a changed ABI with g++5. It needs to be renamed.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks! LGTM

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2013-12-12 21:39:37 +0000
3+++ debian/control 2015-08-24 14:25:17 +0000
4@@ -19,20 +19,22 @@
5 Section: libdevel
6 Architecture: any
7 Depends: ${misc:Depends},
8- libxpathselect1.4 (= ${binary:Version}),
9+ libxpathselect1.4v5 (= ${binary:Version}),
10 Description: Select objects in an object tree using XPath queries - development files
11 This library allows you to select arbitrary objects in an object tree using a
12 small subset of the XPath specification.
13 .
14 This package contains development files for xpathselect.
15
16-Package: libxpathselect1.4
17+Package: libxpathselect1.4v5
18 Section: libs
19 Architecture: any
20 Multi-Arch: same
21 Pre-Depends: ${misc:Pre-Depends}
22 Depends: ${shlibs:Depends},
23 ${misc:Depends},
24+Conflicts: libxpathselect1.4
25+Replaces: libxpathselect1.4
26 Description: Select objects in an object tree using XPath queries.
27 This library allows you to select arbitrary objects in an object tree using a
28 small subset of the XPath specification.
29
30=== renamed file 'debian/libxpathselect1.4.install' => 'debian/libxpathselect1.4v5.install'

Subscribers

People subscribed via source and target branches

to all changes: