Merge lp:~hjd/ubuntu/trusty/pbuilder/trusty-on-trusty into lp:ubuntu/trusty-proposed/pbuilder

Proposed by Hans Joachim Desserud
Status: Rejected
Rejected by: Iain Lane
Proposed branch: lp:~hjd/ubuntu/trusty/pbuilder/trusty-on-trusty
Merge into: lp:ubuntu/trusty-proposed/pbuilder
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
pbuilderrc (+1/-1)
To merge this branch: bzr merge lp:~hjd/ubuntu/trusty/pbuilder/trusty-on-trusty
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+231077@code.launchpad.net

Description of the change

Changes default distribution from "saucy" (which has reached EOL) to "trusty". I considered using "utopic" which is the current development version, but realized once that reaches EOL in about a year we have the same problem again. IMO, "trusty" seems like a safer default, since we know it will be supported.

I'm not 100% sure what the version number should be, but I didn't want to go for ubuntu8 since that has already been used for a different change to avoid confusion.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

Thanks, I'll look at the debdiff on the bug instead :)

Unmerged revisions

64. By Hans Joachim Desserud

pbuilderrc: Set default distribution to trusty on 14.04 (lp: #1316423)

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 2014-03-18 13:57:11 +0000
3+++ debian/changelog 2014-08-16 14:23:37 +0000
4@@ -1,3 +1,9 @@
5+pbuilder (0.215ubuntu7.1) trusty; urgency=medium
6+
7+ * pbuilderrc: Set default distribution to "trusty" on 14.04 (lp: #1316423)
8+
9+ -- Hans Joachim Desserud <ubuntu@desserud.org> Sat, 16 Aug 2014 16:17:12 +0200
10+
11 pbuilder (0.215ubuntu7) trusty; urgency=medium
12
13 * debian/tests/control: build-depend on libcap-dev since procenv 0.33 now
14
15=== modified file 'pbuilderrc'
16--- pbuilderrc 2013-08-16 10:57:52 +0000
17+++ pbuilderrc 2014-08-16 14:23:37 +0000
18@@ -14,7 +14,7 @@
19 BUILDRESULT=/var/cache/pbuilder/result/
20
21 # specifying the distribution forces the distribution on "pbuilder update"
22-DISTRIBUTION=saucy
23+DISTRIBUTION=trusty
24 # specifying the architecture passes --arch= to debootstrap; the default is
25 # to use the architecture of the host
26 #ARCHITECTURE=`dpkg --print-architecture`

Subscribers

People subscribed via source and target branches