Import patches-unapplied version 2.45 to ubuntu/precise

Imported using git-ubuntu import.

Changelog parent: f22c3e7bd0

New changelog entries:
  * Change default suite to precise (better late than never?)
  * Add the -A option to the getopts argument list, so it works.
impish
Adam Conrad 13 years ago committed by usd-importer
parent f22c3e7bd0
commit 2bec67407a

@ -28,14 +28,14 @@ fi
ARCH=$(dpkg --print-architecture)
SUBARCH=""
SUBARCHARG=""
NEWSUITE="oneiric"
NEWSUITE="precise"
SUITES=""
PROPOSED=""
IMAGEFORMAT=""
LIVE_BUILD=false
UBUNTU_DEFAULTS_LOCALE=""
while getopts :s:r:d:f:pa:lu: name; do case $name in
while getopts :A:s:r:d:f:pa:lu: name; do case $name in
A) ARCH="$OPTARG";;
s) SUBARCH="$OPTARG";;
r) SUBPROJECT="$OPTARG";;

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.45) precise; urgency=low
* Change default suite to precise (better late than never?)
* Add the -A option to the getopts argument list, so it works.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 05 Dec 2011 07:50:14 -0700
livecd-rootfs (2.44) precise; urgency=low
* Mirror armel support as armhf, so we can build all the same images.

Loading…
Cancel
Save