Bug#855151: #855151: tasksel: should not be Priority: important

2019-11-30 Thread Holger Wansing
Hi,

Cyril Brulebois  wrote:
> Thinking about this change a little more, even if we were to publish D-I
> Bullseye Alpha 1 right now, which will be tested to be working… I think
> once ftp-masters update their overrides, this will break the published
> Alpha immediately.
> 
> Instead of rushing a change right now (it's been months without a
> release already), I think I'll ask them to postpone updating their
> overrides until we're up for an Alpha 2. Which means we'll have a clear
> breakage at the timing of our choosing, a way to double check the
> effects of the bug, and to ensure proposed patches do the work
> appropriately, instead of implementing things blindly in a hurry, right
> now.

Maybe, it would be the better way to force installation of tasksel in the
installer (because we need it there), instead of relying on other things
(package dependencies, which may change over time)?

Means something like adding a postinst hook script in pkgsel...


Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Bug#945846: task-kde-desktop: Use print-manager instead of system-config-printer for KDE installation task

2019-11-30 Thread Holger Wansing
Hi,

Shmerl  wrote:
> Package: task-kde-desktop
[...]
> Currently, when selecting KDE in Debian installer, task-kde-desktop pulls in
> system-config-printer for
> printer settings, which is part of Gnome project and isn't well integrated 
> with
> KDE Plasma. Instead, it
> should use print-manager, which provides printer settings in KDE's own System
> Settings interface, and as
> well allows printer queue access for active jobs in notifications area (system
> tray).

If print-manager is that well integrated in KDE, it should probably be a
Recommends in the kde-baseapps or kde-plasma-desktop metapackage, maybe?

CC'ing KDE people for advice.


Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Bug#855151: #855151: tasksel: should not be Priority: important

2019-11-30 Thread Cyril Brulebois
Hi,

Holger Wansing  (2019-11-30):
> Cyril Brulebois  wrote:
> > Thinking about this change a little more, even if we were to publish D-I
> > Bullseye Alpha 1 right now, which will be tested to be working… I think
> > once ftp-masters update their overrides, this will break the published
> > Alpha immediately.
> > 
> > Instead of rushing a change right now (it's been months without a
> > release already), I think I'll ask them to postpone updating their
> > overrides until we're up for an Alpha 2. Which means we'll have a clear
> > breakage at the timing of our choosing, a way to double check the
> > effects of the bug, and to ensure proposed patches do the work
> > appropriately, instead of implementing things blindly in a hurry, right
> > now.
> 
> Maybe, it would be the better way to force installation of tasksel in the
> installer (because we need it there), instead of relying on other things
> (package dependencies, which may change over time)?

That's the plan, yes. Just not for the first alpha. (I don't think I
mentioned dependencies, but you might have thought priorities anyway?
;))

> Means something like adding a postinst hook script in pkgsel...

I didn't dive into it yet, but out of the blue, that looks like a good
place to start from, indeed.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Processed: Bug#826952 marked as pending in kernel-wedge

2019-11-30 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #826952 [kernel-wedge] kernel-wedge: preprocess should honor 
KW_CHECK_NONFATAL for wildcard inclusions
Added tag(s) pending.

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



Processing of kernel-wedge_2.102_source.changes

2019-11-30 Thread Debian FTP Masters
kernel-wedge_2.102_source.changes uploaded successfully to localhost
along with the files:
  kernel-wedge_2.102.dsc
  kernel-wedge_2.102.tar.xz
  kernel-wedge_2.102_source.buildinfo

Greetings,

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



Bug#826952: marked as done (kernel-wedge: preprocess should honor KW_CHECK_NONFATAL for wildcard inclusions)

2019-11-30 Thread Debian Bug Tracking System
Your message dated Sun, 01 Dec 2019 02:41:56 +
with message-id 
and subject line Bug#826952: fixed in kernel-wedge 2.102
has caused the Debian Bug report #826952,
regarding kernel-wedge: preprocess should honor KW_CHECK_NONFATAL for wildcard 
inclusions
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.)


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

Module inclusion with wildcards should honor the KW_CHECK_NONFATAL
env variable and not error out if it's set and a wildcard
directory is not found.

This is in line with how missing non-optional modules are treated
when KW_CHECK_NONFATAL is set.

diff --git a/commands/preprocess b/commands/preprocess
index 045903b..1a54632 100755
--- a/commands/preprocess
+++ b/commands/preprocess
@@ -35,7 +35,7 @@ sub expandwildcards {
if (! -d "$moddir/$subdir") {
if (-d "$moddir/kernel/$subdir") {
$subdir = "kernel/$subdir";
-   } elsif ($checkdir) {
+   } elsif ($checkdir && !length($ENV{KW_CHECK_NONFATAL}))
{
die "pattern $pattern refers to nonexistent
subdirectory";
} else {
return ();
--- End Message ---
--- Begin Message ---
Source: kernel-wedge
Source-Version: 2.102

We believe that the bug you reported is fixed in the latest version of
kernel-wedge, 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 826...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated kernel-wedge 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: SHA512

Format: 1.8
Date: Sat, 30 Nov 2019 23:40:56 +
Source: kernel-wedge
Architecture: source
Version: 2.102
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Ben Hutchings 
Closes: 826952
Changes:
 kernel-wedge (2.102) unstable; urgency=medium
 .
   * debian/tests: Correct expected exit code for preprocess missingdir case
   * preprocess: Return 2 for usage errors, 1 for all other errors
   * preprocess: Make wildcard directory check honour $KW_CHECK_NONFATAL
 (Closes: #826952)
   * install-files: Allow "-unsigned" suffix on Linux package directory names
Checksums-Sha1:
 df7baedb5928b08925227f81dede3bfee3dc9faf 1714 kernel-wedge_2.102.dsc
 0a154722f593b7808aeccfeabca252261f8daf12 38300 kernel-wedge_2.102.tar.xz
 d1545fc52a7a18ff734c46dcb0e93efd2c0f6700 6266 
kernel-wedge_2.102_source.buildinfo
Checksums-Sha256:
 8baa60971608e84fa45b898076f1a0442ca2383641f40600b4bf06299ac62ad4 1714 
kernel-wedge_2.102.dsc
 9debbdb8bc43e03b675352c66b151d328b85ebbc042309c526815c13a3d4090e 38300 
kernel-wedge_2.102.tar.xz
 f51d4dcb660312fa26d653f03eb207bec65b6a58c1d9548724d5c525f2f08cd7 6266 
kernel-wedge_2.102_source.buildinfo
Files:
 8d755d5c2553aaf25cea7e1a7d90903a 1714 utils optional kernel-wedge_2.102.dsc
 ca2e49c5c2b1ac381e677be1ef27ac2e 38300 utils optional kernel-wedge_2.102.tar.xz
 50557202cd01fe0ffa67094f94625da3 6266 utils optional 
kernel-wedge_2.102_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAl3jHR8ACgkQ57/I7JWG
EQmAPxAAmb0pp4KMesmDkqIyGR4L8WwzK2lloiMsIeW/RRS07rw1PcqfxgkooaIx
42ICs/t6CD34ksX8wdfpDodqP0H+kxETXHs8ZSEqRy5goJ26/fDkOc7ojYx4eiSr
TQbz4oNsHXfUETQtjGMTOcrYpDFAGjS3h3l18vPEbVMTp2aQt5l99wlOa/0gr3OJ
QmFgJc3sPUDIOt8fbyzTtQWGtrSA+Rt7u6i7V3kEcr+BgX38+vesDP2ibrsFqGmr
nYB+OBLIpDcCjUbqDWSDF8ai6uvDQITgeRRaGXn/yf+sEUZfRer5qLip5PTzMvrX
gPizu29OafvOD7uaFUyY5XdRm0fj1BxrobI7pqSi8ojozHxeNaCKQO/PorbHpl3m
yZufkcD7NKztYVfw3FyAOhlyCeRpz+oKpMcFsbKnVWanuVsJQxdAObHGXDrYL1DQ
VcU5lOU5t45n/hQa2nbkoZbudsUMH8J/hFAlAMLmOzTMJz9zhONkr5HFAAiEwt3Y
eIvq+mmJ7cMfG+dLxnaWyZVMyH4AWd6DEl2nT3KjB3RnZvS/Hg5YDk+DIoai05Eb
Alh1UZkzsk/ArEpmrWolBzeXAZ8fZur6jtW2ITNcbwrWz/fXuD9SdmoG95dThSKP
QH+ptfQmNxNEQRJLw0dFFRftDE1oJPWBmVW22tyRPVU46ibRivY=
=ScUg
-END PGP SIGNATURE End Message ---


kernel-wedge_2.102_source.changes ACCEPTED into unstable

2019-11-30 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 30 Nov 2019 23:40:56 +
Source: kernel-wedge
Architecture: source
Version: 2.102
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Ben Hutchings 
Closes: 826952
Changes:
 kernel-wedge (2.102) unstable; urgency=medium
 .
   * debian/tests: Correct expected exit code for preprocess missingdir case
   * preprocess: Return 2 for usage errors, 1 for all other errors
   * preprocess: Make wildcard directory check honour $KW_CHECK_NONFATAL
 (Closes: #826952)
   * install-files: Allow "-unsigned" suffix on Linux package directory names
Checksums-Sha1:
 df7baedb5928b08925227f81dede3bfee3dc9faf 1714 kernel-wedge_2.102.dsc
 0a154722f593b7808aeccfeabca252261f8daf12 38300 kernel-wedge_2.102.tar.xz
 d1545fc52a7a18ff734c46dcb0e93efd2c0f6700 6266 
kernel-wedge_2.102_source.buildinfo
Checksums-Sha256:
 8baa60971608e84fa45b898076f1a0442ca2383641f40600b4bf06299ac62ad4 1714 
kernel-wedge_2.102.dsc
 9debbdb8bc43e03b675352c66b151d328b85ebbc042309c526815c13a3d4090e 38300 
kernel-wedge_2.102.tar.xz
 f51d4dcb660312fa26d653f03eb207bec65b6a58c1d9548724d5c525f2f08cd7 6266 
kernel-wedge_2.102_source.buildinfo
Files:
 8d755d5c2553aaf25cea7e1a7d90903a 1714 utils optional kernel-wedge_2.102.dsc
 ca2e49c5c2b1ac381e677be1ef27ac2e 38300 utils optional kernel-wedge_2.102.tar.xz
 50557202cd01fe0ffa67094f94625da3 6266 utils optional 
kernel-wedge_2.102_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAl3jHR8ACgkQ57/I7JWG
EQmAPxAAmb0pp4KMesmDkqIyGR4L8WwzK2lloiMsIeW/RRS07rw1PcqfxgkooaIx
42ICs/t6CD34ksX8wdfpDodqP0H+kxETXHs8ZSEqRy5goJ26/fDkOc7ojYx4eiSr
TQbz4oNsHXfUETQtjGMTOcrYpDFAGjS3h3l18vPEbVMTp2aQt5l99wlOa/0gr3OJ
QmFgJc3sPUDIOt8fbyzTtQWGtrSA+Rt7u6i7V3kEcr+BgX38+vesDP2ibrsFqGmr
nYB+OBLIpDcCjUbqDWSDF8ai6uvDQITgeRRaGXn/yf+sEUZfRer5qLip5PTzMvrX
gPizu29OafvOD7uaFUyY5XdRm0fj1BxrobI7pqSi8ojozHxeNaCKQO/PorbHpl3m
yZufkcD7NKztYVfw3FyAOhlyCeRpz+oKpMcFsbKnVWanuVsJQxdAObHGXDrYL1DQ
VcU5lOU5t45n/hQa2nbkoZbudsUMH8J/hFAlAMLmOzTMJz9zhONkr5HFAAiEwt3Y
eIvq+mmJ7cMfG+dLxnaWyZVMyH4AWd6DEl2nT3KjB3RnZvS/Hg5YDk+DIoai05Eb
Alh1UZkzsk/ArEpmrWolBzeXAZ8fZur6jtW2ITNcbwrWz/fXuD9SdmoG95dThSKP
QH+ptfQmNxNEQRJLw0dFFRftDE1oJPWBmVW22tyRPVU46ibRivY=
=ScUg
-END PGP SIGNATURE-


Thank you for your contribution to Debian.