Merge lp:~robru/phablet-tools/add-transitional-package into lp:phablet-tools

Proposed by Robert Bruce Park
Status: Merged
Approved by: Robert Bruce Park
Approved revision: 369
Merged at revision: 366
Proposed branch: lp:~robru/phablet-tools/add-transitional-package
Merge into: lp:phablet-tools
Diff against target: 38 lines (+9/-3)
2 files modified
debian/changelog (+1/-1)
debian/control (+8/-2)
To merge this branch: bzr merge lp:~robru/phablet-tools/add-transitional-package
Reviewer Review Type Date Requested Status
Ken VanDine Pending
Jean-Baptiste Lallement Pending
Ubuntu Phablet Team Pending
Review via email: mp+304939@code.launchpad.net

Commit message

Add virtual package to transition from -citrain to -bileto

Description of the change

I'm attempting to perform scenario #5 as per https://wiki.debian.org/PackageTransition

To post a comment you must log in.
367. By Robert Bruce Park

Use Breaks: as per https://wiki.debian.org/PackageTransition

368. By Robert Bruce Park

Breaks: not working.

369. By Robert Bruce Park

Bump versions for package rename.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2016-09-05 13:05:54 +0000
3+++ debian/changelog 2016-09-06 17:25:32 +0000
4@@ -1,4 +1,4 @@
5-phablet-tools (1.2+16.10.20160905-0ubuntu1) yakkety; urgency=medium
6+phablet-tools (1.2.1+16.10.20160905-0ubuntu1) yakkety; urgency=medium
7
8 * Rename citrain script to bileto and support 4+ digit PPA numbers.
9
10
11=== modified file 'debian/control'
12--- debian/control 2016-09-02 20:29:02 +0000
13+++ debian/control 2016-09-06 17:25:32 +0000
14@@ -58,6 +58,12 @@
15 .
16 Additional tools included to bootstrap from source and setup networking
17
18+Package: phablet-tools-citrain
19+Section: admin
20+Architecture: all
21+Depends: phablet-tools-bileto
22+Description: Virtual package to transition to new package name.
23+
24 Package: phablet-tools-bileto
25 Section: admin
26 Architecture: all
27@@ -74,9 +80,9 @@
28 sudo,
29 ubuntu-dev-tools,
30 ubuntu-device-flash,
31-Conflicts: phablet-tools-citrain
32 Provides: phablet-tools-citrain
33-Replaces: phablet-tools-citrain
34+Replaces: phablet-tools-citrain (<< 1.2.1)
35+Breaks: phablet-tools-citrain (<< 1.2.1)
36 Description: Scripts to work with Bileto PPAs.
37 Provides bileto tool for installing and removing binary packages from Bileto
38 PPAs on either your host system or connected Ubuntu Touch device.

Subscribers

People subscribed via source and target branches