summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2020-03-05Add some initial changelogRaphaël Hertzog
I do this to manually add the bug closure for #952834 and #952834 since they were merged with an invalid bug closure syntax. Same for #952839 which also was tagged with "Gbp-Dch: Ignore" thus not generating any changelog entry... a changelog entry is required to be able to close a bug!
2019-12-19Update changelog for 1:20191221 releasedebian/1%20191221Raphaël Hertzog
2019-12-19Update changelog for 1:20191220 releasedebian/1%20191220Raphaël Hertzog
2019-12-19Switch to debhelper compat level 12Raphaël Hertzog
2019-12-19Bump Standards-Version to 4.4.1Raphaël Hertzog
2019-12-19Update my email in the Maintainer fielddebian/1%20191219Raphaël Hertzog
The work I do on live-build is done as part of the work I do for Kali.
2019-12-19Update changelog for 1:20191219 releaseRaphaël Hertzog
2019-12-19Tweak lintian overridesRaphaël Hertzog
2019-04-18Run the pipeline only for masterRoland Clobus
2019-04-18Added pipeline definitionRoland Clobus
2019-04-17Updated URL to the manual.Roland Clobus
2019-04-17Update homepage URL.Roland Clobus
2019-03-15Open changelog for 1:20190315, close 884553Luca Boccassi
2019-03-11Close 924293 in d/changelogdebian/1%20190311Luca Boccassi
2019-03-11Update changelog for 1:20190311 releaseLuca Boccassi
2019-03-11Bump Standards-Version to 4.3.0, no changes.Luca Boccassi
2018-09-25Update changelog for 1:20180925 releasedebian/1%20180925Luca Boccassi
2018-09-20lintian: override error on dependency on e2fsprogsLuca Boccassi
It's an error on Stretch, which causes annoyances when backporting.
2018-09-20Bump Standards-Version to 4.2.1.Luca Boccassi
2018-09-20Add Rules-Requires-Root: no.Luca Boccassi
2018-09-20Build-Depend on debhelper >= 10~ to facilitate backports.Luca Boccassi
Not used at the moment, but it will be in the future when we bump it, so that we don't forget
2018-06-18Update changelog for 1:20180618 releasedebian/1%20180618Luca Boccassi
2018-06-18Bump Standards-Version to 4.1.4, no changes.Luca Boccassi
2018-04-11Update changelog for 1:20180411 releasedebian/1%20180411Luca Boccassi
2018-04-11Fix debian/NEWS date to match an actual releaseLuca Boccassi
The NEWS file had a temporary version so it was never shown to users. Fix it. Gbp-Dch: Ignore
2018-04-10Don't recommend gzip, it's essentialLuca Boccassi
Fixes Lintian Error. Gbp-Dch: Ignore
2018-04-05ONIE: add Recommends for programs needed by binary_onieLuca Boccassi
The binary_onie script needs a few programs to run, and it uses them on the host rather than in the chroot, so add them to the Recommends list.
2018-03-28Update changelog for 1:20180328 releasedebian/1%20180328Luca Boccassi
Set urgency to low to allow for more time in unstable
2018-03-28Add myself to Uploaders.Luca Boccassi
2018-03-28Bump Standards-Version to 4.1.3.Luca Boccassi
2018-03-28Use HTTPS in debian/copyright (policy 4.0.0).Luca Boccassi
2018-03-22Add NEWS file to warn users about change of live-boot mount pathsLuca Boccassi
2018-02-24Update changelogRaphaël Hertzog
2018-02-14Fix Check_package invocation in binary_hdd for ntfs-3gRaphaël Hertzog
/sbin/mkfs.nfts -> /sbin/mkfs.ntfs
2018-02-14Add e2fsprogs to Suggests along with mtd-utils, partedRaphaël Hertzog
Closes: #887278
2018-02-09Repo moved to salsaSteve McIntyre
2017-12-21Failsafe entries rework at binary_loopback_cfgAdrian Gibanel Lopez
[hertzog@debian.org: - Fix conflicts due to renamed variables ] Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
2017-12-21Fix handling of multiple kernels in binary_loopback_cfgAdrian Gibanel Lopez
Now grub.cfg shows all the kernel options. Before this patch when you had more than two kernels it only showed the auto option. Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
2017-12-21Updated binary_loopback_cfg so that it uses Stretch's 686 kernel instead of ↵Adrian Gibanel Lopez
old 486 one. [hertzog@debian.org: Also rename the variables for consistency. ] Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
2017-12-07Prepare release to unstabledebian/1%20171207Raphaël Hertzog
2017-11-20Fix the way the .disk/mkisofs file is createdRaphaël Hertzog
Thanks to Daniel Reichelt <debian@nachtgeist.net> for the patch. Closes: #881941
2017-11-20Don't fail when initramfs is not usedBalint Reczey
Signed-off-by: Raphaël Hertzog <hertzog@debian.org>
2017-11-20Use $SOURCE_DATE_EPOCH when updating timestamps of manual pagesRaphaël Hertzog
This makes the package reproducible at build time. Closes: #879169
2017-09-20Prepare for releasedebian/1%20170920Raphaël Hertzog
2017-09-18Replace "kirkwood" and "orion5x" armel flavors with the new "marvell" oneRaphaël Hertzog
As done by the linux source package since its version 4.4.
2017-09-01Handle hardlinks in binary_hddMatthijs Kooijman
To generate an hdd image, binary_hdd first estimates the needed size of the image using du. By default, when du finds multiple hardlinked copies of a file, it counts them only once. However, when the target filesystem is FAT, which does not support hardlinks, these files will take up more space when finally copying the contents, breaking the build: P: Copying binary contents into image... cp: error writing 'chroot/binary.tmp/live/initrd.img-4.9.0-3-amd64': No space left on device cp: error writing 'chroot/binary.tmp/efi/boot/bootx64.efi': No space left on device cp: error writing 'chroot/binary.tmp/efi/boot/bootia32.efi': No space left on device cp: cannot create directory 'chroot/binary.tmp/boot/grub': No space left on device cp: cannot create directory 'chroot/binary.tmp/isolinux': No space left on device To fix this, pass --count-links to du when the target is FAT, to make the space estimation correct. This problem is exposed by commit 9c974b26b (Instead of renaming kernel for syslinux, create hardlinks), which might need to be separately fixed (to not waste space on FAT targets), but binary_hdd should at least handle hardlinks more gracefully.
2017-09-01Add changelog entryRaphaël Hertzog
2017-09-01Pass --partscan to losetupMatthijs Kooijman
Recent versions of Linux, parted or some other bit of software cause partition devices, like /dev/loop0p1 to be created when running parted mkpart. However, these devices are not cleaned up when running losetup -d to remove /dev/loop0 later, so they linger around and confuse mkfs (which refuses to make a filesystem, thinking there are partitions): mkfs.fat 4.1 (2017-01-24) mkfs.vfat: Partitions or virtual mappings on device '/dev/loop0', not making filesystem (use -I to override) To prevent this behaviour, pass --partscan to losetup when adding a new partition, to clean up any lingering partitions. It seems losetup does not accept --partscan when deleting a loop device, to clean up at that point, but since binary_hdd mounts the partition last, there should not be any lingering partition devices after live-build is done. The --partscan option is available since util-linux 2.21 (released in 2012), so it should be fairly safe to pass it unconditionally.
2017-08-29Update changelogRaphaël Hertzog
2017-08-29Auto-update version strings in manual pages.Raphaël Hertzog