20 Commits

Author SHA1 Message Date
Adam Conrad
d67d517c3a Import patches-unapplied version 2.19 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 5f40039fe4b80fd0bbcb10a705c5f5ec11fff5c7

New changelog entries:
  * Add support for building a pool of packages into the live config:
    - define SEEDMIRROR, PREINSTALL_POOL, PREINSTALL_POOL_SEEDS in config
    - set PREINSTALL_POOL_SEEDS to "server-ship" for ubuntu-server
    - crib seed inheritance logic from cdimage implementation of same
    - run germinate against seeds from SEEDMIRROR if to populate
      PREINSTALL_POOL with a list of packages from PREINSTALL_POOL_SEEDS
    - create a local-hook to download PREINSTALL_POOL packages to rootfs
  * And add support to deal with the above pool of packages during build:
    - generate a GPG key in the background if we're going to need one
    - create a sources.list.d entry pointing at the rootfs pool
    - create a Packages file and create and sign a Release file
    - add our previously-generated key to the apt keyring and toss it
2011-07-27 23:04:58 +00:00
Colin Watson
50cf3a267c Import patches-unapplied version 2.14 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: fe516c7a7ff4a8faa6420bc0cc9060b454765320

New changelog entries:
  * Handle package/task list changes in live-build 3.0~a22-1.
  * Handle local sources.list changes in live-build 3.0~a22-1.
2011-07-13 19:05:05 +00:00
Colin Watson
077420d054 Import patches-unapplied version 2.1 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 7e1b37f6c2ce52e4134bb119ec9baf7479186dcc

New changelog entries:
  * Fix ordering of log file creation in BuildLiveCD.
  * Fix permissions in BuildLiveCD when setting up auto directory.
  * Switch from --binary-remove-linux to config/binary_rootfs/excludes.
2011-06-13 23:04:44 +00:00
Colin Watson
7e1b37f6c2 Import patches-unapplied version 2.0 to ubuntu/oneiric
Imported using git-ubuntu import.

Changelog parent: 131478de625908a57d4ae5c2ddc8793a58fe36e1

New changelog entries:
  * Add live-build support.  The old livecd.sh is still here for
    compatibility, but this package's primary purpose is now to provide
    Ubuntu-specific configuration for live-build.
2011-06-13 12:04:44 +00:00
Oliver Grawert
082b2f2d3a Import patches-unapplied version 1.139 to ubuntu/maverick
Imported using git-ubuntu import.

Changelog parent: 0bf02053ce63fbc5de8921724be5d180d60e9c8a

New changelog entries:
  [ Steve Langasek ]
  * One more undefined variable fix for set -u
  [ Oliver Grawert ]
  * drop genext2fs, it is simply to slow, instead we use a loop munted ext2
    image now.
2010-07-21 14:06:07 +00:00
Oliver Grawert
482984f3d9 Import patches-unapplied version 1.121 to ubuntu/maverick
Imported using git-ubuntu import.

Changelog parent: dc1eff00fc8383a4808c13e4eb0425d65164ba70

New changelog entries:
  [ LaMont Jones ]
  * BuildLiveCD: only pass -f if we were told it, since older chroots don't
    support it.
  [ Oliver Grawert ]
  * instead of special casing for only one arch, base jasper vs casper
    inclusion on the IMAGETYPE variable
  * depend on genext2fs
2010-06-25 16:05:12 +00:00
LaMont Jones
1e0c61bcc3 Import patches-unapplied version 1.119 to ubuntu/maverick
Imported using git-ubuntu import.

Changelog parent: df6947ec2bc024ead29c48915311a4ccca42d3d0

New changelog entries:
  * Depends: lzma
  * drop tmpfs in general while allowing a envvar to enable it again
2010-06-12 06:04:58 +00:00
Steve Kowalik
17b0fc29a2 Import patches-unapplied version 1.110 to ubuntu/lucid
Imported using git-ubuntu import.

Changelog parent: 432b875df885aafba9c9024731bd4897bdafbccf

New changelog entries:
  * Add support for armel+omap, and remove incorrect comments from the armel
    kernel installation block.
  * Really update the maintainer field.
2010-03-24 14:04:59 +00:00
LaMont Jones
432b875df8 Import patches-unapplied version 1.109 to ubuntu/lucid
Imported using git-ubuntu import.

Changelog parent: 37ae47542bb58998c0bc03e9677fb77d98ef7310

New changelog entries:
  * if the ltsp squashfs image build fails, fail the build.
  * use mksquashfs directly, instead of ltsp-update-image
2010-03-24 14:04:59 +00:00
LaMont Jones
37ae47542b Import patches-unapplied version 1.108 to ubuntu/lucid
Imported using git-ubuntu import.

Changelog parent: 8a2fa455ea6a9414476982b1a1bf9ff2a76143f4

New changelog entries:
  * Deliver edubuntu-dvd/i386 ltsp squashfs image, since that's what
    actually gets built these days.
  * Update maintainer field.
2010-03-23 06:06:19 +00:00
LaMont Jones
8a2fa455ea Import patches-unapplied version 1.107 to ubuntu/lucid
Imported using git-ubuntu import.

Changelog parent: c7f1a3bbd973513dbe97b44b55b19981236118d4

New changelog entries:
  * Deliver edubuntu/i386 ltsp sqaushfs image. LP: #531546
  * fix typo in deciding to remove /usr/share/icons/*/icon-theme.cache
    on kubuntu-ish images.
2010-03-19 22:06:06 +00:00
Loïc Minier
94f3c2d41c Import patches-unapplied version 0.97 to ubuntu/karmic
Imported using git-ubuntu import.

Changelog parent: 92501f86560d06f63f0e2d6f633e5b798549fed9

New changelog entries:
  [ Colin Watson ]
  * Upgrade to debhelper v7.
  [ Loïc Minier ]
  * Make stripping of vmlinuz from livefs optional for uImage subarches where
    we can't use this trick to save space and disable it on armel+dove.
2009-09-15 23:05:26 +00:00
Colin Watson
4fd04035f3 Import patches-unapplied version 0.82 to ubuntu/karmic
Imported using git-ubuntu import.

Changelog parent: 812f9e78182c8943c6d0af276978dac4e8bb6729

New changelog entries:
  [ Loic Minier ]
  * Default suite is the current one as returned by $(lsb_release -cs); depend
    on lsb-release (LP: #301963).
  * Use dpkg --print-architecture as --print-installation-architecture is
    deprecated.
  * Don't explicitely install linux-headers-imx51 on armel; all other arches
    get around this requirement by explicitely seeding the headers in
    desktop-common which we do as well.
  [ Colin Watson ]
  * Remove -nolzma option from mksquashfs, since (a) it's been the default
    since squashfs 1:3.3-1ubuntu1, and (b) it's no longer available in 4.0.
2009-05-29 08:04:29 +00:00
Martin Pitt
74dfcbfe8b Import patches-unapplied version 0.47 to ubuntu/hardy
Imported using git-ubuntu import.

Changelog parent: f5912fb434d8d54d668e2187c6fdc0b21b8bd4b8

New changelog entries:
  * Fix versioned dependency to squashfs-tools. "." != "-", silly me.
2007-12-20 14:04:00 +00:00
Martin Pitt
f5912fb434 Import patches-unapplied version 0.46 to ubuntu/hardy
Imported using git-ubuntu import.

Changelog parent: 7774361625b1d86b18e7b911a82fa72102663b7f

New changelog entries:
  * Use -nolzma option of mksquashfs, since our current kernel squashfs module
    does not support it yet (see LP #177634). Bump dependency to
    squashfs-tools to ensure availability of that option.
2007-12-20 12:04:19 +00:00
Timo Aaltonen
7774361625 Import patches-unapplied version 0.45 to ubuntu/hardy
Imported using git-ubuntu import.

Changelog parent: e77d72ecb4a5c8857250ccd570facf963aa6545a

New changelog entries:
  [ Colin Watson ]
  * Vcs-Bzr is now an official field. Use an unauthenticated URL for it.
  [ Bryce Harrington ]
  * livecd.sh: Leave a token empty xorg.conf in place to let
    xserver-xorg postinst know it needs to regenerate it. (LP: #174537)
2007-12-19 00:06:05 +00:00
Colin Watson
f609db997c Import patches-unapplied version 0.42 to ubuntu/hardy
Imported using git-ubuntu import.

Changelog parent: 2cdcf1f0c577de0dd27948ab3d2b6cf101a9625f

New changelog entries:
  * Create /spu directory and spu group for powerpc+ps3 builds.
  * Add XS-Vcs-Bzr field.
2007-10-24 23:03:40 +00:00
Matthias Klose
17935684f6 Import patches-unapplied version 0.37 to ubuntu/gutsy
Imported using git-ubuntu import.

Changelog parent: ce983b02a7eeb7a67e62aeef3b12d195dcbfa60c

New changelog entries:
  * Run fdupes on ${ROOT}/usr.
2007-10-03 15:04:59 +00:00
Colin Watson
be02feaeba Import patches-unapplied version 0.32 to ubuntu/gutsy
Imported using git-ubuntu import.

Changelog parent: 13c07f49ddcb79b22e3766ef0d97369bde85b416

New changelog entries:
  * For Edubuntu images, include the intersection of edubuntu-ship-addon and
    edubuntu-live in manifest-desktop, so that packages also on the add-on
    CD aren't removed after installation by ubiquity.
2007-07-21 14:03:23 +00:00
Adam Conrad
c091413a69 Import patches-unapplied version 0.30 to ubuntu/gutsy
Imported using git-ubuntu import.
2007-07-11 16:03:26 +00:00