Bug#886655: debian-cd: Fails to add EFI Grub menu entries when append gets too long or so

2018-02-03 Thread Steve McIntyre
Control: tag -1 +pending

Hi!

Thanks for the bug report and reminding me about the patch. I've just
applied it in git and it'll be fixed in the next upload to unstable,
coming soon.

On Thu, Jan 18, 2018 at 03:34:26PM +0100, Moritz Schlarb wrote:
>Control: tag 886655 patch
>
>Hi everyone,
>
>I just found the same problem reported and solved in another mail here
>(<65b7a7928c7ef2da0ebc597643a3ca5dcfc4d098.1513345492.git.h...@univention.de>,
> https://lists.debian.org/debian-cd/2017/12/msg00018.html):
>
>> Debian added Multi-Arch support to its CD images, where "label" and
>> "append" have to be special parsed to distinguish between "ifcpu64" and
>> normal "linux" statements.
>> 
>> That broke "append" parsing, as those lines were no longer passed on for
>> further procession:
>>> 162: foreach my $line(@lines) {
>> ...
>>> 239} elsif ($line =~ /append (.*)$/ && $in_kernel) {
>>> 240$kernel{"append"} = $1;
>> no longer trigger.
>> 
>> Pass on the line if we are not in "ifcpu64==3" mode.
>> ---
>>  tools/boot/stretch/parse_isolinux | 2 ++
>>  1 file changed, 2 insertions(+)
>> 
>> diff --git a/tools/boot/stretch/parse_isolinux 
>> b/tools/boot/stretch/parse_isolinux
>> index 5ed32cb..a15e52d 100755
>> --- a/tools/boot/stretch/parse_isolinux
>> +++ b/tools/boot/stretch/parse_isolinux
>> @@ -66,6 +66,8 @@ sub parse_file {
>>  if ($in_ifcpu == 3) {
>>  parse_file($1);
>>  $in_ifcpu = 1;
>> +} else {
>> +push(@lines, $line);
>>  }
>>  } elsif ($line =~ /append (.*)$/ && $in_ifcpu == 2) {
>>  # Parse out the first entry - that's what we want to use
>
>Regards,
>-- 
>Moritz Schlarb
>Unix-Gruppe | Systembetreuung
>Zentrum für Datenverarbeitung
>Johannes Gutenberg-Universität Mainz
>Raum 01-331 - Tel. +49 6131 39-29441
>OpenPGP Fingerprint: DF01 2247 BFC6
>5501 AFF2 8445 0C24 B841 C7DD BAAF

>begin:vcard
>fn:Moritz Schlarb
>n:Schlarb;Moritz
>org;quoted-printable;quoted-printable:Johannes Gutenberg-Universit=C3=A4t 
>Mainz;Zentrum f=C3=BCr Datenverarbeitung
>adr;dom:;;;Mainz
>email;internet:schla...@uni-mainz.de
>tel;work:+49 6131 39 29441
>note;quoted-printable:OpenPGP Fingerprint: DF01 2247 BFC6=0D=0A=
>   5501 AFF2 8445 0C24 B841 C7DD BAAF
>version:2.1
>end:vcard
>




-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"I suspect most samba developers are already technically insane... Of
 course, since many of them are Australians, you can't tell." -- Linus Torvalds



Processed: Re: Bug#886655: debian-cd: Fails to add EFI Grub menu entries when append gets too long or so

2018-02-03 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 +pending
Bug #886655 [debian-cd] debian-cd: Fails to add EFI Grub menu entries when 
append gets too long or so
Added tag(s) pending.

-- 
886655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886655
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Accepted debian-cd 3.1.21 (source) into unstable

2018-02-03 Thread Steve McIntyre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Feb 2018 00:44:46 +
Source: debian-cd
Binary: debian-cd
Architecture: source
Version: 3.1.21
Distribution: unstable
Urgency: medium
Maintainer: Debian CD Group 
Changed-By: Steve McIntyre <93...@debian.org>
Description:
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 865470 884552 886655 888107
Changes:
 debian-cd (3.1.21) unstable; urgency=medium
 .
   [ Steve McIntyre ]
   * Tweak tasks/stretch/Debian-xfce: force some important packages up the
 dependency order so they're guaranteed to fit (firefox,
 network-manager-gnome, synaptic)
   * Start buster, simply copying stretch for now
   * Add SHA256 checksums to Packages files for update images
   * Make update_popcon deal with https on popcon.d.o
   * Depend on wget instead of just Recommending it.
   * Update references to point to salsa.d.o for git repo
   * Fix isolinux config parsing. Thanks to Philipp Hahn for the
 patch. Closes: #886655
   * Minor packaging updates:
 + Remove the executable bit from various shell function files
 + Update the debhelper dependency to version 10
 + Stop using dh_clean -k
 + Switch Priority: extra to optional
 + Update Standards-Version to 4.1.3
 .
   [ JH Chatenet ]
   * Include debian-ports-archive-keyring on non released architectures
 Closes: #865470
 .
   [ John Paul Adrian Glaubitz ]
   * Add list of packages required for debian-installer on m68k.
   * Add support for unreleased packages from Debian Ports.
   * Remove special handling for palo, silo and yaboot in which_deb.
   * Fix relative d-i path for kernel images and initrd in boot-hppa.
   * Fix relative d-i path for kernel images and initrd in boot-sparc64.
   * Add support for unreleased debian-installer packages from Debian Ports.
   * Fix relative d-i path for kernel images and initrd in boot-alpha.
   * Strip "images/cdrom" suffix from mirror DI_DIR path in boot-alpha.
   * Add grub-ieee1275 to tools/generate_di+k_list on powerpc.
   * Add grub-ieee1275 to tools/generate_di+k_list on sparc and sparc64.
   * Fix install location of amiga.info icon file.
   * Clone powerpc udeb lists for ppc64.
   * Add initial set of packages to tools/generate_di+k_list on ppc64.
 .
   [ Marcin Kulisz]
   * removing lynx-cur from binary conditional dependency (Closes: #888107)
 .
   [ Vagrant Cascadian ]
   * Support KERNEL_PARAMS in arm64 (Closes: #884552)
Checksums-Sha1:
 089f8b768910b5e54f9b374b3ce6506e4249e63b 1700 debian-cd_3.1.21.dsc
 c0459ee165cecf06e07f71a1fb9cbf8a1e449627 1119688 debian-cd_3.1.21.tar.xz
 bd01b1f31362fd84a98e22693e78193001eaf4d5 5972 debian-cd_3.1.21_source.buildinfo
Checksums-Sha256:
 0487a0776f1f22325a92de0a5221967913e76ee9f4944a0bfcb3ad6bd7cad6d2 1700 
debian-cd_3.1.21.dsc
 52038aeb5f12932c40b6c0db0782c06a581a5f2aeac77bab16acb8f3d387f982 1119688 
debian-cd_3.1.21.tar.xz
 ed087e6004c76fd51949ef26bbb1bee73160ea023371eee055476bd4b580a4dd 5972 
debian-cd_3.1.21_source.buildinfo
Files:
 ad9307dc83c3d0d267b94aa3fe3a8079 1700 admin optional debian-cd_3.1.21.dsc
 4604e61c0834639487209579050bd78f 1119688 admin optional debian-cd_3.1.21.tar.xz
 ec00fb0579595c56d0797208eaa8bde6 5972 admin optional 
debian-cd_3.1.21_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEzrtSMB1hfpEDkP4WWHl5VzRCaE4FAlp2XEIACgkQWHl5VzRC
aE49Hw/+OcayxIZrh1ntDhFat12R1muZKuSpDuiopHNwd8SG4v/nttzAZ5RPHyas
e3ueEneed/A6fcmFAiQmZsuUbfarbEV4WygxNRJhxeWcfhZY/MwQI963pMsQQPdR
Zdl2eoriFXVpRqoOdHLmCwR6TOu0gINCyclooifarHh7fi9JBuaO1woREcWABGpZ
BX4RFg0Gc70kOu5RjlbpmSCk4cYFDriT41jxiHE6FAWViLmS6GsbrVuWASbP4J7i
7wOgaODifJXeU32T5ClNmyvh4avadTfuQo2ioWrnPfAJ4MQYHKV8lFkoVXhsjrYv
8+gWkzrLmU48L8uXEZxWCYfKQQLezpapri6wuUFc00yJZ0jE4KSmhvoUNNVM/cn5
UAOuiv3lzw2SoFbxhkmrpET4+MhGxm94F3dvgZfPzcL/Nefq8IHF0SnnGUHIa0fo
digRvq6b5GFKlUMGK1TV1sEKSWt3e6Nub9VCKCZyhm6NhSpfus8VzqOtAnbzBpRH
f4N51CFs93UYnuuUXL4xGhoqdKzNRW2HfY3FvDV3RxaMWFLm62KXskdjwfZSQFa5
oErZm/PqrkxkBeq0Cx+b5Nk1fok9Wg2xTIi5kXMUD+Ict+tyJ0xEZvq+CM8q5ArZ
H8J58SUFKqRPAEkH6ORxBPaCdn0iCwe6aCg4oCBfa003MU8MK1M=
=dSGa
-END PGP SIGNATURE-



Bug#865470: marked as done (include debian-ports-archive-keyring on non released architectures)

2018-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 04 Feb 2018 01:19:38 +
with message-id 
and subject line Bug#865470: fixed in debian-cd 3.1.21
has caused the Debian Bug report #865470,
regarding include debian-ports-archive-keyring on non released architectures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
865470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-cd
Version: 3.1.20
Tags: patch
Severity: whishlist
X-Debbugs-CC: John Paul Adrian Glaubitz , Helge 
Deller , James Clarke 

Dear Maintainer,

Non released architectures from www.debian-ports.org need the archive
keyring in the package debian-ports-archive-keyring (instead of the
regular debian-archive-keyring). The patch below includes it in
image-trees of the relevant architectures.

Regards,
JH Chatenet

--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,12 @@
 DEBOOTSTRAP_OPTS=--no-check-gpg
 endif
 
+## Port architectures need their archive keyring
+UNRELEASED_PORT_ARCHITECTURES=alpha hppa hurd-i386 m68k ppc64 powerpcspe sh4 
sparc64 x32
+ifneq (,$(filter $(UNRELEASED_PORT_ARCHITECTURES),$(ARCHES)))
+export BASE_INCLUDE := $(BASEDIR)/data/base_include_port_architectures 
$(BASE_INCLUDE)
+endif
+
 ## Internal variables  
 apt=$(BASEDIR)/tools/apt-selection
 check_backports_packages=$(BASEDIR)/tools/check_backports_packages
@@ -392,7 +398,7 @@
$(Q)if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
if [ _$(INSTALLER_CD) != _1 ]; then \
for ARCH in $(ARCHES_NOSRC); do \
-   BINCLUDE=`[ -n "$(BASE_INCLUDE)" ] && cat 
$(BASE_INCLUDE) | tr "\n" "," | sed 's!,$$!!g'`; \
+   BINCLUDE=`[ -n "$(BASE_INCLUDE)" ] && cat 
$(BASE_INCLUDE) | sort -u | tr "\n" "," | sed 's!,$$!!g'`; \
[ -z "$$BINCLUDE" ] || 
BINCLUDE="--include=$$BINCLUDE"; \
BEXCLUDE=`[ -n "$(BASE_EXCLUDE)" ] && cat 
$(BASE_EXCLUDE) | tr "\n" "," | sed 's!,$$!!g'`; \
[ -z "$$BEXCLUDE" ] || 
BEXCLUDE="--exclude=$$BEXCLUDE"; \
--- /dev/null
+++ b/data/base_include_port_architectures
@@ -0,0 +1 @@
+debian-ports-archive-keyring
--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.1.21

We believe that the bug you reported is fixed in the latest version of
debian-cd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 865...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Feb 2018 00:44:46 +
Source: debian-cd
Binary: debian-cd
Architecture: source
Version: 3.1.21
Distribution: unstable
Urgency: medium
Maintainer: Debian CD Group 
Changed-By: Steve McIntyre <93...@debian.org>
Description:
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 865470 884552 886655 888107
Changes:
 debian-cd (3.1.21) unstable; urgency=medium
 .
   [ Steve McIntyre ]
   * Tweak tasks/stretch/Debian-xfce: force some important packages up the
 dependency order so they're guaranteed to fit (firefox,
 network-manager-gnome, synaptic)
   * Start buster, simply copying stretch for now
   * Add SHA256 checksums to Packages files for update images
   * Make update_popcon deal with https on popcon.d.o
   * Depend on wget instead of just Recommending it.
   * Update references to point to salsa.d.o for git repo
   * Fix isolinux config parsing. Thanks to Philipp Hahn for the
 patch. Closes: #886655
   * Minor packaging updates:
 + Remove the executable bit from various shell function files
 + Update the debhelper dependency to version 10
 + Stop using dh_clean -k
 + Switch Priority: extra to optional
 + Update Standards-Version to 4.1.3
 .
   [ JH Chatenet ]
   * Include debian-ports-archive-keyring on non released architectures
 Closes: #865470
 .
   [ John Paul Adrian Glaubitz ]
   * Add list of packages required for debian-installer on m68k.
   * Add support for unreleased packages from De

Bug#886655: marked as done (debian-cd: Fails to add EFI Grub menu entries when append gets too long or so)

2018-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 04 Feb 2018 01:19:38 +
with message-id 
and subject line Bug#886655: fixed in debian-cd 3.1.21
has caused the Debian Bug report #886655,
regarding debian-cd: Fails to add EFI Grub menu entries when append gets too 
long or so
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
886655: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886655
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-cd
Version: 3.1.20
Severity: important

Hi everyone,

I've used simple-cdd to create a Debian Installer CD which would result in
having a pretty complex append line::

kernel /install.amd/vmlinuz
append auto url=bootimage-01.zdv.uni-mainz.de/d-i/stretch/scvmm.cfg
language=en country=DE locale=en_US.UTF-8 keymap=de hostname=unassigned-
hostname domain=unassigned-domain preseed/file=/cdrom/simple-
cdd/default.preseed debian-installer/locale=en_US console-keymaps-at/keymap=de
keyboard-configuration/xkb-keymap=de keyboard-configuration/layout=de simple-
cdd/profiles=zdv,scvmm vga=788 initrd=/install.amd/initrd.gz --- quiet

The first parameters, up to domain= are mine, the others are added by simple-
cdd.

This seems to work fine for the isolinux part, but generating the Grub efi menu
entries using parse_isolinux generates almost linux and initrd lines::

linux/install.amd/vmlinuz
initrd

The respective logfile of debian-cd says::

stdout:   Adding EFI boot code for amd64 on CD1
stderr: Use of uninitialized value $k{"append"} in substitution (s///) at
/data/schlarbm/simple-cdd/tmp/debian-cd/tools/boot/stretch/parse_isolinux line
105.
stderr: Use of uninitialized value $k{"append"} in concatenation (.) or string
at /data/schlarbm/simple-cdd/tmp/debian-cd/tools/boot/stretch/parse_isolinux
line 111.
stderr: Use of uninitialized value $initrd in concatenation (.) or string at
/data/schlarbm/simple-cdd/tmp/debian-cd/tools/boot/stretch/parse_isolinux line
112.
[...]

Now I don't know whether the problem lies in the sheer length of the line or in
any of the characters in it.

Regards,
Moritz



-- System Information:
Debian Release: 9.3
  APT prefers stable-updates
  APT policy: (700, 'stable-updates'), (700, 'stable'), (60, 'testing'), (50, 
'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages debian-cd depends on:
ii  apt   1.4.8
ii  bc1.06.95-9+b3
ii  bzip2 1.0.6-8.1
ii  cpp   4:6.3.0-4
ii  curl  7.52.1-5+deb9u3
ii  dctrl-tools [grep-dctrl]  2.24-2+b1
ii  dpkg-dev  1.18.24
ii  genisoimage   9:1.1.11-3+b2
pn  libcompress-zlib-perl 
pn  libdigest-md5-perl
ii  libdpkg-perl  1.18.24
ii  libperl5.24 [libdigest-sha-perl]  5.24.1-3+deb9u2
ii  lynx  2.8.9dev11-1
ii  lynx-cur  2.8.9dev11-1
ii  make  4.1-9.1
ii  perl  5.24.1-3+deb9u2
ii  tofrodos  1.7.13+ds-2
ii  xorriso   1.4.6-1+b1

Versions of packages debian-cd recommends:
ii  dosfstools   4.1-1
ii  hfsutils 3.2.6-13+b1
ii  isolinux 3:6.03+dfsg-14.1+deb9u1
ii  mtools   4.0.18-2+b1
ii  netpbm   2:10.0-15.3+b2
ii  syslinux-common  3:6.03+dfsg-14.1+deb9u1
ii  syslinux-utils   3:6.03+dfsg-14.1+deb9u1
ii  wget 1.18-5+deb9u1

debian-cd suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.1.21

We believe that the bug you reported is fixed in the latest version of
debian-cd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 886...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the

Bug#884552: marked as done (debian-cd: Support KERNEL_PARAMS in arm64)

2018-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 04 Feb 2018 01:19:38 +
with message-id 
and subject line Bug#884552: fixed in debian-cd 3.1.21
has caused the Debian Bug report #884552,
regarding debian-cd: Support KERNEL_PARAMS in arm64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
884552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-cd
Version: 3.1.20
Severity: normal
Tags: patch

Currently, debian-cd does not modify the grub.cfg to include
KERNEL_PARAMS on arm64.  On x86, it works because it derives the grub
entries from isolinux configuration files, which do support
KERNEL_PARAMS.

The following patch adds support for this for stretch and buster on
arm64.

diff --git a/tools/boot/buster/boot-arm64 b/tools/boot/buster/boot-arm64
index f7cbe42..d00b5f2 100755
--- a/tools/boot/buster/boot-arm64
+++ b/tools/boot/buster/boot-arm64
@@ -155,6 +155,9 @@ if [ -d boot$N/grub ] ; then
 # in case they're still there
 sed -i "s,\%install\%,$INSTALLDIR,g" $CDDIR/boot/grub/grub.cfg
 
+# Substitute custom KERNEL_PARAMS into grub.cfg
+sed -i "s,/vmlinuz ,/vmlinuz $KERNEL_PARAMS ,g" $CDDIR/boot/grub/grub.cfg
+
 else
 echo "  No EFI boot code for $ARCH on CD$N"
 fi
diff --git a/tools/boot/stretch/boot-arm64 b/tools/boot/stretch/boot-arm64
index f7cbe42..d00b5f2 100755
--- a/tools/boot/stretch/boot-arm64
+++ b/tools/boot/stretch/boot-arm64
@@ -155,6 +155,9 @@ if [ -d boot$N/grub ] ; then
 # in case they're still there
 sed -i "s,\%install\%,$INSTALLDIR,g" $CDDIR/boot/grub/grub.cfg
 
+# Substitute custom KERNEL_PARAMS into grub.cfg
+sed -i "s,/vmlinuz ,/vmlinuz $KERNEL_PARAMS ,g" $CDDIR/boot/grub/grub.cfg
+
 else
 echo "  No EFI boot code for $ARCH on CD$N"
 fi


live well,
  vagrant


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.1.21

We believe that the bug you reported is fixed in the latest version of
debian-cd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 884...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Feb 2018 00:44:46 +
Source: debian-cd
Binary: debian-cd
Architecture: source
Version: 3.1.21
Distribution: unstable
Urgency: medium
Maintainer: Debian CD Group 
Changed-By: Steve McIntyre <93...@debian.org>
Description:
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 865470 884552 886655 888107
Changes:
 debian-cd (3.1.21) unstable; urgency=medium
 .
   [ Steve McIntyre ]
   * Tweak tasks/stretch/Debian-xfce: force some important packages up the
 dependency order so they're guaranteed to fit (firefox,
 network-manager-gnome, synaptic)
   * Start buster, simply copying stretch for now
   * Add SHA256 checksums to Packages files for update images
   * Make update_popcon deal with https on popcon.d.o
   * Depend on wget instead of just Recommending it.
   * Update references to point to salsa.d.o for git repo
   * Fix isolinux config parsing. Thanks to Philipp Hahn for the
 patch. Closes: #886655
   * Minor packaging updates:
 + Remove the executable bit from various shell function files
 + Update the debhelper dependency to version 10
 + Stop using dh_clean -k
 + Switch Priority: extra to optional
 + Update Standards-Version to 4.1.3
 .
   [ JH Chatenet ]
   * Include debian-ports-archive-keyring on non released architectures
 Closes: #865470
 .
   [ John Paul Adrian Glaubitz ]
   * Add list of packages required for debian-installer on m68k.
   * Add support for unreleased packages from Debian Ports.
   * Remove special handling for palo, silo and yaboot in which_deb.
   * Fix relative d-i path for kernel images and initrd in boot-hppa.
   * Fix relative d-i path for kernel images and initrd in boot-sparc64.
   * Add support for unreleased debian-installer packages from Debian Ports.
   * Fix relative d-i path for kernel images and initrd in boot-alpha.
 

Bug#888107: marked as done (debian-cd: Please drop dependency on the no longer existing lynx-cur transitional package)

2018-02-03 Thread Debian Bug Tracking System
Your message dated Sun, 04 Feb 2018 01:19:38 +
with message-id 
and subject line Bug#888107: fixed in debian-cd 3.1.21
has caused the Debian Bug report #888107,
regarding debian-cd: Please drop dependency on the no longer existing lynx-cur 
transitional package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888107: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888107
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-cd
Version: 3.1.20
Severity: normal
Tags: patch

Hello,

With the recent Debian upload of the lynx source package, the lynx-cur
transitional package has been dropped. To make all the world happy
debian-cd should stop conditionally depending on lynx-cur.

Thank you!

*** /tmp/diff
diff -Nru debian-cd-3.1.20.old/debian/control debian-cd-3.1.20/debian/control
--- debian-cd-3.1.20.old/debian/control 2017-04-29 11:20:00.0 +0200
+++ debian-cd-3.1.20/debian/control 2018-01-23 13:22:17.0 +0100
@@ -11,7 +11,7 @@

 Package: debian-cd
 Architecture: all
-Depends: ${misc:Depends}, curl, perl, dpkg-dev, cpp,
libdigest-md5-perl, libdigest-sha-perl, tofrodos, apt (>= 0.3.11.1),
make, xorriso | genisoimage, lynx-cur | lynx, grep-dctrl, bc,
libcompress-zlib-perl, bzip2, libdpkg-perl
+Depends: ${misc:Depends}, curl, perl, dpkg-dev, cpp,
libdigest-md5-perl, libdigest-sha-perl, tofrodos, apt (>= 0.3.11.1),
make, xorriso | genisoimage, lynx, grep-dctrl, bc,
libcompress-zlib-perl, bzip2, libdpkg-perl
 Recommends: hfsutils, netpbm, isolinux, syslinux-common,
syslinux-utils, mtools, dosfstools, syslinux-utils, wget
 Description: Tools for building (Official) Debian CD set
  Debian-cd is the official tool for building Debian CD set since the potato


-- 
Łukasz 'sil2100' Zemczak
 Foundations Team
 lukasz.zemc...@canonical.com
 www.canonical.com
--- End Message ---
--- Begin Message ---
Source: debian-cd
Source-Version: 3.1.21

We believe that the bug you reported is fixed in the latest version of
debian-cd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve McIntyre <93...@debian.org> (supplier of updated debian-cd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Feb 2018 00:44:46 +
Source: debian-cd
Binary: debian-cd
Architecture: source
Version: 3.1.21
Distribution: unstable
Urgency: medium
Maintainer: Debian CD Group 
Changed-By: Steve McIntyre <93...@debian.org>
Description:
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 865470 884552 886655 888107
Changes:
 debian-cd (3.1.21) unstable; urgency=medium
 .
   [ Steve McIntyre ]
   * Tweak tasks/stretch/Debian-xfce: force some important packages up the
 dependency order so they're guaranteed to fit (firefox,
 network-manager-gnome, synaptic)
   * Start buster, simply copying stretch for now
   * Add SHA256 checksums to Packages files for update images
   * Make update_popcon deal with https on popcon.d.o
   * Depend on wget instead of just Recommending it.
   * Update references to point to salsa.d.o for git repo
   * Fix isolinux config parsing. Thanks to Philipp Hahn for the
 patch. Closes: #886655
   * Minor packaging updates:
 + Remove the executable bit from various shell function files
 + Update the debhelper dependency to version 10
 + Stop using dh_clean -k
 + Switch Priority: extra to optional
 + Update Standards-Version to 4.1.3
 .
   [ JH Chatenet ]
   * Include debian-ports-archive-keyring on non released architectures
 Closes: #865470
 .
   [ John Paul Adrian Glaubitz ]
   * Add list of packages required for debian-installer on m68k.
   * Add support for unreleased packages from Debian Ports.
   * Remove special handling for palo, silo and yaboot in which_deb.
   * Fix relative d-i path for kernel images and initrd in boot-hppa.
   * Fix relative d-i path for kernel images and initrd in boot-sparc64.
   * Add support for unreleased debian-installer packages from Debian Ports.
   * Fix relative d-i path for kernel images and initrd in boot-alpha.
   * Strip "images/cdrom" suffix fro

Processing of debian-cd_3.1.21_source.changes

2018-02-03 Thread Debian FTP Masters
debian-cd_3.1.21_source.changes uploaded successfully to localhost
along with the files:
  debian-cd_3.1.21.dsc
  debian-cd_3.1.21.tar.xz
  debian-cd_3.1.21_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



debian-cd_3.1.21_source.changes ACCEPTED into unstable

2018-02-03 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 04 Feb 2018 00:44:46 +
Source: debian-cd
Binary: debian-cd
Architecture: source
Version: 3.1.21
Distribution: unstable
Urgency: medium
Maintainer: Debian CD Group 
Changed-By: Steve McIntyre <93...@debian.org>
Description:
 debian-cd  - Tools for building (Official) Debian CD set
Closes: 865470 884552 886655 888107
Changes:
 debian-cd (3.1.21) unstable; urgency=medium
 .
   [ Steve McIntyre ]
   * Tweak tasks/stretch/Debian-xfce: force some important packages up the
 dependency order so they're guaranteed to fit (firefox,
 network-manager-gnome, synaptic)
   * Start buster, simply copying stretch for now
   * Add SHA256 checksums to Packages files for update images
   * Make update_popcon deal with https on popcon.d.o
   * Depend on wget instead of just Recommending it.
   * Update references to point to salsa.d.o for git repo
   * Fix isolinux config parsing. Thanks to Philipp Hahn for the
 patch. Closes: #886655
   * Minor packaging updates:
 + Remove the executable bit from various shell function files
 + Update the debhelper dependency to version 10
 + Stop using dh_clean -k
 + Switch Priority: extra to optional
 + Update Standards-Version to 4.1.3
 .
   [ JH Chatenet ]
   * Include debian-ports-archive-keyring on non released architectures
 Closes: #865470
 .
   [ John Paul Adrian Glaubitz ]
   * Add list of packages required for debian-installer on m68k.
   * Add support for unreleased packages from Debian Ports.
   * Remove special handling for palo, silo and yaboot in which_deb.
   * Fix relative d-i path for kernel images and initrd in boot-hppa.
   * Fix relative d-i path for kernel images and initrd in boot-sparc64.
   * Add support for unreleased debian-installer packages from Debian Ports.
   * Fix relative d-i path for kernel images and initrd in boot-alpha.
   * Strip "images/cdrom" suffix from mirror DI_DIR path in boot-alpha.
   * Add grub-ieee1275 to tools/generate_di+k_list on powerpc.
   * Add grub-ieee1275 to tools/generate_di+k_list on sparc and sparc64.
   * Fix install location of amiga.info icon file.
   * Clone powerpc udeb lists for ppc64.
   * Add initial set of packages to tools/generate_di+k_list on ppc64.
 .
   [ Marcin Kulisz]
   * removing lynx-cur from binary conditional dependency (Closes: #888107)
 .
   [ Vagrant Cascadian ]
   * Support KERNEL_PARAMS in arm64 (Closes: #884552)
Checksums-Sha1:
 089f8b768910b5e54f9b374b3ce6506e4249e63b 1700 debian-cd_3.1.21.dsc
 c0459ee165cecf06e07f71a1fb9cbf8a1e449627 1119688 debian-cd_3.1.21.tar.xz
 bd01b1f31362fd84a98e22693e78193001eaf4d5 5972 debian-cd_3.1.21_source.buildinfo
Checksums-Sha256:
 0487a0776f1f22325a92de0a5221967913e76ee9f4944a0bfcb3ad6bd7cad6d2 1700 
debian-cd_3.1.21.dsc
 52038aeb5f12932c40b6c0db0782c06a581a5f2aeac77bab16acb8f3d387f982 1119688 
debian-cd_3.1.21.tar.xz
 ed087e6004c76fd51949ef26bbb1bee73160ea023371eee055476bd4b580a4dd 5972 
debian-cd_3.1.21_source.buildinfo
Files:
 ad9307dc83c3d0d267b94aa3fe3a8079 1700 admin optional debian-cd_3.1.21.dsc
 4604e61c0834639487209579050bd78f 1119688 admin optional debian-cd_3.1.21.tar.xz
 ec00fb0579595c56d0797208eaa8bde6 5972 admin optional 
debian-cd_3.1.21_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEzrtSMB1hfpEDkP4WWHl5VzRCaE4FAlp2XEIACgkQWHl5VzRC
aE49Hw/+OcayxIZrh1ntDhFat12R1muZKuSpDuiopHNwd8SG4v/nttzAZ5RPHyas
e3ueEneed/A6fcmFAiQmZsuUbfarbEV4WygxNRJhxeWcfhZY/MwQI963pMsQQPdR
Zdl2eoriFXVpRqoOdHLmCwR6TOu0gINCyclooifarHh7fi9JBuaO1woREcWABGpZ
BX4RFg0Gc70kOu5RjlbpmSCk4cYFDriT41jxiHE6FAWViLmS6GsbrVuWASbP4J7i
7wOgaODifJXeU32T5ClNmyvh4avadTfuQo2ioWrnPfAJ4MQYHKV8lFkoVXhsjrYv
8+gWkzrLmU48L8uXEZxWCYfKQQLezpapri6wuUFc00yJZ0jE4KSmhvoUNNVM/cn5
UAOuiv3lzw2SoFbxhkmrpET4+MhGxm94F3dvgZfPzcL/Nefq8IHF0SnnGUHIa0fo
digRvq6b5GFKlUMGK1TV1sEKSWt3e6Nub9VCKCZyhm6NhSpfus8VzqOtAnbzBpRH
f4N51CFs93UYnuuUXL4xGhoqdKzNRW2HfY3FvDV3RxaMWFLm62KXskdjwfZSQFa5
oErZm/PqrkxkBeq0Cx+b5Nk1fok9Wg2xTIi5kXMUD+Ict+tyJ0xEZvq+CM8q5ArZ
H8J58SUFKqRPAEkH6ORxBPaCdn0iCwe6aCg4oCBfa003MU8MK1M=
=dSGa
-END PGP SIGNATURE-


Thank you for your contribution to Debian.