101 Commits

Author SHA1 Message Date
Robert C Jennings
1c92ed0ab6 Import patches-unapplied version 2.408.30 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: fac71039c0b1cc685c4f8459db7899515214acef

New changelog entries:
  * Set the default locale to C.UTF-8 in minimized cloud images.
    (LP: #1759003)
2018-05-09 12:27:08 +00:00
Steve Langasek
fac71039c0 Import patches-unapplied version 2.408.29 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 04fe9ce754b1fa05540f85d03a65646ee9d75c72

New changelog entries:
  [ Christopher Glass ]
  * ubuntu-cpc: When performing a minimized build make sure the
    /etc/cloud/build.info file says "minimal" (LP: #1759519)
2018-04-23 16:39:16 +00:00
Steve Langasek
16c064a241 Import patches-unapplied version 2.408.23 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 118c6476a962cbdc0a61dd8384f65265a9cb8e98

New changelog entries:
  [ Gary Wang ]
  * Add the IMAGEFORMAT=none to support generating a single rootfs
    (LP: #1730642)
  [ Christopher Glass (Ubuntu) ]
  * Backport "minimized round 2" changes from trunk to Xenial (LP: #1731492)
  * Remove apt, debconf, dpkg cruft files from /var/cache and /var/lib in
    all our livefses.
  * Pass --cache false to lb config; otherwise we copy around caches of
    .debs that are never used properly, and which prevent us from emptying
    /var/cache/apt in images.
  * When building minimized cloud images, remove various packages that we
    don't want installed by default.  Some are tools that aren't needed for
    non-interactive use; some are libraries whose reverse-dependencies
    will have already been removed; and one, open-vm-tools, should only be
    included in images that are targeted to VMWare (which is not the case
    for any of the current minimal images), rather than being included
    directly in the cloud-image seed.
2017-11-16 20:58:29 +00:00
Steve Langasek
118c6476a9 Import patches-unapplied version 2.408.22 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 09a02366158f903528da1e2c083407c75a2f7a18

New changelog entries:
  * Make sure to remove any initramfs that was generated in a minimized
    image.
  * divert /usr/bin/systemd-detect-virt as part of the grub diversions, so
    that the grub kernel postinst hook is operational when we're building
    in a container.  LP: #1729034.
2017-10-31 23:59:05 +00:00
Dimitri John Ledkov
8cc7060c24 Import patches-unapplied version 2.408.20 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: d59199fe59fa2649ca5dccd2bc03df6de64d7274

New changelog entries:
  * Now that grub-related diversions have been factored out in 2.466
    instead of having bogus root=stuff arg generated in grub.cfg, it is
    actually empty. Therefore update the sed command to make the arg in
    the root= token optional. This should resolve non-booting livecd cpc
    images.
  [ Nishanth Aravamudan ]
  * live-build/ubuntu-cpc/hooks/061-open-iscsi.chroot: generate iSCSI
    Initiator Name at first iscsid run for cloud images to ensure it is
    unique (LP: #1444992).
  [ Steve Langasek ]
  * Improve teardown_mountpoint to recursively find all submounts and
    unmount them, instead of working from a hard-coded list.  This makes
    the code resilient against other submounts being added later, including
    downstream.  LP: #1721279.
  * Also nuke the sleep / udevadm settle calls in the process, which should
    never be required and slow down the builds.
  * Fix a reference to an undefined variable in a script that's set -u.
  * Use /bin/sh, not /bin/bash, for autopkgtest.
  * debian/tests/default-bootstraps: minor adjustments to shell syntax,
    syncing with artful where this originated.
  [ Steve Langasek, Balint Reczey ]
  * Introduce a new project-independent 'minimized' subproject
    (LP: #1721261):
    - omit ubuntu-minimal in favor of using only the minbase package set.
    - boot directly by partuuid, avoiding the use of an initramfs.
    - Bump needed live-build version which can build images without initrd
    - drop man pages and most of the documentation from minimized images
      (/usr/share/doc/*/copyright and changelog.Debian.gz files are still
      kept)
    - Add unminimize script for reverting minimization on a running system
    - Mention unminimize script in motd
    - Run autopkgtest for SUBPROJECT=minimized
    - If we're using SUBPROJECT=minimized, and tzdata is not installed,
      remove files that have been left behind.  This is a workaround for a
      bug that should be fixed in tzdata.
  * Factor out grub-related diversions and use them consistently, so we
    don't end up with wrong os-probe output in our grub.cfg.
  [ Balint Reczey ]
  * Mount using --make-rslave to ensure safe unmounts for rbind mounts
  * When SUBPROJECT environment variable is not set assume it to be ""
2017-10-19 23:03:14 +00:00
Daniel Watkins
af583de4a4 Import patches-unapplied version 2.408.10 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 6227a6abfb06b6c4786e8e366820806d00bb95a8

New changelog entries:
  [ Adam Conrad ]
  * Fix security mirror sources.list entries for non-x86 architectures.
    (LP: #1679252)
2017-04-04 16:13:42 +00:00
Robert C Jennings
6227a6abfb Import patches-unapplied version 2.408.9 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 7b0112eea72aa1b63afa8ea110f70b6442c544b9

New changelog entries:
  [ Daniel Watkins ]
  * Don't overwrite the default sources.list in cloud images.
  * Replace sources.list generated using COMPONENTS with the sources.list from
    an Ubuntu Server installation (i.e. with all components enabled, and all
    deb-src lines commented).  LP: #1513529.
  [ Chris Glass ]
  * Fix the manifest generation in OVA files so that ovf files don't have
    double extensions.  (LP: #1627931)
  * Fix the OVF's metadata to include Ubuntu specific identifiers and
    descriptions instead of the generic Linux ones.  (LP: #1656293) 
  [ Daniel Watkins ]
  * Add replace_grub_root_with_label function thereby consolidating multiple
    uses of the same calls to sed.
  [ Robert C Jennings ]
  * ubuntu-cpc: Remove redundant copy of grub files. (LP: #1637290)
2017-03-23 20:18:25 +00:00
Adam Conrad
2fa15a5c3b Import patches-unapplied version 2.408.7 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: dd53f8297fccb2a15f3f1a5b675c968e410676c6

New changelog entries:
  [ Łukasz 'sil2100' Zemczak ]
  * Add additional hints to ubuntu-touch* i386/amd64 image builds to pull in
    the gles version of the UITK.
  * Now that we have have systemd working on ubuntu-touch, remove the
    systemd-sysv- in add_package config to make sure we can build an image with
    systemd as the init system.
  [ Adam Conrad ]
  * Forward-port hardware enablement delta from trusty to xenial, with changes:
    - Implement hwe stack swapping as task filters instead of install hints
    - Revert ubuntu-desktop and ubuntu-gnome to use tasks again for the above
2017-02-09 11:23:28 +00:00
Łukasz 'sil2100' Zemczak
dd53f8297f Import patches-unapplied version 2.408.5 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: c4386e711c93bc32c872f3d8b63665209f0b7124

New changelog entries:
  * Temporarily change the 60-install-click.chroot script to pull in clicks for
    arm64 builds from a different location for ubuntu-touch.
  * Add the new dhcpd user to touch hooks introduced by latest archive changes.
  * Remove the ubuntu-pd project logic.
  * Synced ubuntu-touch-custom changes from the vivid branch to xenial. This
    also adds a new symlink called ubuntu-touch-custom to the ubuntu-touch hooks
    dir.
  * Stop using the overlay PPA for touch livecd-rootfs changes (LP: #1628085).
2016-09-29 19:24:12 +00:00
Oliver Grawert
689e55f031 Import patches-unapplied version 2.408 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: c0750e3a3f06faaf0ed9f2e63e9c3ebb64eeba7f

New changelog entries:
  * drop linux-firmware-raspi2, it does not actually contain driver
    firmware but bootloaders (and fails to install if its target dir
    is missing).
2016-04-21 13:23:58 +00:00
Iain Lane
a8b139028e Import patches-unapplied version 2.406 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 58c36160892d43ab389ea176937d040b495e8c81

New changelog entries:
  * Fix syntax error.
2016-04-20 20:43:50 +00:00
Oliver Grawert
58c3616089 Import patches-unapplied version 2.405 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: dbfd5f49b7239a07b34b03d972b4aae1151b3a42

New changelog entries:
  * move the snappy kernel builds to the correct linux-image-$arch and
    linux-firmware-$arch metapackages
2016-04-20 18:18:56 +00:00
Oliver Grawert
9fadf2c648 Import patches-unapplied version 2.399 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 01521cefe4108a2a62c47eb2bdbc978a70f0ed20

New changelog entries:
  [ Oliver Grawert ]
  * live-build/ubuntu-core/hooks/25-create-generic-initrd.chroot:
    kill the snappy os build if the initramfs-tools-ubuntu-core package
    is not found
  * make s390x known to the snappy builds
  * skip kernel snap an device tarball builds for s390x and ppc64el
  * drop listing of the device tarballs, this was only for debugging
  [ Adam Conrad ]
  * live-build/ubuntu-cpc/hooks/032-disk-image.binary: Install s390-tools
    and sysconfig-hardware before we attempt to configure zipl.
2016-04-13 11:59:27 +00:00
Oliver Grawert
01521cefe4 Import patches-unapplied version 2.398 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: fa7136ad4df28fd74f804335797079a2084efc37

New changelog entries:
  * switch snappy package builds from "snappy build" to "snapcraft snap"
  (LP: #1557515)
2016-04-08 15:55:08 +00:00
Oliver Grawert
43e896d8a8 Import patches-unapplied version 2.391 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: f51f8e92a544d1d9089e0d146382b56b5b58820c

New changelog entries:
  * adjust snap versions to only have one dash and use plus chars instead
2016-03-21 17:47:01 +00:00
Oliver Grawert
f51f8e92a5 Import patches-unapplied version 2.390 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: ce1a28e5422d5cc751b845a0e86fcd61fb48d7c2

New changelog entries:
  * add link for wlan mac address in dragonboard kernel snaps
  * move dragonboard kernel snap to linux-snapdragon (with a currently hardcoded
    version due to missing -meta package for this kernel, don't do that at
    home !)
2016-03-17 18:53:51 +00:00
Oliver Grawert
2fee3d52d9 Import patches-unapplied version 2.388 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 307bc170c2cad01c25e017337a6eac01fdd0521c

New changelog entries:
  * add support for dragonboard kernel snap
  * remove  grub-efi-arm64 to the arm64 OS snap as it breaks uboot
2016-03-15 14:58:50 +00:00
Adam Conrad
a668d140cc Import patches-unapplied version 2.386 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 6052273963885922b338a4ceafc2c68f6c7457be

New changelog entries:
  [ Michael Vogt ]
  * add dpkg.list to assets of the kernel snap
  * add grub-efi-arm64 to the arm64 OS snap
  [ Adam Conrad ]
  * Build raspi2 images with multiverse for firmware.
2016-03-14 17:04:26 +00:00
Oliver Grawert
6052273963 Import patches-unapplied version 2.385 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 4089d75a2175b397937e87a363f4330969fedc07

New changelog entries:
  * add snap building for kernel snaps
2016-03-09 15:39:09 +00:00
Oliver Grawert
4089d75a21 Import patches-unapplied version 2.384 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 24f93cf89e599c662f4e33d6c57fbeb30f0950d8

New changelog entries:
  * slightly adjust the naming of the OS snap for snappy builds so it becomes
    easier for cdimage to grab and publish it.
2016-03-08 19:19:15 +00:00
Oliver Grawert
24f93cf89e Import patches-unapplied version 2.383 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: a12aef0695b89d7deb3d53c71464a122d52b053d

New changelog entries:
  * add snap cration for ubuntu-core snappy rootfs builds
2016-03-08 16:18:57 +00:00
Łukasz 'sil2100' Zemczak
a12aef0695 Import patches-unapplied version 2.382 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 745856c1d8a7871fe5cabfe2285758082bf050b0

New changelog entries:
  * Remove the manta device from the list of touchsubarches as we're not
    building its kernel anymore (LP: #1553069).
2016-03-04 08:53:46 +00:00
Ben Howard
2ace5b787b Import patches-unapplied version 2.374 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: b668a9f9f9048b0fa06523dc084d8fb308fcd9c5

New changelog entries:
  [ Michael Vogt ]
  * ubuntu-core:
    - include the dpkg.list in the device tarball
    - store /usr/share/snappy/dpkg.list manifest on the OS tarball
  [ Dimitri John Ledkov ]
  * ubuntu-cpc:
    - exclude s390x from should_install_grub
  [ Steve Langasek ]
  * Refactor/reorder ubuntu-cpc support for consistency with other flavors,
    so that subarch overrides can be applied correctly.
  [ Ben Howard ]
  * ubuntu-cpc:
    - fixed loop setup due to change of kpartx output
    - only use grub-install logic for Intel architectures
2016-02-02 22:18:53 +00:00
Oliver Grawert
1aa0f77240 Import patches-unapplied version 2.354 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 3242ef6c5973f8913775b8699e23db390733efb7

New changelog entries:
  * do not ship assets/dtbs/overlays in raspi2 tarball, it breaks
    ubuntu-device-flash
2015-11-13 10:24:45 +00:00
Oliver Grawert
3242ef6c59 Import patches-unapplied version 2.353 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 131941df22c4e810eca8afb4e2468069aeecc951

New changelog entries:
  * drop input group from snappy images, adjust md5 sums in
    live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early
  * completely separate the snappy device tarball creation from the snappy
    rootfs so one doesnt taint the other (which allows dropping a lot more from
    the rootfs we do not need in a snappy system, like initramfs creation
    tools and all its dependencies).
  * drop live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary
  * enable automated build of raspi2 device tarballs for snappy
2015-11-10 11:43:51 +00:00
Daniel Watkins
131941df22 Import patches-unapplied version 2.352 to ubuntu/xenial-proposed
Imported using git-ubuntu import.

Changelog parent: 9ac850741cb5c111949cb40b971436c3524d495d

New changelog entries:
  * Move building of all architecture-specific CPC artifacts into Launchpad
    (LP: #1513754).
2015-11-06 10:24:18 +00:00
Michael Vogt
b9bcbd6aae Import patches-unapplied version 2.345 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 836f3d5f7204cef41b54bd5a0e5a14a792139606

New changelog entries:
  [ Łukasz Zemczak ]
  * lp:~sil2100/livecd-rootfs/pocket-desktop:
    - add support for pocket-desktop
  [ Oliver Grawert ]
  * add user/group fixes for snappy shipping tpm-tools
2015-09-30 10:04:00 +00:00
Oliver Grawert
0f5bec4b55 Import patches-unapplied version 2.339 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: d467c9238826ad23d2905728120aa5b2751aef61

New changelog entries:
  * revert the apparmor-super-noise change, issue is found
  * touch the cache files during build to prevent timestamp issues in the future
  * drop copying of zip files of the android package, we do not generate these
    anymore.
2015-08-12 10:33:57 +00:00
Sebastien Bacher
123b33de50 Import patches-unapplied version 2.307 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 04b0ecd5a61912d3ba2e924c152b482593b7321b

New changelog entries:
  * Remove duplicated code leftover in the previous desktop-next changeset
2015-06-05 09:03:32 +00:00
Didier Roche
04b0ecd5a6 Import patches-unapplied version 2.306 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: f5af78966b977349a8f7dae9fd2fcc042246d3bc

New changelog entries:
  * Create hooks and image build config for the ubuntu-desktop-next
    new based on snappy image.
2015-05-29 10:08:20 +00:00
Oliver Grawert
eb5162d504 Import patches-unapplied version 2.303 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: a4c006633a9e411c5526fa57cd85bec020b6565c

New changelog entries:
  * drop grouper from touchsubarches variable. the android package does not
    provide any grouper images anymore which makes touch image builds fail.
2015-05-26 12:38:27 +00:00
Adam Conrad
a4c006633a Import patches-unapplied version 2.302 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: 4c697dbaf6165eb0affff43de8b33de465120041

New changelog entries:
  * Call Setup_cleanup in live-build/auto/build to set exit handler.
2015-05-26 05:13:16 +00:00
Michael Vogt
8657aaf80b Import patches-unapplied version 2.297 to ubuntu/vivid-proposed
Imported using git-ubuntu import.

Changelog parent: 1aff015ce1318f1ae128d9b21d50fdb86b3b7bc8

New changelog entries:
  * fix device.tar.gz generation for snappy
  * lp:~ubuntu-on-ec2/livecd-rootfs/cpc2:
    - build cloud based images using livecd-rootfs
2015-04-09 14:43:25 +00:00
Oliver Grawert
79e9de67c4 Import patches-unapplied version 2.294 to ubuntu/vivid-proposed
Imported using git-ubuntu import.

Changelog parent: 74b7fad340f8ad299332c40365542f97c375c75a

New changelog entries:
  * add more verbosity to the copy command for android fragments in
    ubuntu-touch
2015-03-13 10:43:33 +00:00
Oliver Grawert
74b7fad340 Import patches-unapplied version 2.293 to ubuntu/vivid-proposed
Imported using git-ubuntu import.

Changelog parent: 4825764bf07f5bea386ade8347c680644af7692a

New changelog entries:
  [ Michael Vogt ]
  * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
    - remove libpython2.7 and friends as welll
  [ Oliver Grawert ]
  * remove all .override files in teh build chroot, else teh buildd machines
    fall over.
2015-03-10 15:38:34 +00:00
Michael Vogt
a0b7ec336e Import patches-unapplied version 2.269 to ubuntu/vivid-proposed
Imported using git-ubuntu import.

Changelog parent: 3ae0f6025fcc17a9625944d782d97cad537bfdce

New changelog entries:
  * live-build/auto/{build,config}:
    - create device-azure.tar.gz during the build that includes the
      packages for the azure cloud
  * live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary:
    - display helpful message to use snappy when a user tries to use
      apt-get on a snappy system
  * live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
    - do the device-azure.tar.gz extraction here
  * live-build/ubuntu-core/hooks/12-add-docker-user.chroot:
    - ensure docker group is used
2014-11-24 07:48:18 +00:00
Michael Vogt
92b0d8c502 Import patches-unapplied version 2.267 to ubuntu/vivid-proposed
Imported using git-ubuntu import.

Changelog parent: 50aa7ff1c2c14ba7e453dcae26a7a68170d009fc

New changelog entries:
  * live-build/auto/config:
    - system-image: do not install ubuntu-minimal
    - system-image: install KERNEL_FLAVOURS=virtual on i386/amd64
    - system-image: use "--linux-packages=linux-image"
    - add click-hook-framework
  * live-build/auto/build:
    - system-image: collect the deivce.tar.gz
  * live-build/ubuntu-core/hooks/09-move-kernel-to-device-tar.binary:
    - create a device.tar.gz from the installed kernel/modules and
      remove it from the rootfs
  * live-build/ubuntu-core/hooks/10-remove-documentation.binary:
    - strip documentation
  * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot:
    - remove extra packages like libicu52/libqt that are still on the 
      image because vivid system-image has a dependency on u-d-m which
      depends on libqt
  * live-build/ubuntu-core/hooks/12-add-docker-user.chroot:
    - add a docker user/group into the image (this can go once we have
      a hook for this)
2014-11-14 12:38:28 +00:00
Colin Watson
02cb6ca7cf Import patches-unapplied version 2.255 to ubuntu/utopic-proposed
Imported using git-ubuntu import.

Changelog parent: f381ad345f5e46a6eca6bbf91afac6e83993e971

New changelog entries:
  [ Steve Langasek ]
  * Add support to the ubuntu-touch target to generate a separate custom
    tarball as part of the build, moving most click packages into it.
  [ Colin Watson ]
  * Temporarily install the to-be-moved click packages in both core and
    custom databases, to simplify the landing process.
2014-10-14 03:18:11 +00:00
Colin Watson
90fb428342 Import patches-unapplied version 2.219 to ubuntu/utopic-proposed
Imported using git-ubuntu import.

Changelog parent: 9da734df9353e25b870f23845467a0e38c7606e8

New changelog entries:
  * Drop fdupes analysis: not widely used any more, can be done separately
    if needed, and very noisy in build logs.
  * Make the output kernel/initrd world-readable in a couple more cases,
    particularly relevant to ubuntu-defaults-image (LP: #1334616).
2014-06-26 11:38:42 +00:00
Ricardo Salveti de Araujo
d0fa866363 Import patches-unapplied version 2.208 to ubuntu/trusty-proposed
Imported using git-ubuntu import.

Changelog parent: 0ae537f96e10219baf325cdafdf7c8e405535085

New changelog entries:
  * Adding support for ubuntu-touch i386 based images
2014-03-29 10:43:33 +00:00
Oliver Grawert
ed058a9ed5 Import patches-unapplied version 2.206 to ubuntu/trusty-proposed
Imported using git-ubuntu import.

Changelog parent: 34a87f0754360df232507fd4c7392f3c81483dda

New changelog entries:
  * dropping maguro and adding flo, changing golfish to generic in touchsubarches
2014-02-22 22:43:45 +00:00
Oliver Grawert
7e480206fa Import patches-unapplied version 2.201 to ubuntu/trusty-proposed
Imported using git-ubuntu import.

Changelog parent: b86f4a8d4a1225f2e343f95ea129c60bed2e114d

New changelog entries:
  * add support for copying goldfish android images out of the android package
2013-11-27 11:28:21 +00:00
Stéphane Graber
7d39f42e93 Import patches-unapplied version 2.198 to ubuntu/trusty-proposed
Imported using git-ubuntu import.

Changelog parent: 6ab1ece7b0fdce9e27ae8da448463b7a3ab4b6f2

New changelog entries:
  * Double-quotes prevented the previous change from working, so drop those.
    Additionally remove an hardcoded occurence of "saucy", instead using
    LB_DISTRIBUTION to avoid having to change that in the future.
2013-10-21 03:23:19 +00:00
Stéphane Graber
6ab1ece7b0 Import patches-unapplied version 2.197 to ubuntu/trusty-proposed
Imported using git-ubuntu import.

Changelog parent: 59c8f137e1d28d9376f17ba752897eb671b43c89

New changelog entries:
  * Workaround to make ubuntu-touch build with older android package.
2013-10-20 21:28:23 +00:00
Oliver Grawert
a9ab5cb2f4 Import patches-unapplied version 2.195 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: eaa83595efbbdf3b85424a8feadace47d5207f35

New changelog entries:
  * fix the prefixing of click packages in manifest files
2013-10-11 16:43:21 +00:00
Oliver Grawert
eaa83595ef Import patches-unapplied version 2.194 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: 553526f375ecdc590c6f86b8c1fe93602c188315

New changelog entries:
  * prefix click packages in the manifest file with "click:"
  * drop SHELL=/system/bin/sh from /etc/environment on touch images (urgh)
  * add click packages to the manifest output on ubuntu touch
2013-10-11 16:28:21 +00:00
Oliver Grawert
a9c034ceef Import patches-unapplied version 2.176 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: aa20a6de713e22da84e0349104112530a66917de

New changelog entries:
  * preserve a symlink of media-info for backwards compatibility
2013-08-23 14:43:24 +00:00
Oliver Grawert
aa20a6de71 Import patches-unapplied version 2.175 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: 903725ebddc81ebc975eb3ab4fd7a1f6a6c409a1

New changelog entries:
  * move media-info file from /var/log/installer to /etc on touch images.
2013-08-23 14:43:24 +00:00
Oliver Grawert
102a52ca14 Import patches-unapplied version 2.171 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: ec9dcca06cf61f62dfb102c9b2f6cb52b1e97c8b

New changelog entries:
  * seems unlike my local build the buildd doesnt get along with links, use
    copy instead
2013-08-07 20:03:21 +00:00
Oliver Grawert
ec9dcca06c Import patches-unapplied version 2.170 to ubuntu/saucy-proposed
Imported using git-ubuntu import.

Changelog parent: 485503920cab8f388453abb19bbb3a8f6144d167

New changelog entries:
  * fix package mirror in android package install routine
2013-08-07 17:28:14 +00:00