Showing changes from version 1.34 to 1.35 ---- anna (1.35) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Frans Pop ] * Remove no longer needed Lintian override for missing Standards- Version field. -- Colin Watson Thu, 11 Mar 2010 02:17:44 +0000 anna (1.34) unstable; urgency=low Showing changes from version 1:0.43 to 1:0.45 ---- apt-setup (1:0.45) unstable; urgency=low * There's no need anymore to unmount /target/cdrom. -- Frans Pop Fri, 12 Mar 2010 23:11:42 +0100 apt-setup (1:0.44) unstable; urgency=low [ Colin Watson ] * Re-enable progress bar cancellation; debconf 1.5.27 fixes occasional bugs where we weren't exiting 30 appropriately, and debian-installer-utils 1.70 fixes exit code propagation. I've left the comments in place pending testing. * Guard against future multiple-CD handling changes in apt. If multiple CDs are inserted then any one can satisfy a media-change request. We don't yet deal with multiple CDs everywhere, but at least we won't break when 'apt-cdrom ident' starts returning multiple labels. -- Otavio Salvador Mon, 22 Feb 2010 00:00:01 -0300 apt-setup (1:0.43) unstable; urgency=low You must privide a path to the source directory of a package Showing changes from version 1.6 to 1.9 ---- auto-install (1.9) unstable; urgency=low * Keep language/locale selection before clock-setup. -- Frans Pop Tue, 23 Feb 2010 00:42:06 +0100 auto-install (1.8) unstable; urgency=low * Tune menu item numbers for ai-choosers to ensure language/locale selection gets run before keyboard selection. -- Frans Pop Tue, 23 Feb 2010 00:34:08 +0100 auto-install (1.7) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Frans Pop ] * Remove no longer needed Lintian override for missing Standards-Version field. * auto-install: depend on configured-network instead of netcfg. * Add separate udeb 'auto-install-nonet' for inclusion in images that should not include netcfg. Closes: #568292. * Split ai-choosers udeb into a separate udeb for each chooser. The current assumption that an image will always include both localechooser and kbd-chooser is not valid. -- Frans Pop Mon, 22 Feb 2010 01:14:01 +0100 auto-install (1.6) unstable; urgency=low Showing changes from version 1.104 to 1.107 ---- base-installer (1.107) unstable; urgency=low [ Frans Pop ] * Fix install_extra() to actually display the return code from apt-install in case of an error. [ Aurelien Jarno ] * Add script and tests to select SH4 kernels. * Add code to install GNU/kFreeBSD kernel. -- Aurelien Jarno Thu, 13 May 2010 23:10:53 +0200 base-installer (1.106) unstable; urgency=low * Define the mount point for apt-cdrom in target as /media/cdrom instead of /cdrom as the latter was deprecated back in Etch. -- Frans Pop Fri, 12 Mar 2010 22:48:17 +0100 base-installer (1.105) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. * Ensure that Acquire::cdrom::AutoDetect is disabled when running apt-cdrom. We bind-mount /target/cdrom, so apt's new libudev-based autodetection isn't needed during installation. [ Frans Pop ] * powerpc: add kernel selection support for PlayStation 3 systems. * Don't install Recommends during base system installation as it leads to inconsistencies and requires too many exceptions. Instead delay enabling installation of Recommends to the very end of base system installation. Any package installations after base-installer will follow the debconf setting install-recommends, unless overridden in a call to 'apt-install'. * Drop install_filesystems step as that is now being taken care of by post-base-installer.d hook scripts. Requires: partman-base (138), partman-md (50), partman-lvm (69), partman-crypto (41). -- Otavio Salvador Sun, 21 Feb 2010 23:08:51 -0300 base-installer (1.104) unstable; urgency=low There have been no changes in bterm-unifont Showing changes from version 0.147 to 0.149 ---- cdebconf (0.149) unstable; urgency=low [ Colin Watson ] * Remove unused variable in newt_initialize. * Silence compiler warning in dpkg-reconfigure when filling argv. [ Cyril Brulebois ] * Wrap label in GTK frontend to improve display of help dialogs. * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based graphical installer (closes: #574285): - Replace libgtk-directfb-2.0-dev with libgtk2.0-dev, versioned to ensure the new udeb gets a dependency on libgtk-x11-udeb. - Bump the Build-Depends on libcairo2-dev to ensure the new udeb gets a dependency on libcairo2-udeb. - Disable DirectFB includes and dfb_input_device_reload_keymap(). - Update libraries in pkg-config calls. - Set a default cursor after having switched to fullscreen. * Many thanks to Julien Cristau for his patches. -- Frans Pop Wed, 24 Mar 2010 02:07:33 +0100 cdebconf (0.148) unstable; urgency=low * Don't depends on rootskel-gtk in s390 since it is not available on this arch. This ought to be reverted back once rootskel-gtk is available for it. * Add ${misc:Depends} in depends fields. * Bump Standards-Version to 3.8.4. -- Otavio Salvador Sun, 21 Feb 2010 23:43:17 -0300 cdebconf (0.147) unstable; urgency=high Showing changes from version 0.12 to 0.15 ---- cdebconf-entropy (0.15) unstable; urgency=low * Fix syntax error in configure.ac. Thanks to Julien Cristau for spotting my copy-and-paste error. -- Frans Pop Wed, 24 Mar 2010 15:02:42 +0100 cdebconf-entropy (0.14) unstable; urgency=low [ Cyril Brulebois ] * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based graphical installer (closes: #574286): - Get rid of libgtk-directfb-2.0-dev in Build-Depends. - Bump the Build-Depends on libgtk2.0-dev to ensure the new udeb gets a dependency on libgtk-x11-udeb. - Replace gtk+-directfb-2.0 with gtk+-x11-2.0 in configure.ac to use the shared/x11 flavour (which is the one used for the udeb). -- Frans Pop Wed, 24 Mar 2010 02:15:22 +0100 cdebconf-entropy (0.13) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. * Add myself to Uploaders. [ Frans Pop ] * Add missing build dependency on libdebian-installer4-dev. Closes: #562294. -- Colin Watson Mon, 08 Mar 2010 11:42:25 +0000 cdebconf-entropy (0.12) unstable; urgency=low Showing changes from version 0.6 to 0.7 ---- cdebconf-terminal (0.7) unstable; urgency=low [ Frans Pop ] * Remove Standards-Version field. [ Cyril Brulebois ] * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based graphical installer (closes: #574287): - Get rid of libgtk-directfb-2.0-dev in Build-Depends. - Bump the Build-Depends on libgtk2.0-dev to ensure the new udeb gets a dependency on libgtk-x11-udeb. - Replace gtk+-directfb-2.0 with gtk+-x11-2.0 in configure.ac to use the shared/x11 flavour (which is the one used for the udeb). -- Frans Pop Wed, 24 Mar 2010 02:11:57 +0100 cdebconf-terminal (0.6) unstable; urgency=low There have been no changes in cdrom-checker There have been no changes in cdrom-detect Showing changes from version 1.19 to 1.20 ---- cdrom-retriever (1.20) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Frans Pop ] * Remove no longer needed Lintian override for missing Standards- Version field. -- Colin Watson Thu, 11 Mar 2010 02:39:21 +0000 cdrom-retriever (1.19) unstable; urgency=low You must privide a path to the source directory of a package Showing changes from version 2.32 to 2.33 ---- choose-mirror (2.33) unstable; urgency=low * Correctly move progress bar to 100% after reading suites. * Fix incorrect sorting of country lists for English. Closes: #569199. -- Frans Pop Wed, 10 Feb 2010 23:08:52 +0100 choose-mirror (2.32) unstable; urgency=low There have been no changes in clock-setup You must privide a path to the source directory of a package Showing changes from version 1.51 to 1.54 ---- console-setup (1.54) unstable; urgency=low * keyboard-configuration.postinst (udeb): use existing variables for the arguments of setxkbmap. Patch provided by Cyril Brulebois. * Correct the svn address of the repository in the copyright file. Thanks to Daniel Richard G. for finding the problem. * Build resized VGA32x16 and VGA28x16 fonts. Thanks to Daniel Richard G. for the suggestion and the initial patch. * Improved text of the keyboard-configuration/layout (origin) question. Suggestion given by Frans Pop. * Debconf: leave the "Other" choice unsorted as last option. Thanks to Frans Pop, closes: #573987. * Finally properly working (I hope) workaround for #352697. * keyboard-configuration.config: initialise the *_allocated variables. This is important in case the user backs up to the previous dialog. * No need to use XKBMODEL=pc104 as default when debian-installer/keymap is br, dvorak or us. Thanks to Piotr Engelking, closes: #568475. * console-setup(-mini).postinst: do not attempt to configure the console. s/leaved/left/ in setupcon. Thanks to Sven Joachim, closes: #570341. * console-setup-udeb: do not configure the console if used from X. * keyboard-configuration.postinst: properly test for the udeb and execute setupcon and setxkbmap only there. * bdf2psf: correct some false warnings for no space in the font when in fact no gliph is defined in the source bdf font. * bdf2psf: fix a bug in the computation of %equiv causing some fonts (for example VGA14) to be compiled with inconsistent look of the characters (different characters were taken from different fonts). -- Anton Zinoviev Tue, 23 Mar 2010 22:10:32 +0200 console-setup (1.53) unstable; urgency=low * console-setup-udeb.base-installer: fix bad package name for the templates to mark as seen (keyboard-configuration instead of keyboard-setup). -- Anton Zinoviev Wed, 17 Feb 2010 19:55:24 +0200 console-setup (1.52) unstable; urgency=low * Use lv3:ralt_alt only if there is no other option for the right Alt key. Thanks to GW, closes: #566009. * Some installer related changes (thanks to Cyril Brulebois for finding the problems and proposing some patches): - keyboard-configuration.config: properly test that we are in the installer (in which case the model question has to be skipped). - mark the questions of keyboard-configuration as seen in console-setup-udeb.base-installer to avoid asking them by the main package. - run setxkbmap in the postinst of the udeb. * setupcon: print error message when not started from the console. Thanks to Michal Suchanek, closes: #569057. -- Anton Zinoviev Wed, 17 Feb 2010 17:59:38 +0200 console-setup (1.51) unstable; urgency=low Showing changes from version 1.73 to 1.75 ---- debian-installer-utils (1.75) unreleased; urgency=low [ Samuel Thibault ] * debian/rules: Add hurd terminfo on hurd. -- Samuel Thibault Fri, 18 Jun 2010 11:21:14 +0200 debian-installer-utils (1.75) unstable; urgency=low * Add GNU/kFreeBSD specific code to setup the chroot. -- Aurelien Jarno Thu, 13 May 2010 23:35:59 +0200 debian-installer-utils (1.74) unstable; urgency=low * list-devices: Add support for dmraid disks and partitions. Exclude disks and partitions that are already part of a dmraid set. * list-devices: Consider virtio devices as disks (LP: #568143). * ncurses-base 5.4-9 moved the base terminfo descriptions to /lib/terminfo, and ncurses-base 5.7+20100313-1 removed the compatibility symlinks in /usr/share/terminfo. Cope with either directory for convenience, in case we ever need descriptions that are still in /usr/share/terminfo. -- Colin Watson Tue, 27 Apr 2010 11:23:35 +0100 debian-installer-utils (1.73) unstable; urgency=low There have been no changes in debootstrap There have been no changes in dh-di There have been no changes in finish-install Showing changes from version 2.29 to 2.31 ---- flash-kernel (2.31) unstable; urgency=low * Add support for the HP t5325 Thin Client. -- Martin Michlmayr Sat, 19 Jun 2010 13:12:44 +0100 flash-kernel (2.30) unstable; urgency=low * Add support for OpenRD-Ultimate. -- Martin Michlmayr Sat, 19 Jun 2010 11:02:44 +0100 flash-kernel (2.29) unstable; urgency=low Showing changes from version 1.75 to 1.78 ---- hw-detect (1.78) unstable; urgency=low [ Petter Reinholdtsen ] * Add support for Dell Driver Injection disk v1, an integrated flash media based solution for adding in drivers after OS launches. Patch from Mario Limonciello and Ubuntu (LP: #341526). This add some untranslated strings the the .po files. * Install mouseemu on systems likely to have single-button mice (i.e. non-desktop Macs LP: #251830), but not powerpc64 since it is said to cause an oops in the input layer. Patch from Colin Watson and Ubuntu. * Depend on pciutils-udeb for lspci. Patch from Colin Watson and Ubuntu. * Adjust code reloading modules in check-missing-firmware.sh to only reload once when a module need several firmware files. -- Petter Reinholdtsen Wed, 26 May 2010 08:04:02 +0200 hw-detect (1.77) unstable; urgency=low [ Frans Pop ] * check-missing-firmware: install loose firmware files in subdirectories if that's where the kernel expects them. Closes: #572785. [ Petter Reinholdtsen ] * Use discover-pkginstall to install hardware related packages automatically during installation (Closes: #577451). Run it from pre-pkgsel to make sure a upgraded discover package is available. * Make sure check-missing-firmware follow symlinks and copy the content to make sure symlinked firmware files work too. * Move code checking for firmware in check-missing-firmware to a separate function, to allow it to be used several places. * Also look for firmware debs and udebs in the PXE initrd and on the CD media, in a firmware/ directory (Closes: #574116). * Add cross building support (Closes: #572369). Patch from Hector Oron. * Run preinst script of firmware debs in case there is a license question there to accept, and do not activate firmware if the preinst script return non-zero exit code (Closes: #574158). [ Joey Hess ] * Remove myself from Uploaders. -- Petter Reinholdtsen Sat, 22 May 2010 17:58:26 +0200 hw-detect (1.76) unstable; urgency=low [ Joey Hess ] * check-missing-firmware: Try probing once for missing firmware before prompting for it to be provided. * Add new preseedable ethdetect/prompt_missing_firmware, which will be used by oldsys-preseed to avoid firmware prompting happening before network-console starts. [ Frans Pop ] * Queue pciutils for installation if the system has a pci bus. * Drop --no-recommends option for installation of acpi-related packages. Requires base-installer 1.105. -- Frans Pop Mon, 22 Feb 2010 04:29:28 +0100 hw-detect (1.75) unstable; urgency=low There have been no changes in installation-locale Showing changes from version 2.39 to 2.40 ---- installation-report (2.40) unstable; urgency=low [ Frans Pop ] * /proc/bus/usb/devices will no longer be available with kernel 2.6.31 due to the obsoletion of usbfs, so use different sources for listing USB devices in the hardware-summary. For the udeb a new script is added that walks sysfs to print the most relevant issues; when run on an installed system several alternatives are tried in sequence. * Move apt-install of installation-report to pre-pkgsel.d, but install with --no-recommends to avoid marking reportbug as 'automatically installed'. [ Colin Watson ] * Upgrade to debhelper v7. [ Otavio Salvador ] * dfbinfo is now at /usr/bin. Refs #552700. -- Otavio Salvador Tue, 23 Feb 2010 15:58:01 -0300 installation-report (2.39) unstable; urgency=low There have been no changes in iso-scan Showing changes from version 1.53 to 1.57 ---- kbd-chooser (1.57) unstable; urgency=low * Enable USB keyboards on sh4. * Enable AT, USB and SPARC keyboards on sparc64. -- Aurelien Jarno Wed, 12 May 2010 22:27:57 +0200 kbd-chooser (1.56) unstable; urgency=low * Add sh4 and sparc64 to the list of supported architectures. Closes: #547995. -- Aurelien Jarno Tue, 11 May 2010 08:45:43 +0200 kbd-chooser (1.55) unstable; urgency=low * Update isinstallable script for new auto-install framework. Requires preseed (>= 1.45). -- Frans Pop Wed, 24 Mar 2010 16:41:11 +0100 kbd-chooser (1.54) unstable; urgency=low * Ensure that kbd gets installed together with console-setup. Currently it is only recommended. * Install keyboard-configuration instead of console-setup on kfreebsd and hurd as those arches don't have kbd. -- Frans Pop Thu, 18 Mar 2010 22:39:29 +0100 kbd-chooser (1.53) unstable; urgency=low You must privide a path to the source directory of a package Showing changes from version 0.53 to 0.54 ---- kickseed (0.54) unstable; urgency=low * Add Vcs-Svn field. * Add notes about why templates are untranslatable. * Only preseed partman-lvm/confirm if the logvol command was used. * Preseed partman/confirm_nooverwrite as well as partman/confirm. * Be lenient if the Kickstart file author forgets the required space after '@' in a %packages section (LP: #419392). -- Colin Watson Sat, 27 Mar 2010 23:49:22 +0000 kickseed (0.53) unstable; urgency=low Showing changes from version 0.69 to 0.74 ---- libdebian-installer (0.74) unstable; urgency=low * Add support for OpenRD-Ultimate. -- Martin Michlmayr Sat, 19 Jun 2010 11:00:17 +0100 libdebian-installer (0.73) unstable; urgency=low * Add support for the HP t5325 Thin Client -- Martin Michlmayr Sun, 13 Jun 2010 20:06:12 +0100 libdebian-installer (0.72) unstable; urgency=low * Add support for the eSATA SheevaPlug. -- Martin Michlmayr Mon, 24 May 2010 14:05:03 +0100 libdebian-installer (0.71) unstable; urgency=low * Add support for the GuruPlug. -- Martin Michlmayr Mon, 24 May 2010 14:02:30 +0100 libdebian-installer (0.70) unstable; urgency=low * Add support for SH4 RTS7751R2D and SH7785LCR boards. -- Aurelien Jarno Thu, 13 May 2010 12:19:18 +0200 libdebian-installer (0.69) unstable; urgency=low Showing changes from version 15 to 18 ---- live-installer (18) unstable; urgency=low [ Cody A.W. Somerville ] * Always reconfigure X but if xorg.conf exists and is not zero byte then copy xorg.conf before reconfiguring and then copy back once complete. -- Daniel Baumann Thu, 18 May 2010 18:53:34 +0200 live-installer (17) unstable; urgency=low * Update waypoints in line with changes in base-installer. -- Frans Pop Mon, 22 Feb 2010 03:55:43 +0100 live-installer (16) unstable; urgency=low * Applying slightly modified patch from Cody A.W. Somerville to add live-installer.d script handling resume partition configuration. -- Daniel Baumann Wed, 17 Feb 2010 13:04:15 +0100 live-installer (15) unstable; urgency=low Showing changes from version 2.24 to 2.26 ---- localechooser (2.26) unstable; urgency=low * Update isinstallable script for new auto-install framework. Requires preseed (>= 1.45). -- Frans Pop Wed, 24 Mar 2010 16:36:10 +0100 localechooser (2.25) unstable; urgency=low [ Frans Pop ] * Make state engine slightly more robust. [ Colin Watson ] * Remove debian/templates.tmp on clean. [ Christian Perrier ] * Enable Thai for the text (framebuffer) installer -- Christian Perrier Sun, 14 Feb 2010 17:16:07 +0100 localechooser (2.24) unstable; urgency=low Showing changes from version 1.31 to 1.32 ---- lowmem (1.32) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. * Add ${shlibs:Depends} to lowmemcheck. [ Frans Pop ] * Remove no longer needed Lintian override for missing Standards- Version field. [ Aurelien Jarno ] * Add memory values for sh4. -- Aurelien Jarno Wed, 12 May 2010 22:25:16 +0200 lowmem (1.31) unstable; urgency=low There have been no changes in lvmcfg Showing changes from version 1.30 to 1.31 ---- main-menu (1.31) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Frans Pop ] * Remove check for menu item 99900; no packages use it anymore. * Remove no longer needed Lintian override for missing Standards- Version field. * Don't mark menu items that are not installable as "seen". This will allow auto-install to be simplified. -- Frans Pop Tue, 23 Mar 2010 21:40:55 +0100 main-menu (1.30) unstable; urgency=low There have been no changes in mdcfg There have been no changes in media-retriever There have been no changes in mklibs There have been no changes in mountmedia Showing changes from version 1.51 to 1.52 ---- netcfg (1.52) unstable; urgency=low [ Aurelien Jarno ] * Loopback network interface name is lo on GNU/Linux and lo0 on GNU/kFreeBSD; generalize it with a macro. * Build the netcfg binary package on sh4. [ Otavio Salvador ] * Add support to disable network configuration using preseeding in netcfg/enable template. Thanks to Anthony L. Awtrey for the patch. Closes: #538265 [ Colin Watson ] * On Linux, feed the output of 'ip addr show' into /dev/random after the network is up to improve entropy. Idea picked up from Theodore Y. Ts'o, http://lkml.org/lkml/2007/12/8/108. * Upgrade to debhelper v7. * Tell dhclient to wait for netcfg/dhcp_timeout seconds before exiting (closes: #566006, LP: #315231). [ Otavio Salvador ] * Use busybox' udhcpc by default but kfreebsd-amd64 and kfreebsd-i386 since they lack support in busybox at this moment. [ Frans Pop ] * Remove no longer needed Lintian override for missing Standards- Version field. * Disable wireless support for s390. * Fix FTBS on s390 caused by upgrade to debhelper v7. * Drop support for the discontinued lpia architecture. * Improve test for presence of dhcp/dhcp3. * Don't ship unnecessary/unused dhcp directories. -- Otavio Salvador Sun, 21 Feb 2010 23:02:42 -0300 netcfg (1.51) unstable; urgency=low There have been no changes in net-retriever There have been no changes in network-console Showing changes from version 1.25 to 1.26 ---- nobootloader (1.26) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Frans Pop ] * Remove no longer needed Lintian override for missing Standards- Version field. -- Colin Watson Thu, 11 Mar 2010 02:31:09 +0000 nobootloader (1.25) unstable; urgency=low Showing changes from version 3.10 to 3.11 ---- oldsys-preseed (3.11) unstable; urgency=low [ Joey Hess ] * Preseed ethdetect/prompt_missing_firmware, to avoid prompts about firmware before network-console is running. [ Frans Pop ] * Remove Standards-Version field. [ Ryan Tandy ] * Add support for Buffalo Linkstation Pro/Live. Closes: #580709. -- Martin Michlmayr Fri, 21 May 2010 21:55:02 +0100 oldsys-preseed (3.10) unstable; urgency=low Showing changes from version 1.35 to 1.38 ---- os-prober (1.38) unstable; urgency=low * Handle single-quoted items in grub.cfg; this has been part of the syntax for a while, but recently started being used upstream to avoid another bug. -- Colin Watson Fri, 16 Apr 2010 12:17:28 +0100 os-prober (1.37) unstable; urgency=low [ Frans Pop ] * 90linux-distro: also allow for lib32 and lib64 directories when looking for ld*.so*. With thanks to Maximilian Gerhard. Closes: #574407. [ Colin Watson ] * Detect Windows Server 2008 and Windows Server 2008 R2, thanks to Thorsten. LP: #544117 * Detect Arch Linux initrds: http://wiki.archlinux.org/index.php/GRUB2 and http://repos.archlinux.org/wsvn/packages/grub2/trunk/grubconfig.archlinux.patch indicate that /boot/vmlinuz26 is associated with /boot/kernel26.img. LP: #518826 -- Colin Watson Tue, 13 Apr 2010 14:15:35 +0100 os-prober (1.36) unstable; urgency=low [ Colin Watson ] * Suppress tedious fd leak warnings from LVM tools. [ Frans Pop ] * Drop support for the discontinued lpia architecture. [ Christian Perrier ] * Properly quote variable in os-probes/mounted/x86. Thanks to Fabian Greffrath for the patch. Closes: #563825 [ Otavio Salvador ] * Applied patch from Brad Jorsch to properly detect Windows' recovery partitions. Closes: #547382 [ Joey Hess ] * Load btrfs module if available. * Fix arbitrary code execution via eval. Closes: #569229 * Tighten up quoting of shell variables overall. * Avoid ever running mount command from filesystems being probed. Closes: #569222 * Avoid leaving a temporary mountpoint behind when exiting in some exceptional conditions. Closes: #569235 -- Otavio Salvador Tue, 23 Feb 2010 15:50:17 -0300 os-prober (1.35) unstable; urgency=medium There have been no changes in partconf There have been no changes in partitioner You must privide a path to the source directory of a package Showing changes from version 0.26 to 0.29 ---- pkgsel (0.29) unstable; urgency=low * 90popcon: really, really make installation of popcon work again. -- Frans Pop Tue, 23 Mar 2010 04:34:41 +0100 pkgsel (0.28) unstable; urgency=low * 90popcon: fix syntax error. -- Frans Pop Sun, 14 Mar 2010 08:29:49 +0100 pkgsel (0.27) unstable; urgency=low * Use apt-install instead of apt-get to install popularity-contest. Use the --no-recommends option to avoid pulling in an MTA (exim4). * Ensure installation of popularity-contest is done late to keep its dialog as close as possible to tasksel. -- Frans Pop Mon, 22 Feb 2010 04:38:23 +0100 pkgsel (0.26) unstable; urgency=low You must privide a path to the source directory of a package Showing changes from version 1.43 to 1.45 ---- preseed (1.45) unstable; urgency=low * Integrate auto-install support in the preseed udebs. Requires main-menu (>= 1.31). -- Frans Pop Wed, 24 Mar 2010 16:33:00 +0100 preseed (1.44) unstable; urgency=low [ Frans Pop ] * Ensure the last "filename" option gets used in case there are multiple dhcp leases. [ Otavio Salvador ] * Use new udhcpc leases file. -- Otavio Salvador Sun, 21 Feb 2010 23:49:36 -0300 preseed (1.43) unstable; urgency=low There have been no changes in rescue Showing changes from version 1.82 to 1.84 ---- rootskel (1.84) unstable; urgency=low [ Samuel Thibault ] * hurd-i386 does not need klibc. [ Frans Pop ] * Avoid an endless loop if the installer should be booted with init=/init. -- Frans Pop Sun, 21 Mar 2010 16:06:12 +0100 rootskel (1.83) unstable; urgency=low * Remove reference to socket-modules udeb from /etc/modules.conf. The udeb is no longer used. * Be more precise regarding the new "console handover" message to avoid running into #499030 again. -- Frans Pop Fri, 05 Mar 2010 15:01:52 +0100 rootskel (1.82) unstable; urgency=low Showing changes from version 1.17 to 1.19 ---- rootskel-gtk (1.19) unstable; urgency=low [ Frans Pop ] * Drop dependency on gtk2-engines-udeb and mouse-modules. Leave it to pkg-lists to include them instead. [ Julien Cristau ] * Only start X if we're using the GTK frontend. Also try to not start X clients before the server is ready to accept connections. Closes: #575751. -- Frans Pop Sun, 04 Apr 2010 19:00:22 +0200 rootskel-gtk (1.18) unstable; urgency=low [ Julien Cristau / Frans Pop ] * Switch to X.Org instead of DirectFB as backend (closes: #574288): - No longer install directfb-related files, but keep them in the source for now. - src/lib/debian-installer.d/S62Xorg: new script to start the X server. -- Frans Pop Wed, 24 Mar 2010 02:10:09 +0100 rootskel-gtk (1.17) unstable; urgency=low There have been no changes in tzsetup There have been no changes in udpkg Showing changes from version 1.07 to 1.08 ---- usb-discover (1.08) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Frans Pop ] * Remove no longer needed Lintian override for missing Standards- Version field. -- Colin Watson Thu, 11 Mar 2010 02:25:54 +0000 usb-discover (1.07) unstable; urgency=low There have been no changes in userdevfs Showing changes from version 1.28 to 1.30 ---- user-setup (1.30) unstable; urgency=low [ Petter Reinholdtsen ] * Move main-menu item before partitioning and installation of the base system, to get more questions earlier during installation. -- Petter Reinholdtsen Mon, 14 Jun 2010 00:08:14 +0200 user-setup (1.29) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Frans Pop ] * Add first user to group dip instead of dialout (see #568895; with thanks to Marco d'Itri). -- Otavio Salvador Sun, 21 Feb 2010 23:56:30 -0300 user-setup (1.28) unstable; urgency=low