Bug#970245: marked as done (gnome-core: gnome-core/s390x has unsatisfiable dependency)

2020-09-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Sep 2020 17:04:13 +
with message-id 
and subject line Bug#970245: fixed in gdm3 3.38.0-2
has caused the Debian Bug report #970245,
regarding gnome-core: gnome-core/s390x has unsatisfiable dependency
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.)


-- 
970245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-core
Version: 1:3.30+3
Severity: serious

The last uploaded added the dependency on gdm3 back:

   * d/control.in: Remove special-case fallbacks for s390x
 gjs, gdm and gnome-shell are now available on s390x (although whether
 they have been successfully run there is anyone's guess), so we can pull
 in the full GNOME desktop on all release architectures again.

While the source package gdm3 built successfully on s390x, it does not
build the gdm3 binary there (even though it declares gdm to be available
on linux-any). From its debian/rules:

dh_options =
just_the_library = no
ifneq (,$(filter $(DEB_HOST_ARCH_CPU),s390x))
dh_options += -Ngdm3
just_the_library = yes
endif

Also verified on zelenka:

% dd-schroot-cmd -c sramacher-gnome apt-get install gnome-core
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gnome-core : Depends: gdm3 (>= 3.30) but it is not installable
E: Unable to correct problems, you have held broken packages.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: gdm3
Source-Version: 3.38.0-2
Done: Simon McVittie 

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

Debian distribution maintenance software
pp.
Simon McVittie  (supplier of updated gdm3 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: Sat, 26 Sep 2020 16:52:06 +0100
Source: gdm3
Architecture: source
Version: 3.38.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Simon McVittie 
Closes: 970245
Changes:
 gdm3 (3.38.0-2) unstable; urgency=medium
 .
   * Team upload
   * d/rules: Set runtime configuration path.
 In Autotools, the default runtime configuration path used to be
 ${GDM_RUN_DIR}/custom.conf, but in the Meson build system the fallback
 changed to be the same as the custom.conf path in /etc (set to
 /etc/gdm3/daemon.conf in Debian for historical reasons).
 Explicitly set it to the path we used before switching to Meson, so
 that configuration changes by gdm-disable-wayland are temporary as
 intended, and do not persist to a subsequent boot.
   * Revert "debian/watch: Monitor unstable versions"
   * d/upstream/metadata: Add
   * Merge packaging from unstable
   * Release to unstable
 .
 gdm3 (3.38.0-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream release
   * Remove patches that were applied upstream (in some cases differently)
   * Remove special case for s390x.
 gjs and gnome-shell now exist there, so we no longer need to avoid
 depending on them. In particular this makes the GNOME metapackages
 installable on that architecture again. (Closes: #970245)
 .
 gdm3 (3.37.90-2) experimental; urgency=medium
 .
   * Team upload
 .
   [ Simon McVittie ]
   * Add patch to remove deprecated StandardOutput=syslog from systemd unit
   * Build-Depend on systemd, for /usr/share/pkgconfig/systemd.pc
 .
   [ Iain Lane ]
   * debian/control: Bump depends on gnome-{session,settings-daemon,shell}
 We require the newly rearranged systemd units that are in these
 versions.
   * debian/control: Make gdm depend on gnome-session-common ≥ 3.37.0-2~
 This is where the 

Bug#970245: marked as done (gnome-core: gnome-core/s390x has unsatisfiable dependency)

2020-09-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Sep 2020 18:48:38 +
with message-id 
and subject line Bug#970245: fixed in gdm3 3.38.0-1
has caused the Debian Bug report #970245,
regarding gnome-core: gnome-core/s390x has unsatisfiable dependency
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.)


-- 
970245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-core
Version: 1:3.30+3
Severity: serious

The last uploaded added the dependency on gdm3 back:

   * d/control.in: Remove special-case fallbacks for s390x
 gjs, gdm and gnome-shell are now available on s390x (although whether
 they have been successfully run there is anyone's guess), so we can pull
 in the full GNOME desktop on all release architectures again.

While the source package gdm3 built successfully on s390x, it does not
build the gdm3 binary there (even though it declares gdm to be available
on linux-any). From its debian/rules:

dh_options =
just_the_library = no
ifneq (,$(filter $(DEB_HOST_ARCH_CPU),s390x))
dh_options += -Ngdm3
just_the_library = yes
endif

Also verified on zelenka:

% dd-schroot-cmd -c sramacher-gnome apt-get install gnome-core
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gnome-core : Depends: gdm3 (>= 3.30) but it is not installable
E: Unable to correct problems, you have held broken packages.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: gdm3
Source-Version: 3.38.0-1
Done: Simon McVittie 

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

Debian distribution maintenance software
pp.
Simon McVittie  (supplier of updated gdm3 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, 13 Sep 2020 18:03:34 +0100
Source: gdm3
Architecture: source
Version: 3.38.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Simon McVittie 
Closes: 970245
Changes:
 gdm3 (3.38.0-1) experimental; urgency=medium
 .
   * Team upload
   * New upstream release
   * Remove patches that were applied upstream (in some cases differently)
   * Remove special case for s390x.
 gjs and gnome-shell now exist there, so we no longer need to avoid
 depending on them. In particular this makes the GNOME metapackages
 installable on that architecture again. (Closes: #970245)
Checksums-Sha1:
 11eae364ca11a86ef74d70d20c776df998e32ef7 2888 gdm3_3.38.0-1.dsc
 be3b1a80e62fdaf1bd727585b64629b81c3f431e 787012 gdm3_3.38.0.orig.tar.xz
 7dd9988246989f8399292150a3470c59713b7d44 90736 gdm3_3.38.0-1.debian.tar.xz
 6e5062b9e525b19d85795da39516c8f30a8d177f 15248 gdm3_3.38.0-1_source.buildinfo
Checksums-Sha256:
 721eaed1c1fbc259a126c795d4db7d0c20e61a4f34ada452ebf990ce58f014c4 2888 
gdm3_3.38.0-1.dsc
 46d4415c39c94ccee81fbac21102e2ebcd284d39858c893e759900b1e88435ba 787012 
gdm3_3.38.0.orig.tar.xz
 2ae3570356991efbe0f97e878bd429ac51d37718c89397dd56603d2c2d672c65 90736 
gdm3_3.38.0-1.debian.tar.xz
 d78a03ae38d42e516cd641c393242bb97b95d6975eebf4da8a386283e43d3857 15248 
gdm3_3.38.0-1_source.buildinfo
Files:
 639c667705e0507cb1c8d4c7720f85be 2888 gnome optional gdm3_3.38.0-1.dsc
 948dec80099d9d3a2adacc5788964043 787012 gnome optional gdm3_3.38.0.orig.tar.xz
 a94ac99c5ff20cbda6d589fa9055d1ce 90736 gnome optional 
gdm3_3.38.0-1.debian.tar.xz
 49682f7d30bf8e3158d0feaf6be8932f 15248 gnome optional 
gdm3_3.38.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEENuxaZEik9e95vv6Y4FrhR4+BTE8FAl9eYxIACgkQ4FrhR4+B
TE+phw//SkqgcNeVXW0sHgaerQab5E/uVhv+ge7xdhh1+pUaALFXXYTmg05Mupgn

Bug#970245: marked as done (gnome-core: gnome-core/s390x has unsatisfiable dependency)

2020-09-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Sep 2020 18:33:33 +
with message-id 
and subject line Bug#970245: fixed in gdm3 3.36.3-1
has caused the Debian Bug report #970245,
regarding gnome-core: gnome-core/s390x has unsatisfiable dependency
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.)


-- 
970245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-core
Version: 1:3.30+3
Severity: serious

The last uploaded added the dependency on gdm3 back:

   * d/control.in: Remove special-case fallbacks for s390x
 gjs, gdm and gnome-shell are now available on s390x (although whether
 they have been successfully run there is anyone's guess), so we can pull
 in the full GNOME desktop on all release architectures again.

While the source package gdm3 built successfully on s390x, it does not
build the gdm3 binary there (even though it declares gdm to be available
on linux-any). From its debian/rules:

dh_options =
just_the_library = no
ifneq (,$(filter $(DEB_HOST_ARCH_CPU),s390x))
dh_options += -Ngdm3
just_the_library = yes
endif

Also verified on zelenka:

% dd-schroot-cmd -c sramacher-gnome apt-get install gnome-core
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gnome-core : Depends: gdm3 (>= 3.30) but it is not installable
E: Unable to correct problems, you have held broken packages.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: gdm3
Source-Version: 3.36.3-1
Done: Simon McVittie 

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

Debian distribution maintenance software
pp.
Simon McVittie  (supplier of updated gdm3 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, 13 Sep 2020 18:05:02 +0100
Source: gdm3
Architecture: source
Version: 3.36.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Simon McVittie 
Closes: 970245
Changes:
 gdm3 (3.36.3-1) unstable; urgency=medium
 .
   * Team upload
   * New upstream release
 - d/p/local-display-factory-always-force-login-screen-to-VT-1.patch:
   Drop, applied upstream
 - This version is functionally equivalent to 3.36.2-1
   * Remove special case for s390x.
 gjs and gnome-shell now exist there, so we no longer need to avoid
 depending on them. In particular this makes the GNOME metapackages
 installable on that architecture again. (Closes: #970245)
   * d/gbp.conf: Switch branch for uploads to unstable.
 3.37.x is already in experimental.
   * d/watch: Only watch for 3.36.x versions
Checksums-Sha1:
 912425d9eba21f8b938dfc17db4059469f37cf68 3103 gdm3_3.36.3-1.dsc
 cac46325c240c1811a8f7a5cecf87195bc032519 1218972 gdm3_3.36.3.orig.tar.xz
 c711b8ad9b2b7888cc7a1dcd4e3bbdde3f47ec0d 90524 gdm3_3.36.3-1.debian.tar.xz
 8c597555f0200f438adcc2449faf6302310ba760 16528 gdm3_3.36.3-1_source.buildinfo
Checksums-Sha256:
 e28ac1ece94494b76274a92f6898ef1e5af2adbd0d442be73b1cd1c1283e8226 3103 
gdm3_3.36.3-1.dsc
 3bfbb620cbc0d1cbd70b4c4376cf4b705db4dc36a37124e5be386ccc25fa7e81 1218972 
gdm3_3.36.3.orig.tar.xz
 f42d453b14bc801ba46b936175d0d9b438b4dc8711b4f44053c3010fa538babd 90524 
gdm3_3.36.3-1.debian.tar.xz
 5980fbf24ebcb025cc2a9f80ed911bc5e3d16bee227e6fca68f44d183bf32e09 16528 
gdm3_3.36.3-1_source.buildinfo
Files:
 05a2a6295fada50cd3396916ad4cd784 3103 gnome optional gdm3_3.36.3-1.dsc
 2fb78422269f5e75067024ce5386521c 1218972 gnome optional gdm3_3.36.3.orig.tar.xz
 9cf1833556252b68a1434a6eeb28ebc3 90524 gnome optional 
gdm3_3.36.3-1.debian.tar.xz
 bee8677d471d0f6da230f6eb21700302 16528 gnome