diff -Nru pbuilder-0.215ubuntu7/debian/changelog pbuilder-0.215ubuntu8/debian/changelog --- pbuilder-0.215ubuntu7/debian/changelog 2014-03-18 13:57:13.000000000 +0100 +++ pbuilder-0.215ubuntu8/debian/changelog 2014-05-25 10:07:14.000000000 +0200 @@ -1,3 +1,9 @@ +pbuilder (0.215ubuntu8) utopic; urgency=medium + + * pbuilderrc: Set default distribution to "utopic" (lp: #1316423) + + -- B. Clausius Sun, 25 May 2014 09:14:44 +0200 + pbuilder (0.215ubuntu7) trusty; urgency=medium * debian/tests/control: build-depend on libcap-dev since procenv 0.33 now diff -Nru pbuilder-0.215ubuntu7/pbuilderrc pbuilder-0.215ubuntu8/pbuilderrc --- pbuilder-0.215ubuntu7/pbuilderrc 2014-03-18 13:56:24.000000000 +0100 +++ pbuilder-0.215ubuntu8/pbuilderrc 2014-05-25 10:06:31.000000000 +0200 @@ -14,7 +14,7 @@ BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" -DISTRIBUTION=saucy +DISTRIBUTION=utopic # specifying the architecture passes --arch= to debootstrap; the default is # to use the architecture of the host #ARCHITECTURE=`dpkg --print-architecture`