Commit Graph

2396 Commits

Author SHA1 Message Date
Holger Levsen 7e5a28ae09 add changelog entry for Wolfgang
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2020-05-26 16:10:31 +02:00
Holger Levsen 76482a6909 Bump debhelper-compat to 13.
(after confirming with diffoscope this causes no other changes)

Signed-off-by: Holger Levsen <holger@layer-acht.org>
2020-05-26 15:56:35 +02:00
Holger Levsen 0bedce8cae Bump standards version to 4.5.0
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2020-05-26 15:55:38 +02:00
Holger Levsen e45b4259f2 Revert "Drop myself from uploaders."
This reverts commit b224640a4d.
2020-05-26 15:34:41 +02:00
John Paul Adrian Glaubitz ee346149d7 Remove leftover yaboot directory for buster and bullseye
Both powerpc and ppc64 were switched over from Yaboot to GRUB in
4940b6 and 1e09a3 respectively, so the directory containing yaboot
support files is no longer needed and can be removed.
2020-05-21 20:15:28 +02:00
Steve McIntyre fdf9f6739f Enable graphical installer for arm64
Shift the extra_image helper function from boot-x86 to common.sh to
help.
Call extra_image with || true for now on boot-arm64 so we don't fail
builds straight away. Remove that || true later once we're happy
things work.
2020-04-20 18:23:45 +01:00
Wolfgang Schweer 772a0df3ea Adjust Debian Edu list of packages.
tasks/bullseye/Debian-edu-full: Add LTSP setup related dnsmasq package.
tools/generate_debian-edu_task: No longer exclude Cinnamon desktop environment.

Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
2020-04-08 01:35:59 +02:00
Steve McIntyre ab3039daaa Exclude the lilo-installer and elilo-installer udebs for all arches
These should have been blocked already for all arches, but that only
happened for amd64. Fix that now.
2020-04-01 20:38:41 +01:00
Steve McIntyre 3aa5bbe31c Add easier support for extra archive signing keys
Useful when adding local packages
2020-03-29 19:11:02 +01:00
Wolfgang Schweer 4c5c9db645 Update Debian-edu-full after major setup reworking
Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
2020-03-28 13:05:47 +01:00
Steve McIntyre 2da89533a6 Remove erroneous commit of debian/files 2020-03-15 16:47:38 +00:00
Holger Levsen b224640a4d Drop myself from uploaders.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2020-02-22 19:25:08 +01:00
Raphaël Hertzog 7ea13858fb Don't allow udebs to satisfy dependencies of regular debs
I was just bitten by this problem in Kali where the ISO was not
containing the expected packages because tools/sort_deps was accepting
"xserver-xorg-input-libinput-udeb" as a solution to
"xserver-xorg-input-all | xserver-xorg-input-driver" and the
udeb was among the package already selected for inclusion on the
ISO.

With this change, tools/sort_deps will look for udeb to solve
udeb dependencies and it will look for non-udeb to solve non-udeb
dependencies.

FTR, here's the sort_deps.log extract proving my assertion:

    xserver-xorg Dep: (OR xserver-xorg-input-all xorgxrdp xserver-xorg-input-aiptek xserver-xorg-input-elographics xserver-xorg-input-evdev xserver-xorg-input-evdev-udeb xserver-xorg-input-joystick xserver-xorg-input-kbd xserver-xorg-input-libinput xserver-xorg-input-libinput-udeb xserver-xorg-input-mouse xserver-xorg-input-mtrack xserver-xorg-input-multitouch xserver-xorg-input-mutouch xserver-xorg-input-synaptics xserver-xorg-input-void xserver-xorg-input-wacom xserver-xorg-input-xwiimote ) soft_depend 1
    xserver-xorg-input-all not included in a useful version, check_backports 0
    xorgxrdp not included in a useful version, check_backports 0
    xserver-xorg-input-aiptek not included in a useful version, check_backports 0
    xserver-xorg-input-elographics not included in a useful version, check_backports 0
    xserver-xorg-input-evdev not included in a useful version, check_backports 0
    xserver-xorg-input-evdev-udeb not included in a useful version, check_backports 0
    xserver-xorg-input-joystick not included in a useful version, check_backports 0
    xserver-xorg-input-kbd not included in a useful version, check_backports 0
    xserver-xorg-input-libinput not included in a useful version, check_backports 0
      xserver-xorg-input-libinput-udeb is included already, acceptable version 0.29.0-1
2020-02-13 15:21:10 +01:00
Raphaël Hertzog 031fd46b40 Fix some inconsistent indenting 2020-02-13 15:07:00 +01:00
Steve McIntyre 725add3c19 Prep 3.1.28 release 2020-01-28 12:52:46 +00:00
Holger Levsen 623cf5ce46 updated files take from /usr/share/pixmaps from debian-edu-artwork-2.11.0.1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2020-01-24 19:46:48 +01:00
Wolfgang Schweer a3fd1f2a58 Adjust tasks/bullseye/{Debian-edu-full,debian-edu} now that LTSP has been re-written from scratch.
Signed-off-by: Wolfgang Schweer <wschweer@arcor.de>
2020-01-24 16:21:24 +01:00
Raphaël Hertzog 9c1aab43d9
Add a default value to JIGDO_CHECKSUM 2020-01-10 14:43:11 +01:00
Raphaël Hertzog ef9a3146cd Add symlinks for kali-last-snapshot in data/, tasks/ and tools/boot/ 2020-01-10 12:14:23 +01:00
Raphaël Hertzog 6fb756b288
start_new_disc: fix a quoting bug
That bug led to a failure when CODENAME is kali-last-snapshot.
2020-01-10 12:04:12 +01:00
John Paul Adrian Glaubitz 7266d6ad27 Add missing export keyword for ARCHIVE_KEYRING_{FILE,PACKAGE} 2020-01-02 12:10:16 +01:00
Steve McIntyre 0dd4219af4 Add initial support for jigdo v2 format
Add the option to switch to format v2 which uses sha256 everywhere
instead of md5. We can't actually turn this on yet, need to wait for
users to upgrade a bit and get new v2-aware jigdo clients.

But this works as-is for generating v1 until we hit that switch - see
the new JIGOO_CHECKSUM option in CONF.sh
2019-11-21 19:10:19 +00:00
Steve McIntyre 89236b979e Merge branch 'master' into 'master'
Add hurd-i386 EFI support.

See merge request images-team/debian-cd!5
2019-11-18 11:42:12 +00:00
Samuel Thibault d29c2db629 Add hurd-i386 EFI support. 2019-11-17 19:10:37 +01:00
Samuel Thibault 6ea92b0aed Drop support for xorriso versions before 1.2.2 2019-11-17 19:10:27 +01:00
Steve McIntyre 06e72ad16a Also add the firmware message for m-a disks 2019-11-08 15:00:48 +00:00
Steve McIntyre 2d48cfc8fa Add changelog entry 2019-11-08 14:45:18 +00:00
Steve McIntyre c4497191a1 Add a "with firmware" text to the DISKINFO string when appropriate 2019-11-08 14:42:44 +00:00
Holger Levsen afec3961d3 release as 3.1.27
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-10-23 18:06:52 +02:00
Holger Levsen 9281ab6f53 contrib: Updated from setup.git/bullseye/.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-10-23 18:05:48 +02:00
Holger Levsen ec0212c7b1 Bump standards version to 4.4.1, no changes needed.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-10-23 18:04:25 +02:00
Steve McIntyre 38cfe4d252 Add a changelog entry 2019-10-18 18:57:29 +01:00
Steve McIntyre e72ad31bc3 Fix up ordering in imagesums
"find" doesn't care about ordering in the way I thought, so use
separate find calls instead
2019-10-18 18:56:00 +01:00
Samuel Thibault 6564f217c3 Merge branch 'master' into 'master'
Add missing newlines

See merge request images-team/debian-cd!4
2019-09-07 14:47:40 +00:00
Samuel Thibault a20ba31742 Add missing newlines 2019-09-06 04:18:17 +02:00
Steve McIntyre f23094cdab Update arch lists in build_all.sh
Remove arches not in bullseye
2019-09-02 16:50:35 +01:00
Samuel Thibault d131685f64 Keep grub resolution in EFI boot, to avoid tiny fonts
(closes: #935546)
2019-08-23 22:02:17 +02:00
Steve McIntyre 9acb8c5796 More tweaks for Translation files 2019-08-13 07:54:51 +01:00
Holger Levsen 2dd3e8e8c0 release as 3.1.26
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-08-10 11:51:16 +02:00
Holger Levsen 8fa24d2916 fix version number
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-08-10 11:50:42 +02:00
Holger Levsen c1986b91c0 drop accidently commited backup file
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-08-10 11:48:23 +02:00
Holger Levsen b0cc925a89 d/control: bump debhelper-compat to 12
(after having confirmed with diffoscope this is a no-op change)

Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-08-10 11:47:47 +02:00
Steve McIntyre 41f1383b5c Stop producing MD5SUMS and SHA1SUMS files by default 2019-07-16 16:34:36 +01:00
Holger Levsen 23bdbedbb5 Bump standards version to 4.4.0, no changes needed.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2019-07-07 17:52:58 +02:00
Steve McIntyre db1a62f8ac Start bullseye development
Copy the buster dirs to bullseye as a start
2019-07-07 01:22:46 +01:00
Steve McIntyre d198fa0d20 Add changelog entry for the arm64 tweak 2019-07-07 01:19:38 +01:00
Steve McIntyre e06965f2d6 Add shim-signed and grub-efi-arm64-signed to the arm64 pkg list 2019-07-06 19:16:33 +01:00
Steve McIntyre 330c63e67d Tweak recompress code 2019-07-06 11:19:02 +01:00
Steve McIntyre 6ae364773a Tweak logging again 2019-07-06 10:53:40 +01:00
Steve McIntyre a06b008b2f Add more logging around the recompress() step 2019-07-06 10:42:27 +01:00