Change log for libdebian-installer package in Debian
1 → 67 of 67 results | First • Previous • Next • Last |
libdebian-installer (0.125) unstable; urgency=medium * Team upload. [ Debian Janitor ] * libdebian-installer4-dev: Add Multi-Arch: same. [ John Paul Adrian Glaubitz ] * Add subarch detection for loong64. (Closes: #1066023) -- Holger Wansing <email address hidden> Thu, 14 Nov 2024 18:50:32 +0100
libdebian-installer (0.124) unstable; urgency=high * Package parser: ignore multiarch qualifier suffix (Closes: #1020783). This is required to deal with the perl:any dependency of the usrmerge package, pulled via init-system-helpers: https://lists.debian.org/debian-devel-announce/2022/09/msg00001.html -- Cyril Brulebois <email address hidden> Sun, 02 Oct 2022 04:14:09 +0200
libdebian-installer (0.123) unstable; urgency=medium * Team upload. [ Debian Janitor ] * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on dpkg-dev. + libdebian-installer4: Drop versioned constraint on cdebootstrap in Breaks. + libdebian-installer-extra4: Drop versioned constraint on cdebootstrap in Breaks. -- Holger Wansing <email address hidden> Mon, 18 Jul 2022 14:39:10 +0200
libdebian-installer (0.122) unstable; urgency=medium [ Samuel Thibault ] * debian/rules: Inherit CFLAGS from environment. That includes the -ffile-prefix-map= option (as pointed out by Vagrant Cascadian, thanks!), making the build reproducible. Closes: #991177 -- Cyril Brulebois <email address hidden> Tue, 19 Oct 2021 13:55:29 +0200
libdebian-installer (0.121) unstable; urgency=medium [ Holger Wansing ] * Remove trailing whitespaces from changelog and control file, to fix lintian tag. [ Debian Janitor ] * Bump debhelper from deprecated 9 to 12. * Set debhelper-compat version in Build-Depends. * Drop unnecessary dependency on dh-autoreconf. * Rely on pre-initialized dpkg-architecture variables. [ Steve McIntyre ] * Remove the arbitrary limitation on maximum line length in Packages and Sources files - it's pointless and breaks things periodically. Closes: #971946 * Update Standards-Version to 4.5.1 -- Steve McIntyre <email address hidden> Sat, 30 Jan 2021 00:50:27 +0000
libdebian-installer (0.120) unstable; urgency=medium * Team upload. [ Karsten Merker ] * Add subarch detection for riscv64. -- Karsten Merker <email address hidden> Wed, 14 Aug 2019 20:49:28 +0200
libdebian-installer (0.119) unstable; urgency=medium [ Cyril Brulebois ] * Drop support for arm*/ixp4xx and arm*/iop32x; support for those platforms was removed from the Linux kernel and therefore d-i. * Remove Christian Perrier from Uploaders, with many thanks for all his contributions over the years! (Closes: #927544) [ Bastian Blank ] * Enlarge maximum line length in Packages and Sources files. (closes: #554444) -- Bastian Blank <email address hidden> Tue, 07 May 2019 13:17:47 +0200
libdebian-installer (0.118) unstable; urgency=medium * Make all arm32 machines with EFI show up as subarch efi -- Steve McIntyre <email address hidden> Sat, 09 Feb 2019 19:04:11 +0000
libdebian-installer (0.117) unstable; urgency=medium * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement). -- Cyril Brulebois <email address hidden> Sun, 23 Dec 2018 17:38:42 +0100
libdebian-installer (0.116) unstable; urgency=medium [ Michael Karcher ] * subarch-sparc-linux.c: Fix return value of di_system_subarch_analyze -- Christian Perrier <email address hidden> Sat, 14 Apr 2018 07:47:18 +0200
libdebian-installer (0.115) unstable; urgency=medium * Team upload. [ Manuel A. Fernandez Montecelo ] * Support "nodoc" in DEB_BUILD_PROFILES and DEB_BUILD_OPTIONS (Closes: #892935) -- Karsten Merker <email address hidden> Fri, 16 Mar 2018 18:39:58 +0100
libdebian-installer (0.114) unstable; urgency=medium [ John Paul Adrian Glaubitz ] * subarch-sparc-linux.c: - Add support for detecting actual sun4 sub-architecture - Add support for detecting supported partition tables * Use subarch-sparc-linux.c for sparc64 as well. -- Christian Perrier <email address hidden> Mon, 19 Feb 2018 07:19:16 +0100
libdebian-installer (0.113) unstable; urgency=medium * Team upload. [ Helmut Grohne ] * Do not compile with -Werror by default. Closes: #885712. -- Karsten Merker <email address hidden> Tue, 02 Jan 2018 22:28:29 +0100
libdebian-installer (0.112) unstable; urgency=medium [ Reiner Herrmann ] * src/exec.c: Include poll.h instead of sys/poll.h. Closes: #861598. [ Helmut Grohne ] * Fix FTBFS with gcc-8: Mark di_parser_fieldinfo constants extern. Closes: #881932. [ Aurelien Jarno ] * src/system/devfs.c: include <sys/sysmacros.h> instead of <sys/types.h>. Closes: #882089. -- Aurelien Jarno <email address hidden> Sun, 19 Nov 2017 18:12:25 +0100
libdebian-installer (0.111) unstable; urgency=medium [ Aurelien Jarno ] * subarch-mips-linux.c: Add support for checking the "isa" field. Fallback checking for the "isa" field for unknown CPUs. Closes: #865425. Drop unsupported subarchitectures. -- Aurelien Jarno <email address hidden> Sun, 25 Jun 2017 18:42:05 +0200
libdebian-installer (0.110) unstable; urgency=medium [ Martin Michlmayr ] * subarch-arm-linux.c: Add NETGEAR ReadyNAS Duo v2. Closes: #855965 -- Christian Perrier <email address hidden> Wed, 22 Mar 2017 11:59:18 +0100
libdebian-installer (0.109) unstable; urgency=medium [ Samuel Thibault ] * Fix build with gcc-7. Closes: #853489 [ Steven Chamberlain ] * Parse SHA256 fields in Packages files. (closes: #856210) * Parse SHA256 fields in Release files. [ Bastian Blank ] * Update versions for changed symbols. - Add Breaks on cdebootrap. -- Bastian Blank <email address hidden> Sun, 05 Mar 2017 11:02:27 +0000
libdebian-installer (0.108) unstable; urgency=medium [ Helmut Grohne ] * Make Build-Depends: check optional via <!nocheck> profile. Closes: #787044. -- Christian Perrier <email address hidden> Tue, 30 Aug 2016 06:45:17 +0200
libdebian-installer (0.107) unstable; urgency=medium [ Steve McIntyre ] * armel/armhf: Fix missing efi include FTBFS -- Christian Perrier <email address hidden> Mon, 20 Jun 2016 08:21:12 +0200
libdebian-installer (0.106) unstable; urgency=medium [ Steve McIntyre ] * armhf: Add EFI detection. [ Mathieu Trudel-Lapierre ] * validate the presence of efivars *or* vars under /sys/firmware/efi to decide whether we should show the system as running in EFI mode; either of these paths is required for efibootmgr to set a BootEntry at the end of installation. Closes: #826665 -- Christian Perrier <email address hidden> Sun, 12 Jun 2016 09:06:30 +0200
libdebian-installer (0.105) unstable; urgency=medium [ Aurelien Jarno ] * Add mips64el support. -- Aurelien Jarno <email address hidden> Sun, 22 May 2016 15:21:37 +0200
libdebian-installer (0.104) unstable; urgency=medium [ Roger Shimizu ] * armel: Add various orion5x/kirkwood based Buffalo Linkstation devices supported by device-tree -- Christian Perrier <email address hidden> Wed, 17 Feb 2016 07:05:06 +0100
libdebian-installer (0.103) unstable; urgency=medium [ Colin Watson ] * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb. -- Christian Perrier <email address hidden> Sat, 13 Feb 2016 15:17:19 +0100
libdebian-installer (0.102) unstable; urgency=medium [ Karsten Merker ] * armel: Add kirkwood mapping for the Iomega Iconnect dtb. -- Christian Perrier <email address hidden> Wed, 18 Nov 2015 07:21:51 +0100
libdebian-installer (0.99+deb8u1) jessie; urgency=medium [ Martin Michlmayr ] * Add device tree variants for supported armel/kirkwood devices. (Closes: #787563) -- Cyril Brulebois <email address hidden> Wed, 03 Jun 2015 15:22:53 +0200
libdebian-installer (0.101) unstable; urgency=medium [ Martin Michlmayr ] * Add device tree variants for supported armel/kirkwood devices. (Closes: #787563) -- Cyril Brulebois <email address hidden> Wed, 03 Jun 2015 00:55:08 +0200
libdebian-installer (0.100) unstable; urgency=medium [ Philipp Kern ] * Run unit tests during build. * Add a simple unit test to test libdebian-installer's exec functionality. [ Christian Perrier ] * Update Standards to 3.9.6 (checked) -- Christian Perrier <email address hidden> Mon, 25 May 2015 07:59:28 +0200
libdebian-installer (0.99) unstable; urgency=medium * Replace NULL terminator for the arm map_hardware table, accidentally dropped in 0.92 (Closes: #776488). -- dann frazier <email address hidden> Wed, 28 Jan 2015 10:51:22 -0700
libdebian-installer (0.98) unstable; urgency=low [ Steve McIntyre ] * Recognise the new ignore_uefi flag from partman-efi. * Add myself to uploaders. -- Steve McIntyre <email address hidden> Tue, 25 Nov 2014 17:32:51 +0000
libdebian-installer (0.97) unstable; urgency=low [ Jérémy Bobbio ] * Do not write timesamps in Doxygen generated documentation for reproducibility of the build process. -- Christian Perrier <email address hidden> Thu, 25 Sep 2014 06:39:10 +0200
libdebian-installer (0.96) unstable; urgency=medium * arm64: Detect UEFI based systems as "efi" subarch. -- Ian Campbell <email address hidden> Thu, 04 Sep 2014 21:19:26 +0100
libdebian-installer (0.95) unstable; urgency=medium [ Aurelien Jarno ] * Add ppc64 and ppc64el support, based on a patch from Frederic Bonnard. -- Aurelien Jarno <email address hidden> Sun, 17 Aug 2014 23:25:04 +0200
libdebian-installer (0.94) unstable; urgency=medium [ Aurelien Jarno ] * Group Loongson 3A and 3B in the same loongson-3 subarchitecture. -- Aurelien Jarno <email address hidden> Sat, 12 Jul 2014 16:35:02 +0200
libdebian-installer (0.93) unstable; urgency=medium [ Colin Watson ] * Policy version 3.9.5: no changes required. * Upgrade doxygen configuration file using "doxygen -u", suppressing several build warnings. [ Ian Campbell ] * Add support for the Buffalo Linkstation LS-XHL. (Closes: #740787) -- Cyril Brulebois <email address hidden> Fri, 14 Mar 2014 12:33:35 +0100
libdebian-installer (0.92) unstable; urgency=low [ Ian Campbell ] * armel: Add support for "Buffalo Linkstation LS-CHLv2". (Closes: #735452) * armhf/el: Return "generic" subarch for unknown platforms. * arm64: Always return "generic" subarch. -- Colin Watson <email address hidden> Mon, 27 Jan 2014 16:21:00 +0000
libdebian-installer (0.91) unstable; urgency=medium * mips, mipsel: rewrite subarch-mips-linux.c: - Use a regex system instead of a two level lookup to provide more flexibility. - Use subarch-mips-linux.c for mipsel, as more and more systems are bi-endian. - Remove non-supported platforms. - Add support for Cavium Octeon platforms. - Detect more Loongson 2E and 2F machines. -- Aurelien Jarno <email address hidden> Sat, 28 Dec 2013 09:50:51 +0100
libdebian-installer (0.90) unstable; urgency=medium * Add support for Loongson 3A platforms. -- Aurelien Jarno <email address hidden> Fri, 27 Dec 2013 20:27:38 +0100
libdebian-installer (0.89) unstable; urgency=low * Add support for EXYNOS5440 platforms * Add support for Calxeda Highbank and Midway platforms * Add support for arm64 * Add support for virt subarch for arm32/arm64 guests * Add support for the ARMv8 foundation model * Add support for Applied Micro X-Gene systems -- dann frazier <email address hidden> Mon, 23 Dec 2013 13:43:25 -0700
libdebian-installer (0.88) unstable; urgency=low [ Colin Watson ] * Drop the nonnull function attribute from di_mem_chunk_new and internal_di_mem_chunk_compute_size; it is meaningless on functions none of whose parameters are pointers, and clang warns about this. * Switch from INCLUDES to AM_CPPFLAGS in Makefile.am files. * Restore handling of pipe errors, since this is now a build failure in Debian due to -Werror=unused-result. * Convert to multiarch. (libdebian-installer4-dev cannot currently be Multi-Arch: same due to differences in doxygen output.) [ Dmitrijs Ledkovs ] * Set debian source format to '3.0 (native)'. * Bump debhelper compat level to 9. * Set Vcs-* to canonical format. [ Christian Perrier ] * Update Standards to 3.9.4 (checked) -- Christian Perrier <email address hidden> Sun, 14 Jul 2013 13:18:37 +0200
libdebian-installer (0.87) unstable; urgency=low * Drop autotools-dev dh sequence (autoreconf already does what's needed and one should use only one of them anyway), and autotools-dev build-dep. * Update the HACKING file: no need for a manual “autoreconf -i -v” when building a Debian package. That clutters source diffs, which the autoreconf dh sequence aims at keeping clean, be it only for release managers' ease of reviewing. -- Cyril Brulebois <email address hidden> Tue, 09 Apr 2013 04:50:44 +0200
libdebian-installer (0.86) unstable; urgency=low * Drop support for PGP signed files in RFC822 parser. -- Bastian Blank <email address hidden> Sat, 06 Apr 2013 15:33:36 +0200
libdebian-installer (0.85) unstable; urgency=low * Add support for versatile express platform. -- Aurelien Jarno <email address hidden> Sat, 20 Oct 2012 14:30:32 +0200
libdebian-installer (0.84) unstable; urgency=low [ Steve McIntyre ] * Add "efi" as a subarch for amd64 and i386 -- Cyril Brulebois <email address hidden> Thu, 20 Sep 2012 16:13:10 +0200
Superseded in wheezy-release |
Superseded in sid-release |
Superseded in wheezy-release |
Superseded in sid-release |
libdebian-installer (0.83) unstable; urgency=low * Re-upload without files from git checkout. * Use dh-autoreconf to avoid huge diffs when automake gets an update: - Add dh-autoreconf to Build-Depends. - Use the autoreconf dh sequence. - Get rid of the configure target accordingly (it was running autoreconf, then exiting with error code 1). * Simplify the config.{guess,sub} update by using the autotools-dev dh sequence. -- Cyril Brulebois <email address hidden> Sun, 12 Aug 2012 21:21:55 +0200
libdebian-installer (0.82) unstable; urgency=low [ Ian Campbell ] * Support for reading hardware model from Device Tree (armel). * Add Dreamplug device (Kirkwood) [ Christian Perrier ] * Add myself to Uploaders. * Replace XC-Package-Type by Package-Type. * Update Standards to 3.9.3. -- Christian Perrier <email address hidden> Tue, 07 Aug 2012 22:03:02 +0200
libdebian-installer (0.81) unstable; urgency=low [ Simon Guinot ] * Add LaCie NAS devices (Kirkwood) Closes: #670527 [ Julien Cristau ] * parser_rfc822: mmap returns MAP_FAILED on error, not NULL. [ Bastian Blank ] * Support PGP signed files in RFC822 parser. (closes: #674060) -- Bastian Blank <email address hidden> Fri, 01 Jun 2012 18:50:51 +0200
Published in squeeze-release |
libdebian-installer (0.77+squeeze3) squeeze; urgency=low * Detect IBM pSeries platform as powerpc/chrp_ibm. -- Aurelien Jarno <email address hidden> Tue, 03 Jan 2012 10:06:58 +0100
libdebian-installer (0.80) unstable; urgency=low * Detect IBM pSeries platform as powerpc/chrp_ibm. -- Aurelien Jarno <email address hidden> Mon, 02 Jan 2012 23:45:48 +0100
libdebian-installer (0.79) unstable; urgency=low [ Hector Oron ] * subarch-arm-linux.c: add mx5 flavour (armhf architecture) [ Sebastian Reichel ] * Add support for Nokia N900 * Add support for Pandaboard * Add support for Beagleboard [ Luk Claes ] * Do'nt ship .la files (Closes: #621628). [ Otavio Salvador ] * devfs: linux references the CD device as srX instead of scdX. Closes: #635400. -- Otavio Salvador <email address hidden> Wed, 27 Jul 2011 23:00:47 +0200
libdebian-installer (0.78) unstable; urgency=low [ Jeremie Koenig ] * internal_di_exec(): use feof() instead of preprocessor conditionals to handle the os-dependant status returned by poll() on end-of-file (closes: #584538). [ Martin Michlmayr ] * Add support for Buffalo Linkstation LiveV3 (LS-CHL). Closes: #612168 * Add support for Buffalo Linkstation Mini (LS-WSGL). [ Konstantinos Margaritis ] * Add support for the new armhf port and the Genesi EfikaMX Smartbook/ Smarttop platforms. [ Bastian Blank ] * Add minimal support for SHA1 checksums in Release file parser. * Adopt copyright file to reality. [ Colin Watson ] * Add a proper copyright/licence statement to subarch-x86-linux.c. -- <email address hidden> Tue, 22 Mar 2011 12:04:06 +0000
libdebian-installer (0.77+squeeze2) squeeze; urgency=low * Upload to drop .git from source tarball -- Otavio Salvador <email address hidden> Sat, 12 Mar 2011 15:30:02 -0300
libdebian-installer (0.77) unstable; urgency=low [ Milan Kupcevic ] * subarch-powerpc-linux.c: Shorten unnecessarily long Efika machine map entry to let it match with "Efika 5200B PowerPC System" machine string, too. * subarch-powerpc-linux.c: Add support for YDL PowerStation, a CHRP machine with IBM Bimini board and SLOF firmware (closes: #603891). -- Otavio Salvador <email address hidden> Fri, 24 Dec 2010 19:25:56 -0200
libdebian-installer (0.76) unstable; urgency=low [ Martin Michlmayr ] * Add the Seagate FreeAgent DockStar. [ Michael Casadevall ] * Add di_system_subarch_analyze_guess function (stub on architectures other than armel) adding a heuristic option that makes it easier to bring up new boards. See http://lists.debian.org/debian-boot/2010/08/msg00641.html for rationale. -- Colin Watson <email address hidden> Tue, 14 Sep 2010 15:02:00 +0100
libdebian-installer (0.75) unstable; urgency=low [ Martin Michlmayr ] * Add support for loongson-2e and loongson-2f. [ Colin Watson ] * Use 'dh $@ --options' rather than 'dh --options $@', for forward-compatibility with debhelper v8. * When selecting among packages providing a virtual package, consider whether any of the choices are already marked for installation. [ Jeremie Koenig ] * Re-enable doxygen build on hurd-i386. -- Colin Watson <email address hidden> Thu, 05 Aug 2010 21:56:46 +0100
libdebian-installer (0.74) unstable; urgency=low * Add support for OpenRD-Ultimate. -- Martin Michlmayr <email address hidden> 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 <email address hidden> Sun, 13 Jun 2010 20:06:12 +0100
libdebian-installer (0.72) unstable; urgency=low * Add support for the eSATA SheevaPlug. -- Martin Michlmayr <email address hidden> Mon, 24 May 2010 14:05:03 +0100
libdebian-installer (0.70) unstable; urgency=low * Add support for SH4 RTS7751R2D and SH7785LCR boards. -- Aurelien Jarno <email address hidden> Thu, 13 May 2010 12:19:18 +0200
libdebian-installer (0.69) unstable; urgency=low [ Frans Pop ] * Use XC-Package-Type instead of XB-Package-Type. [ Martin Michlmayr ] * Add support for QNAP TS-41x. -- Martin Michlmayr <email address hidden> Tue, 03 Nov 2009 18:11:44 +0000
libdebian-installer (0.68) unstable; urgency=low [ Martin Michlmayr ] * Add support for Marvell's OpenRD Base and Client. -- Martin Michlmayr <email address hidden> Fri, 25 Sep 2009 19:03:44 +0100
libdebian-installer (0.67) unstable; urgency=low [ Aurelien Jarno ] * Fix internal_di_exec() in case of a working poll() implementation. This fixes d-i on GNU/kFreeBSD when running on dual-core CPU or more. -- Aurelien Jarno <email address hidden> Fri, 04 Sep 2009 00:06:07 +0200
libdebian-installer (0.66) unstable; urgency=low [ Colin Watson ] * Upgrade to debhelper v7. [ Aurelien Jarno ] * Don't use devfs-mapping on non Linux architectures. -- Aurelien Jarno <email address hidden> Fri, 21 Aug 2009 23:58:03 +0200
libdebian-installer (0.65) unstable; urgency=low [ Aurelien Jarno ] * Teach archdetect about GNU/kFreeBSD. * Fix build with recent automake by removing GNU extension usage in doc/Makefile.am. * Point to the right GPL version in debian/copyright. -- Aurelien Jarno <email address hidden> Thu, 13 Aug 2009 17:02:11 +0200
libdebian-installer (0.64) unstable; urgency=low [ Colin Watson ] * Remove a duplicated line from debian/copyright. [ Luca Favatella ] * The poll() system call has EOF-related portability issues. Solve them on kfreebsd-i386. Thanks to Colin Watson for the "poll() and EOF" URL. [ Wouter Verhelst ] * Teach archdetect about the Intel SS4000-E -- Otavio Salvador <email address hidden> Sat, 18 Jul 2009 11:06:19 -0300
libdebian-installer (0.63) unstable; urgency=low [ Michael Casadevall ] * Add subarchitecture imx51 for Freescale iMX51 SoCs (LP: #345534). [ Colin Watson ] * Fix memory leak in subarch-x86-linux.c:di_system_subarch_analyze. [ Christian Perrier ] * Remplace obsolete ${Source-Version} by ${binary:Version} in dependencies (any->any dependency) * Update Standards to 3.8.1 (no change) * Include complete copyright for the code by going through the package changelog -- Christian Perrier <email address hidden> Sat, 13 Jun 2009 14:20:34 +0200
libdebian-installer (0.62) unstable; urgency=low [ Martin Michlmayr ] * Add support for Marvell's Kirkwood platform, including devices such as the SheevaPlug and QNAP TS-219. -- Martin Michlmayr <email address hidden> Fri, 27 Mar 2009 18:03:49 +0100
libdebian-installer (0.61) unstable; urgency=low [ Bastian Blank ] * Fix off-by-one error in the rfc822 parser (closes: #500378). * Remove workarounds for ignored errors. -- Frans Pop <email address hidden> Sat, 27 Sep 2008 18:37:27 +0200
1 → 67 of 67 results | First • Previous • Next • Last |