← Back to team overview

tieto team mailing list archive

[Branch ~ubuntu-core-dev/debian-installer/ubuntu] Rev 1682: Set default suite to quantal.

 

------------------------------------------------------------
revno: 1682
committer: Colin Watson <cjwatson@xxxxxxxxxxxxx>
branch nick: ubuntu
timestamp: Sun 2012-04-29 23:23:45 +0100
message:
  Set default suite to quantal.
modified:
  build/config/common
  debian/changelog
  debian/rules


--
lp:~ubuntu-core-dev/debian-installer/ubuntu
https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu

Your team Tieto is subscribed to branch lp:~ubuntu-core-dev/debian-installer/ubuntu.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntu-core-dev/debian-installer/ubuntu/+edit-subscription
=== modified file 'build/config/common'
--- build/config/common	2011-10-19 16:54:06 +0000
+++ build/config/common	2012-04-29 22:23:45 +0000
@@ -40,7 +40,7 @@
 DISTRIBUTION_NAME := $(shell lsb_release -si)
 
 # The codename of the distribution release that should be installed by default.
-DEBIAN_RELEASE = precise
+DEBIAN_RELEASE = quantal
 
 # The version of the distribution targeted by the installation images.
 DEBIAN_VERSION := $(shell lsb_release -sr)
@@ -48,7 +48,7 @@
 # Define here from what release (codename!) components (udebs) should be taken
 # to build debian-installer. By default this is set to 'unstable' for building
 # daily images. For official builds this is overruled in debian/rules.
-USE_UDEBS_FROM ?= precise
+USE_UDEBS_FROM ?= quantal
 USE_UDEBS_FROM_EXTRA ?=
 
 # Archive components from which to fetch debian-installer modules.

=== modified file 'debian/changelog'
--- debian/changelog	2012-04-23 19:14:10 +0000
+++ debian/changelog	2012-04-29 22:23:45 +0000
@@ -1,3 +1,9 @@
+debian-installer (20101020ubuntu137) UNRELEASED; urgency=low
+
+  * Set default suite to quantal.
+
+ -- Colin Watson <cjwatson@xxxxxxxxxx>  Sun, 29 Apr 2012 23:23:09 +0100
+
 debian-installer (20101020ubuntu136) precise; urgency=low
 
   * No-change rebuild to pick up new cdrom-checker.

=== modified file 'debian/rules'
--- debian/rules	2011-10-19 16:54:06 +0000
+++ debian/rules	2012-04-29 22:23:45 +0000
@@ -5,7 +5,7 @@
 DATE=$(shell echo $(VERSION) | cut -d '.' -f 1)
 SUITE=$(shell LC_ALL=C dpkg-parsechangelog | grep ^Distribution: | cut -d ' ' -f 2 | cut -d - -f 1)
 ifeq (${SUITE},UNRELEASED)
-USE_UDEBS_FROM=precise
+USE_UDEBS_FROM=quantal
 TRANSSTATUS=
 BOOTMENU_BEEP=n
 else