Adding live-package 0.99.25-1.

This commit is contained in:
Daniel Baumann 2007-09-23 10:04:41 +02:00
parent 9be72d4e69
commit fdfcd0ff29
26 changed files with 42 additions and 25 deletions

View File

@ -1,3 +1,13 @@
2007-03-09 Daniel Baumann <daniel@debian.org>
* Added kbd to all !minimal lists.
2007-03-08 Otavio Salvador <otavio@debian.org>
* helpers/lh_configapt: Fix aptitude configuration to really avoid
recommended packages to get installed.
* src/scripts/02defaults.sh: Export LIVE_ISOLINUX_SPLASH.
2007-03-04 Daniel Baumann <daniel@debian.org>
* Replaced removal of kernel on minimal flavours with excludes on the

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
live-package (0.99.25-1) unstable; urgency=low
* New upstream release.
-- Daniel Baumann <daniel@debian.org> Fri, 9 Mar 2007 01:49:00 +0100
live-package (0.99.24-1) unstable; urgency=low
* New upstream release:

View File

@ -26,9 +26,9 @@ case "${1}" in
if [ "${LIVE_RECOMMENDS}" = "yes" ]
then
echo "Aptitude::Recommends-Important \"true\";" > "${LIVE_CHROOT}"/etc/apt/apt.conf.d/00make-live_recommends.conf
echo "Aptitude::Recommends-Important \"true\";" >> "${LIVE_CHROOT}"/etc/apt/apt.conf
else
echo "Aptitude::Recommends-Important \"false\";" > "${LIVE_CHROOT}"/etc/apt/apt.conf.d/00make-live_recommends.conf
echo "Aptitude::Recommends-Important \"false\";" >> "${LIVE_CHROOT}"/etc/apt/apt.conf
fi
;;

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# GNOME
gdm gdm-themes gnome-desktop-environment gnome-cups-manager gnome-screensaver

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# GNOME Core
gdm gnome-core

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# GNOME Full
gdm gnome

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# GNOME
gdm gdm-themes gnome-desktop-environment gnome-cups-manager gnome-screensaver

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# X11
wdm x-window-system-core

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# KDE
kde kdm

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# KDE Core
kde-core kdm

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Standard i18n
manpages manpages-dev manpages-de manpages-de-dev manpages-es manpages-es-extra

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# KDE
kde kdm

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Standard i18n
manpages manpages-dev manpages-de manpages-de-dev manpages-es manpages-es-extra

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# KDE
kde kdm

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Standard i18n
manpages manpages-dev manpages-de manpages-de-dev manpages-es manpages-es-extra

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Standard i18n
manpages manpages-dev manpages-de manpages-de-dev manpages-es manpages-es-extra

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# KDE
kde kdm

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Rescue
@ -54,3 +54,4 @@ clamav
clamav-data
wipe
secure-delete
minicom

View File

@ -4,4 +4,4 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Standard i18n
manpages manpages-dev manpages-de manpages-de-dev manpages-es manpages-es-extra

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# X11
xdm x-window-system

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# X11
xdm x-window-system-core

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Xfce
gdm xfce4

View File

@ -4,7 +4,7 @@
eject file sudo vim-tiny
# Standard
console-common locales
console-common kbd locales
# Xfce
gdm xfce4

View File

@ -28,7 +28,7 @@ set -e
BASE=${LIVE_BASE:-"/usr/share/make-live"}
CONFIG="/etc/make-live.conf"
PROGRAM="`basename ${0}`"
VERSION="0.99.24"
VERSION="0.99.25"
export VERSION

View File

@ -372,5 +372,5 @@ Defaults ()
# Variables that do not have defaults but need to be exported to
# allow other helpers to use their values
export LIVE_BOOTAPPEND LIVE_BOOTSTRAP_CONFIG LIVE_INCLUDE_CHROOT LIVE_PRESEED
export LIVE_BOOTAPPEND LIVE_BOOTSTRAP_CONFIG LIVE_INCLUDE_CHROOT LIVE_PRESEED LIVE_ISOLINUX_SPLASH
}