Bug#876084: marked as done ([libglvnd-dev] Can't upgrade libglvnd-dev anymore)

2018-03-23 Thread Debian Bug Tracking System
Your message dated Fri, 23 Mar 2018 10:24:23 +0200
with message-id <8337fbe5-6920-78f7-66db-44e3d429d...@debian.org>
and subject line Re: Bug#876084: [libglvnd-dev] Can't upgrade libglvnd-dev 
anymore
has caused the Debian Bug report #876084,
regarding [libglvnd-dev] Can't upgrade libglvnd-dev anymore
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.)


-- 
876084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libglvnd-dev
Severity: normal

--- Please enter the report below this line. ---
When I'm trying to upgrade that package (which is needed by libgl1-mesa-dev)
apt says that it depends on "libopengl0 (= 0.2.999+git20170802-4)" which it's 
not available.

--- System information. ---
Architecture: 
Kernel:   Linux 4.12.0-1-amd64

Debian Release: buster/sid
  500 unstable-debug  deb.debian.org 
  500 unstableftp.debian.org 
  500 stable  repo.skype.com 
  500 stable  dl.google.com 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.
--- End Message ---
--- Begin Message ---
On 25.11.2017 18:17, Andreas Beckmann wrote:
> Followup-For: Bug #876084
> 
> This bug could be related to several similar ones against
> nvidia-graphics-drivers recently, finally fixed with 375.82-8 ...
> 
> I suggest to add a bug-control file to automatically record this fact in
> case of bug reports. libgl1-nvidia-glx-any is a virtual package that is
> provided by src:nvidia-graphics-drivers for several years already.
> 
> And there is another little patch switching to dh_missing ...
> 
> The --builddirectory=build/ is a bit unfortunate, since it clashes with
> 'dh build' in case someone manually runs it twice - which I obviously did :-)

those changes got added earlier, closing the bug



-- 
t--- End Message ---


[Git][xorg-team/lib/libglvnd] Pushed new tag libglvnd-1.0.0+git20180308-1

2018-03-23 Thread Timo Aaltonen
Timo Aaltonen pushed new tag libglvnd-1.0.0+git20180308-1 at X Strike Force / 
lib / libglvnd

---
View it on GitLab: 
https://salsa.debian.org/xorg-team/lib/libglvnd/tree/libglvnd-1.0.0+git20180308-1
You're receiving this email because of your account on salsa.debian.org.


Re: xorgproto_2018.4-2_amd64.changes REJECTED

2018-03-23 Thread Timo Aaltonen
On 22.03.2018 08:26, Timo Aaltonen wrote:
> On 22.03.2018 02:00, Chris Lamb wrote:
>>
>> (I am "merely" forwarding note below; please add waldi@ in any replies)
>>
>>  -- Chris Lamb   Wed, 21 Mar 2018 23:50:49 +
> 
> Did you even bother to look at the *new* package? I addressed every
> issue mentioned below in 2018.4-2.

I've uploaded it again.


-- 
t



Bug#884717: marked as done (libgl1: consider using a version that is higher than 1.2.0 for the libGL.so.1.0.0 filename)

2018-03-23 Thread Debian Bug Tracking System
Your message dated Fri, 23 Mar 2018 08:52:05 +
with message-id 
and subject line Bug#884717: fixed in libglvnd 1.0.0+git20180308-1
has caused the Debian Bug report #884717,
regarding libgl1: consider using a version that is higher than 1.2.0 for the 
libGL.so.1.0.0 filename
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.)


-- 
884717: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1
Version: 1.0.0-1
Severity: normal

Hi,

if the system got messed up by some proprietary installer, it may be
well possible that some cruft libGL.so.1.X.Y outside the control of dpkg
is left on the system and takes precedence over libGL.so.1.0.0

Like in #879041: libglvnd0: Nvidia-Installer 384.90: "An incomplete
installation of libglvnd was found." where an old copy of the MESA
libGL.so.1.2.0 was left and was still ebing used.

ldconfig will give precedence to the file with the highest filename
version as the target of the SONAME link libGL.so.1. So unfortunately
libGL.so.1.0.0 will always be the loser.

Renaming libGL.so.1.0.0 (or just adding a symlink with a higher version
to it) would circumvent these bugs by giving precedence to the libglvnd
libGL.so.1.

The following filenames have been in use in the past and present:

libgl1: /usr/lib/x86_64-linux-gnu/libGL.so.1.0.0
libgl1-fglrx-glx: /usr/lib/x86_64-linux-gnu/fglrx/fglrx-libGL.so.1.2
libgl1-fglrx-legacy-glx: /usr/lib/x86_64-linux-gnu/fglrx/fglrx-libGL.so.1.2
libgl1-glvnd-nvidia-glx: /usr/lib/x86_64-linux-gnu/nvidia/current/libGL.so.1.0.0
libgl1-mesa-glx: /usr/lib/x86_64-linux-gnu/libGL.so.1.2
libgl1-mesa-glx: /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
libgl1-mesa-swx11: /usr/lib/x86_64-linux-gnu/libGL.so.1.5.08005
libgl1-mesa-swx11: /usr/lib/x86_64-linux-gnu/libGL.so.1.6.0


I would suggest to add a symlink
libGL.so.1.7.0 -> libGL.so.1.0.0
That also means to adjust the SONAME link to
libGL.so.1 -> libGL.so.1.7.0
to ship the link like it would be created by ldconfig, otherwise it may
trigger errors in some library symlink validation test in piuparts.

Also give me a notice before uploading such a change s.t. I can adjust
glx-diversions accordingly and you can bump the Breaks against the
glx-diversions versions not knowing about the new filename.

It may be worthwile suggesting such a rename to upstream, too.


Andreas
--- End Message ---
--- Begin Message ---
Source: libglvnd
Source-Version: 1.0.0+git20180308-1

We believe that the bug you reported is fixed in the latest version of
libglvnd, 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.
Timo Aaltonen  (supplier of updated libglvnd 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: Fri, 23 Mar 2018 10:15:50 +0200
Source: libglvnd
Binary: libglvnd-dev libglvnd-core-dev libglvnd0 libegl1 libgles2 libgl1 
libglx0 libopengl0
Architecture: source
Version: 1.0.0+git20180308-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 libegl1- Vendor neutral GL dispatch library -- EGL support
 libgl1 - Vendor neutral GL dispatch library -- legacy GL support
 libgles2   - Vendor neutral GL dispatch library -- GLES support
 libglvnd-core-dev - Vendor neutral GL dispatch library -- core development 
files
 libglvnd-dev - Vendor neutral GL dispatch library -- development files
 libglvnd0  - Vendor neutral GL dispatch library
 libglx0- Vendor neutral GL dispatch library -- GLX support
 libopengl0 - Vendor neutral GL dispatch library -- OpenGL support
Closes: 884717
Changes:
 libglvnd (1.0.0+git20180308-1) unstable; urgency=medium
 .
   * New upstream snapshot.
 - bump library minor versions to avoid issues with leftover libs
   taking precedence (Closes: #884717)
   * control, rules: Enable tests, build-depend on xauth, xvfb.
   * kfreebsd-hurd.patch: Dropped, upstream.
   * control: Update VCS urls.
Checksums-Sha1:
 8c625f50a6c5f5a09dfffce787090b71be7fd61a 2425 libglvnd_1.0.0+git20180308-1.dsc
 f9dbc379120184aaf476b9d3

Processing of xorgproto_2018.4-2_amd64.changes

2018-03-23 Thread Debian FTP Masters
xorgproto_2018.4-2_amd64.changes uploaded successfully to localhost
along with the files:
  xorgproto_2018.4-2.dsc
  xorgproto_2018.4.orig.tar.gz
  xorgproto_2018.4.orig.tar.gz.asc
  xorgproto_2018.4-2.diff.gz
  x11proto-bigreqs-dev_2018.4-2_all.deb
  x11proto-composite-dev_2018.4-2_all.deb
  x11proto-core-dev_2018.4-2_all.deb
  x11proto-damage-dev_2018.4-2_all.deb
  x11proto-dev_2018.4-2_all.deb
  x11proto-dmx-dev_2018.4-2_all.deb
  x11proto-dri2-dev_2018.4-2_all.deb
  x11proto-dri3-dev_2018.4-2_all.deb
  x11proto-fixes-dev_2018.4-2_all.deb
  x11proto-fonts-dev_2018.4-2_all.deb
  x11proto-gl-dev_2018.4-2_all.deb
  x11proto-input-dev_2018.4-2_all.deb
  x11proto-kb-dev_2018.4-2_all.deb
  x11proto-present-dev_2018.4-2_all.deb
  x11proto-print-dev_2018.4-2_all.deb
  x11proto-randr-dev_2018.4-2_all.deb
  x11proto-record-dev_2018.4-2_all.deb
  x11proto-render-dev_2018.4-2_all.deb
  x11proto-resource-dev_2018.4-2_all.deb
  x11proto-scrnsaver-dev_2018.4-2_all.deb
  x11proto-video-dev_2018.4-2_all.deb
  x11proto-xcmisc-dev_2018.4-2_all.deb
  x11proto-xext-dev_2018.4-2_all.deb
  x11proto-xf86bigfont-dev_2018.4-2_all.deb
  x11proto-xf86dga-dev_2018.4-2_all.deb
  x11proto-xf86dri-dev_2018.4-2_all.deb
  x11proto-xf86vidmode-dev_2018.4-2_all.deb
  x11proto-xinerama-dev_2018.4-2_all.deb
  xorgproto_2018.4-2_amd64.buildinfo

Greetings,

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



Processing of libglvnd_1.0.0+git20180308-1_source.changes

2018-03-23 Thread Debian FTP Masters
libglvnd_1.0.0+git20180308-1_source.changes uploaded successfully to localhost
along with the files:
  libglvnd_1.0.0+git20180308-1.dsc
  libglvnd_1.0.0+git20180308.orig.tar.gz
  libglvnd_1.0.0+git20180308-1.debian.tar.xz

Greetings,

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



libglvnd_1.0.0+git20180308-1_source.changes ACCEPTED into unstable

2018-03-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 Mar 2018 10:15:50 +0200
Source: libglvnd
Binary: libglvnd-dev libglvnd-core-dev libglvnd0 libegl1 libgles2 libgl1 
libglx0 libopengl0
Architecture: source
Version: 1.0.0+git20180308-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 libegl1- Vendor neutral GL dispatch library -- EGL support
 libgl1 - Vendor neutral GL dispatch library -- legacy GL support
 libgles2   - Vendor neutral GL dispatch library -- GLES support
 libglvnd-core-dev - Vendor neutral GL dispatch library -- core development 
files
 libglvnd-dev - Vendor neutral GL dispatch library -- development files
 libglvnd0  - Vendor neutral GL dispatch library
 libglx0- Vendor neutral GL dispatch library -- GLX support
 libopengl0 - Vendor neutral GL dispatch library -- OpenGL support
Closes: 884717
Changes:
 libglvnd (1.0.0+git20180308-1) unstable; urgency=medium
 .
   * New upstream snapshot.
 - bump library minor versions to avoid issues with leftover libs
   taking precedence (Closes: #884717)
   * control, rules: Enable tests, build-depend on xauth, xvfb.
   * kfreebsd-hurd.patch: Dropped, upstream.
   * control: Update VCS urls.
Checksums-Sha1:
 8c625f50a6c5f5a09dfffce787090b71be7fd61a 2425 libglvnd_1.0.0+git20180308-1.dsc
 f9dbc379120184aaf476b9d3cb2d63363c7c673a 781370 
libglvnd_1.0.0+git20180308.orig.tar.gz
 634fa942dae8a8917ebcb64949b65c100e465f1b 19636 
libglvnd_1.0.0+git20180308-1.debian.tar.xz
Checksums-Sha256:
 39b2a939db303146b0599762bba6cc368060d0d8b51d34d6de74b38e40efd3da 2425 
libglvnd_1.0.0+git20180308-1.dsc
 448d3c904145a8095bf15bf574dba2f027ed04b15e84ec2681a485269202ab8d 781370 
libglvnd_1.0.0+git20180308.orig.tar.gz
 99667d652d302ceaee9b4b5ea4adfec2219126702e665654f774203501516a1d 19636 
libglvnd_1.0.0+git20180308-1.debian.tar.xz
Files:
 e78fb3032c2fc2b655b4957080c80f1f 2425 libs optional 
libglvnd_1.0.0+git20180308-1.dsc
 fbd5dd6cda2adc4da23bc886de5614d0 781370 libs optional 
libglvnd_1.0.0+git20180308.orig.tar.gz
 59abd8673a828e24ba157c2c7402e312 19636 libs optional 
libglvnd_1.0.0+git20180308-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJatLxcAAoJEMtwMWWoiYTcJzoP/03Td6ItWuBo5Z8cf3ITKspU
D/7Zh/vKvclFc1gm6Oy/cq0t8XX+zYgBtiAy8p2ATT/583/u0Ozry/zIup1eXaeS
EYIwMITbApmj0Dn4qRYlFiGO2vFUneiuQj73Kul5g/Gk0HGBQRIq00JcoIFbUr7k
pERs4eQuiS6Q7PJ697LNiB5KU1B9HFRI/TfG2eb90ErCd/S5HnHEgRlkPtx2BMMQ
mzZflsgUyaN6VFXrdDGYzSt18B1o383Dsa+6U/Oz9Pzizt0C7OAtjrm07rsoekRl
E9WXiIzTTz/zB2lBBRtI3D5aOaqjSuPfueHXhTLIGh6zNY8MGk3Jmvcqy3hTlVdk
4foBGzgUXFZDlfTcpSD+PHbtlDcEVNiOEDKAzFZwcqiGPhyvi6ktC5vTpnVHbdoK
0fFWBxnSj65vTnGMZRKOobzJht52Qm/dBaMVshpqod+ttY9Ig/ZSbaSKR9nJeHjP
3eFClPLCmjSC0Hm4iIbMmqW3hFxOaEcuTeza5rhVUP6oM0GQqWAA3byxay2ZFLkc
cwPsbcTuFAbh6zZM4flrBPTAntsCN9QWAL+T9O1ujXlvSAjDMcKJ46/uSE9VnG95
+F5CeMw/hYFwxzOULMVWpmuDdkS1ivzA3QGVcaPmrI10iBJM6Ew74PEXMnegpzk0
+Kb3SraYTOjMu7HmYUch
=+Waq
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Accepted libglvnd 1.0.0+git20180308-1 (source) into unstable

2018-03-23 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 Mar 2018 10:15:50 +0200
Source: libglvnd
Binary: libglvnd-dev libglvnd-core-dev libglvnd0 libegl1 libgles2 libgl1 
libglx0 libopengl0
Architecture: source
Version: 1.0.0+git20180308-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 libegl1- Vendor neutral GL dispatch library -- EGL support
 libgl1 - Vendor neutral GL dispatch library -- legacy GL support
 libgles2   - Vendor neutral GL dispatch library -- GLES support
 libglvnd-core-dev - Vendor neutral GL dispatch library -- core development 
files
 libglvnd-dev - Vendor neutral GL dispatch library -- development files
 libglvnd0  - Vendor neutral GL dispatch library
 libglx0- Vendor neutral GL dispatch library -- GLX support
 libopengl0 - Vendor neutral GL dispatch library -- OpenGL support
Closes: 884717
Changes:
 libglvnd (1.0.0+git20180308-1) unstable; urgency=medium
 .
   * New upstream snapshot.
 - bump library minor versions to avoid issues with leftover libs
   taking precedence (Closes: #884717)
   * control, rules: Enable tests, build-depend on xauth, xvfb.
   * kfreebsd-hurd.patch: Dropped, upstream.
   * control: Update VCS urls.
Checksums-Sha1:
 8c625f50a6c5f5a09dfffce787090b71be7fd61a 2425 libglvnd_1.0.0+git20180308-1.dsc
 f9dbc379120184aaf476b9d3cb2d63363c7c673a 781370 
libglvnd_1.0.0+git20180308.orig.tar.gz
 634fa942dae8a8917ebcb64949b65c100e465f1b 19636 
libglvnd_1.0.0+git20180308-1.debian.tar.xz
Checksums-Sha256:
 39b2a939db303146b0599762bba6cc368060d0d8b51d34d6de74b38e40efd3da 2425 
libglvnd_1.0.0+git20180308-1.dsc
 448d3c904145a8095bf15bf574dba2f027ed04b15e84ec2681a485269202ab8d 781370 
libglvnd_1.0.0+git20180308.orig.tar.gz
 99667d652d302ceaee9b4b5ea4adfec2219126702e665654f774203501516a1d 19636 
libglvnd_1.0.0+git20180308-1.debian.tar.xz
Files:
 e78fb3032c2fc2b655b4957080c80f1f 2425 libs optional 
libglvnd_1.0.0+git20180308-1.dsc
 fbd5dd6cda2adc4da23bc886de5614d0 781370 libs optional 
libglvnd_1.0.0+git20180308.orig.tar.gz
 59abd8673a828e24ba157c2c7402e312 19636 libs optional 
libglvnd_1.0.0+git20180308-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJatLxcAAoJEMtwMWWoiYTcJzoP/03Td6ItWuBo5Z8cf3ITKspU
D/7Zh/vKvclFc1gm6Oy/cq0t8XX+zYgBtiAy8p2ATT/583/u0Ozry/zIup1eXaeS
EYIwMITbApmj0Dn4qRYlFiGO2vFUneiuQj73Kul5g/Gk0HGBQRIq00JcoIFbUr7k
pERs4eQuiS6Q7PJ697LNiB5KU1B9HFRI/TfG2eb90ErCd/S5HnHEgRlkPtx2BMMQ
mzZflsgUyaN6VFXrdDGYzSt18B1o383Dsa+6U/Oz9Pzizt0C7OAtjrm07rsoekRl
E9WXiIzTTz/zB2lBBRtI3D5aOaqjSuPfueHXhTLIGh6zNY8MGk3Jmvcqy3hTlVdk
4foBGzgUXFZDlfTcpSD+PHbtlDcEVNiOEDKAzFZwcqiGPhyvi6ktC5vTpnVHbdoK
0fFWBxnSj65vTnGMZRKOobzJht52Qm/dBaMVshpqod+ttY9Ig/ZSbaSKR9nJeHjP
3eFClPLCmjSC0Hm4iIbMmqW3hFxOaEcuTeza5rhVUP6oM0GQqWAA3byxay2ZFLkc
cwPsbcTuFAbh6zZM4flrBPTAntsCN9QWAL+T9O1ujXlvSAjDMcKJ46/uSE9VnG95
+F5CeMw/hYFwxzOULMVWpmuDdkS1ivzA3QGVcaPmrI10iBJM6Ew74PEXMnegpzk0
+Kb3SraYTOjMu7HmYUch
=+Waq
-END PGP SIGNATURE-



xorgproto_2018.4-2_amd64.changes is NEW

2018-03-23 Thread Debian FTP Masters
binary:x11proto-dev is NEW.
binary:x11proto-dev is NEW.
source:xorgproto is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports



Bug#893855: libxkbcommon-dev: Please split the documentation into libxkbcommon-doc

2018-03-23 Thread Hugh McMaster
Package: libxkbcommon-dev
Version: 0.8.0-1
Severity: normal

Dear Maintainer,

The package libxkbcommon-dev is not multi-arch installable, as the PNG
files differ in timestamp between package variants.

Please split the documentation files from libxkbcommon-dev into a new
package, e.g. libxkbcommon-doc, which will be Architecture: all and Multi-Arch:
foreign.

While this split requires a trip through NEW, it will allow the development
package to be Multi-Arch: same.

Also, please note that md5 files should not be packaged (see, for example, the
corresponding lintian warning).

Thank you



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libxkbcommon-dev depends on:
ii  libxkbcommon0  0.8.0-1

libxkbcommon-dev recommends no packages.

libxkbcommon-dev suggests no packages.

-- no debconf information



Re: xorgproto_2018.4-2_amd64.changes REJECTED

2018-03-23 Thread Chris Lamb

> > Did you even bother to look at the *new* package?

The dak interface does not make it immediately obvious that the
aforementioend notes were written about a superceded version, so
these things sometimes happen.

Thank you for your patience and re-uploading, I hope it didn't
cause too much delay for you.



-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Bug#890973: marked as done (ITP: xorgproto -- X11 extension protocols and auxiliary headers)

2018-03-23 Thread Debian Bug Tracking System
Your message dated Fri, 23 Mar 2018 12:00:12 +
with message-id 
and subject line Bug#890973: fixed in xorgproto 2018.4-2
has caused the Debian Bug report #890973,
regarding ITP: xorgproto -- X11 extension protocols and auxiliary headers
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.)


-- 
890973: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890973
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Timo Aaltonen 

* Package name: xorgproto
  Version : 2018.3
  Upstream Author : X.Org
* URL : http://www.x.org/
* License : MIT/X
  Programming Lang: C
  Description : X11 extension protocols and auxiliary headers

This package provides development headers describing the wire protocol
for the X11 core and extension protocols, and also provides a number of
utility headers, used to abstract OS-specific functions.
--- End Message ---
--- Begin Message ---
Source: xorgproto
Source-Version: 2018.4-2

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

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated xorgproto 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: Fri, 02 Mar 2018 11:46:05 +0200
Source: xorgproto
Binary: x11proto-dev x11proto-bigreqs-dev x11proto-composite-dev 
x11proto-core-dev x11proto-damage-dev x11proto-dmx-dev x11proto-dri2-dev 
x11proto-dri3-dev x11proto-fixes-dev x11proto-fonts-dev x11proto-gl-dev 
x11proto-input-dev x11proto-kb-dev x11proto-present-dev x11proto-print-dev 
x11proto-randr-dev x11proto-record-dev x11proto-render-dev 
x11proto-resource-dev x11proto-scrnsaver-dev x11proto-video-dev 
x11proto-xcmisc-dev x11proto-xext-dev x11proto-xf86bigfont-dev 
x11proto-xf86dga-dev x11proto-xf86dri-dev x11proto-xf86vidmode-dev 
x11proto-xinerama-dev
Architecture: source all
Version: 2018.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 x11proto-bigreqs-dev - transitional dummy package
 x11proto-composite-dev - transitional dummy package
 x11proto-core-dev - transitional dummy package
 x11proto-damage-dev - transitional dummy package
 x11proto-dev - X11 extension protocols and auxiliary headers
 x11proto-dmx-dev - transitional dummy package
 x11proto-dri2-dev - transitional dummy package
 x11proto-dri3-dev - transitional dummy package
 x11proto-fixes-dev - transitional dummy package
 x11proto-fonts-dev - transitional dummy package
 x11proto-gl-dev - transitional dummy package
 x11proto-input-dev - transitional dummy package
 x11proto-kb-dev - transitional dummy package
 x11proto-present-dev - transitional dummy package
 x11proto-print-dev - transitional dummy package
 x11proto-randr-dev - transitional dummy package
 x11proto-record-dev - transitional dummy package
 x11proto-render-dev - transitional dummy package
 x11proto-resource-dev - transitional dummy package
 x11proto-scrnsaver-dev - transitional dummy package
 x11proto-video-dev - transitional dummy package
 x11proto-xcmisc-dev - transitional dummy package
 x11proto-xext-dev - transitional dummy package
 x11proto-xf86bigfont-dev - transitional dummy package
 x11proto-xf86dga-dev - transitional dummy package
 x11proto-xf86dri-dev - transitional dummy package
 x11proto-xf86vidmode-dev - transitional dummy package
 x11proto-xinerama-dev - transitional dummy package
Closes: 890973
Changes:
 xorgproto (2018.4-2) unstable; urgency=medium
 .
   * Initial release. (Closes: #890973)
 - upstream merged all protocol headers into a single repository,
   this replaces all now-obsolete x11proto-* packages
Checksums-Sha1:
 9beec5be70d299740c77fe27bbca2a165f6e4865 4136 xorgproto_2018.4-2.dsc
 a0e2d39316a99266fdbbf8020fe425b6da91409c 493597 xorgproto_2018.4.orig.tar.gz
 30d0cd6d0f7b6d6a207867518cce6353b2b2fd95 241 xorgproto_2018.4.orig.tar.gz.asc
 88dfbb8c94290e1b1755b1c0180b25bcea57e5ec 20458 xorgproto_2018.4-2.diff.gz
 a10dd5c69c2a6300e7bc061d59056c167fbb99df 2844 
x11proto-bigre

xorgproto_2018.4-2_amd64.changes ACCEPTED into unstable, unstable

2018-03-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 02 Mar 2018 11:46:05 +0200
Source: xorgproto
Binary: x11proto-dev x11proto-bigreqs-dev x11proto-composite-dev 
x11proto-core-dev x11proto-damage-dev x11proto-dmx-dev x11proto-dri2-dev 
x11proto-dri3-dev x11proto-fixes-dev x11proto-fonts-dev x11proto-gl-dev 
x11proto-input-dev x11proto-kb-dev x11proto-present-dev x11proto-print-dev 
x11proto-randr-dev x11proto-record-dev x11proto-render-dev 
x11proto-resource-dev x11proto-scrnsaver-dev x11proto-video-dev 
x11proto-xcmisc-dev x11proto-xext-dev x11proto-xf86bigfont-dev 
x11proto-xf86dga-dev x11proto-xf86dri-dev x11proto-xf86vidmode-dev 
x11proto-xinerama-dev
Architecture: source all
Version: 2018.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 x11proto-bigreqs-dev - transitional dummy package
 x11proto-composite-dev - transitional dummy package
 x11proto-core-dev - transitional dummy package
 x11proto-damage-dev - transitional dummy package
 x11proto-dev - X11 extension protocols and auxiliary headers
 x11proto-dmx-dev - transitional dummy package
 x11proto-dri2-dev - transitional dummy package
 x11proto-dri3-dev - transitional dummy package
 x11proto-fixes-dev - transitional dummy package
 x11proto-fonts-dev - transitional dummy package
 x11proto-gl-dev - transitional dummy package
 x11proto-input-dev - transitional dummy package
 x11proto-kb-dev - transitional dummy package
 x11proto-present-dev - transitional dummy package
 x11proto-print-dev - transitional dummy package
 x11proto-randr-dev - transitional dummy package
 x11proto-record-dev - transitional dummy package
 x11proto-render-dev - transitional dummy package
 x11proto-resource-dev - transitional dummy package
 x11proto-scrnsaver-dev - transitional dummy package
 x11proto-video-dev - transitional dummy package
 x11proto-xcmisc-dev - transitional dummy package
 x11proto-xext-dev - transitional dummy package
 x11proto-xf86bigfont-dev - transitional dummy package
 x11proto-xf86dga-dev - transitional dummy package
 x11proto-xf86dri-dev - transitional dummy package
 x11proto-xf86vidmode-dev - transitional dummy package
 x11proto-xinerama-dev - transitional dummy package
Closes: 890973
Changes:
 xorgproto (2018.4-2) unstable; urgency=medium
 .
   * Initial release. (Closes: #890973)
 - upstream merged all protocol headers into a single repository,
   this replaces all now-obsolete x11proto-* packages
Checksums-Sha1:
 9beec5be70d299740c77fe27bbca2a165f6e4865 4136 xorgproto_2018.4-2.dsc
 a0e2d39316a99266fdbbf8020fe425b6da91409c 493597 xorgproto_2018.4.orig.tar.gz
 30d0cd6d0f7b6d6a207867518cce6353b2b2fd95 241 xorgproto_2018.4.orig.tar.gz.asc
 88dfbb8c94290e1b1755b1c0180b25bcea57e5ec 20458 xorgproto_2018.4-2.diff.gz
 a10dd5c69c2a6300e7bc061d59056c167fbb99df 2844 
x11proto-bigreqs-dev_2018.4-2_all.deb
 1d97cb6aacd05df7fc4b017f152ecc8fd4948485 2848 
x11proto-composite-dev_2018.4-2_all.deb
 4ef5d29044bf4cc9b335c06d9ddfc79cfb71974c 2832 
x11proto-core-dev_2018.4-2_all.deb
 310f8376de6dee363188f14057768dff71b2a22a 2840 
x11proto-damage-dev_2018.4-2_all.deb
 dae1285ac9f852b297c34fe5cd8b14e0bf3d8616 263240 x11proto-dev_2018.4-2_all.deb
 b5f48778d9f6c62c00b693a3e277db784f3289d1 2840 x11proto-dmx-dev_2018.4-2_all.deb
 a87ea8790b84b99fc7ffe82ffe5b0299480410c8 2832 
x11proto-dri2-dev_2018.4-2_all.deb
 5dd8ce2babab5bcdfd394dcf4433ddbd7ec4b52b 2832 
x11proto-dri3-dev_2018.4-2_all.deb
 3fca9d6b96202c92cca8b84fb830a0c3d57baee4 2848 
x11proto-fixes-dev_2018.4-2_all.deb
 eee14c2a3022bcce8d1197f2068b6820db10c7f6 2836 
x11proto-fonts-dev_2018.4-2_all.deb
 8720958d666359dad0f8459f4778624bfe8a96da 2832 x11proto-gl-dev_2018.4-2_all.deb
 9cc7ee88fcd2c210eb29fcabc09b36430fa48db5 2832 
x11proto-input-dev_2018.4-2_all.deb
 766d3aff9f8aba2a6bed8546c23075674b995505 2832 x11proto-kb-dev_2018.4-2_all.deb
 7f0c943e07beaabb6a6db7d50463e200bdaed63c 2840 
x11proto-present-dev_2018.4-2_all.deb
 d220d331f0a035f2f6f0883c1ee0038514bcd855 2832 
x11proto-print-dev_2018.4-2_all.deb
 e350a8d15f77521b0b1e1d76a9dbbe87069b6d45 2832 
x11proto-randr-dev_2018.4-2_all.deb
 d5fda9225de95dec27997c42c10e481fac8ce62b 2836 
x11proto-record-dev_2018.4-2_all.deb
 f6e1cff5d3f1610298dc8b9362f3146612c305c0 2840 
x11proto-render-dev_2018.4-2_all.deb
 4d9a269764c29b79be3d13722741e4e1a3dac3b6 2840 
x11proto-resource-dev_2018.4-2_all.deb
 d592f1bc0b4149acda2708f132414733cd9b1360 2840 
x11proto-scrnsaver-dev_2018.4-2_all.deb
 4c239ec3114742e44aab0f4b217bd732484ac73c 2836 
x11proto-video-dev_2018.4-2_all.deb
 83f76181f62f278817f39af1d6aec2c37dae319d 2836 
x11proto-xcmisc-dev_2018.4-2_all.deb
 d90c4dde697e65dce08f463efe2e31d03db8b9d0 2832 
x11proto-xext-dev_2018.4-2_all.deb
 24d3cb2afab0de98d3f7ca5dccf62dfe0994cbe1 2844 
x11proto-xf86bigfont-dev_2018.4-2_all.deb
 10064bc51e01a2f59b63bbbed3c7f5be5a8ba99d 2840 
x11proto-xf86dga-dev_2018.4-2_all.deb
 8317d0b64c5b2238b0540fbff4ea50d8279b14c8 2836 
x11proto-xf86dri-d

Re: xorgproto_2018.4-2_amd64.changes REJECTED

2018-03-23 Thread Timo Aaltonen
On 23.03.2018 13:56, Chris Lamb wrote:
> 
>>> Did you even bother to look at the *new* package?
> 
> The dak interface does not make it immediately obvious that the
> aforementioend notes were written about a superceded version, so
> these things sometimes happen.

Ok, the rejection email did show the versions for me though, weird if
dak doesn't..

> Thank you for your patience and re-uploading, I hope it didn't
> cause too much delay for you.

no worries, thanks for the ack!


-- 
t



Processed: Re: Bug#859461: xterm: seperate package for resize would be nice

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

> tag 859461 + patch
Bug #859461 [xterm] xterm: seperate package for resize would be nice
Added tag(s) patch.

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



Bug#859461: xterm: seperate package for resize would be nice

2018-03-23 Thread Uwe Kleine-König
Control: tag 859461 + patch

Hello,

On Mon, Apr 03, 2017 at 01:49:32PM -0600, ben hildred wrote:
> Which brings me to my request, split resize into a seprate package and depend
> on it to preserve existing functionality while allowing headless machines to
> install just resize.
I could make use of this, too. Here is a patch:

diff --git a/debian/changelog b/debian/changelog
index 322f2f59dcfe..f2998d375ef1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xterm (331-1ukl1) UNRELEASED; urgency=medium
+
+  * Split resize(1) into a separate package (Closes: #859461)
+
+ -- Uwe Kleine-König   Fri, 23 Mar 2018 14:09:38 +0100
+
 xterm (331-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 711d5d9b54f2..50d7217da720 100644
--- a/debian/control
+++ b/debian/control
@@ -115,6 +115,7 @@ Architecture: any
 Multi-Arch: foreign
 Depends:
  xbitmaps,
+ resize,
  ${shlibs:Depends},
  ${misc:Depends},
 Recommends: x11-utils
@@ -141,3 +142,13 @@ Description: X terminal emulator
  .
  Those interested in using koi8rxterm will likely want to install the
  xfonts-cyrillic package as well.
+
+Package: resize
+Architecture: any
+Multi-Arch: foreign
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: Determine size of virtual terminal
+ This program is used to (re)set the width and height of your current
+ terminal to the size of the virtual terminal.
diff --git a/debian/resize.install b/debian/resize.install
new file mode 100644
index ..04adcfc65a7e
--- /dev/null
+++ b/debian/resize.install
@@ -0,0 +1,2 @@
+usr/bin/resize
+usr/share/man/man1/resize*
diff --git a/debian/xterm.install b/debian/xterm.install
index f4a0bded4143..5961dfa7b0d9 100644
--- a/debian/xterm.install
+++ b/debian/xterm.install
@@ -1,7 +1,7 @@
 etc/X11/app-defaults/*
-usr/bin/*
+usr/bin/*term
 usr/share/doc
-usr/share/man/man1/*
+usr/share/man/man1/*term*
 usr/share/pixmaps
 usr/share/applications/*
 usr/share/icons

Best regards
Uwe


signature.asc
Description: PGP signature


[Git][xorg-team/xserver/xorg-server] Pushed new tag xorg-server-2_1.19.99.901-1

2018-03-23 Thread Timo Aaltonen
Timo Aaltonen pushed new tag xorg-server-2_1.19.99.901-1 at X Strike Force / 
xserver / xorg-server

---
View it on GitLab: 
https://salsa.debian.org/xorg-team/xserver/xorg-server/tree/xorg-server-2_1.19.99.901-1
You're receiving this email because of your account on salsa.debian.org.


[Git][xorg-team/xserver/xorg-server][debian-experimental] release to experimental

2018-03-23 Thread Timo Aaltonen
Timo Aaltonen pushed to branch debian-experimental at X Strike Force / xserver 
/ xorg-server


Commits:
322cde94 by Timo Aaltonen at 2018-03-23T18:22:25+02:00
release to experimental

- - - - -


1 changed file:

- debian/changelog


Changes:

=
debian/changelog
=
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg-server (2:1.20.0~rc1-1) UNRELEASED; urgency=medium
+xorg-server (2:1.19.99.901-1) experimental; urgency=medium
 
   * New upstream release candidate.
   * control: Replace old proto build-deps with x11proto-dev.
@@ -6,7 +6,7 @@ xorg-server (2:1.20.0~rc1-1) UNRELEASED; urgency=medium
   * serverminver: Updated.
   * rules: Override dh_clean, and remove cruft left over after a build.
 
- -- Timo Aaltonen   Tue, 06 Mar 2018 03:41:20 +0200
+ -- Timo Aaltonen   Fri, 23 Mar 2018 18:18:38 +0200
 
 xorg-server (2:1.19.6-1) unstable; urgency=medium
 



View it on GitLab: 
https://salsa.debian.org/xorg-team/xserver/xorg-server/commit/322cde946848f2df9abd7695a9d0f1d7c7504512

---
View it on GitLab: 
https://salsa.debian.org/xorg-team/xserver/xorg-server/commit/322cde946848f2df9abd7695a9d0f1d7c7504512
You're receiving this email because of your account on salsa.debian.org.


Processing of xorg-server_1.19.99.901-1_source.changes

2018-03-23 Thread Debian FTP Masters
xorg-server_1.19.99.901-1_source.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.19.99.901-1.dsc
  xorg-server_1.19.99.901.orig.tar.gz
  xorg-server_1.19.99.901-1.diff.gz
  xorg-server_1.19.99.901-1_source.buildinfo

Greetings,

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



Accepted xorg-server 2:1.19.99.901-1 (source) into experimental

2018-03-23 Thread Timo Aaltonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 Mar 2018 18:18:38 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-common xorg-server-source xwayland 
xserver-xorg-legacy
Architecture: source
Version: 2:1.19.99.901-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xserver-xorg-legacy - setuid root Xorg server wrapper
 xvfb   - Virtual Framebuffer 'fake' X server
 xwayland   - Xwayland X server
Changes:
 xorg-server (2:1.19.99.901-1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * control: Replace old proto build-deps with x11proto-dev.
   * patches: Refreshed, drop 07 which is upstream.
   * serverminver: Updated.
   * rules: Override dh_clean, and remove cruft left over after a build.
Checksums-Sha1:
 c078357558024ef7d0e375068ecaf35190f44d45 4236 xorg-server_1.19.99.901-1.dsc
 6153b73bae7d97b21600913f206f99d123e6217c 8500187 
xorg-server_1.19.99.901.orig.tar.gz
 1f4233e07d016a652661ca18d6b4ae5fb354a7a5 161163 
xorg-server_1.19.99.901-1.diff.gz
 d96d636b0fa4c806e7a8000d74bb36e106335b8a 8630 
xorg-server_1.19.99.901-1_source.buildinfo
Checksums-Sha256:
 747f77c53b7803f1b94cc00ff3419844383a106bf77fd2eb9c46e4357ffca342 4236 
xorg-server_1.19.99.901-1.dsc
 8c620b5b88e81a545c272e73dbcfff4b789ded432b6a1caa478a3476c00677e3 8500187 
xorg-server_1.19.99.901.orig.tar.gz
 dd87da94c724b50bdd19c609071bd84f62f12159a1f38707b046868f19d8c773 161163 
xorg-server_1.19.99.901-1.diff.gz
 f9439e99ab96b1e2ba8889aa987f0be8b76f671e79e82f0aa70de8bcebaad6b1 8630 
xorg-server_1.19.99.901-1_source.buildinfo
Files:
 bdc267d938050e0e9b0e9bef3e9d22db 4236 x11 optional 
xorg-server_1.19.99.901-1.dsc
 b6905db37afb51b9580a8a319800699e 8500187 x11 optional 
xorg-server_1.19.99.901.orig.tar.gz
 85282976d6761a732665fc1ce239936a 161163 x11 optional 
xorg-server_1.19.99.901-1.diff.gz
 5884c4a09a27cba7009330c3b6e68cdd 8630 x11 optional 
xorg-server_1.19.99.901-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAlq1KagACgkQy3AxZaiJ
hNy40Q//ays9RjVMTqxS6bbkj9X7+L97fqktcos95GHtmOUw3dbfP+fxSmnVtTWl
7c6uvARBJu69fKnVOwuu3ioM887EEEYUz7V3jdcC6QmB1gn9k1J6OQcAf992xZMW
dSmAtsXuOcTJC7cVjmG0Y/7OrPjKLhBh3O1eBfDNyKofZoZ6hs0scaDSrVdnbPPH
0SDzMJXdHGtKl2C/eYngjO+3U2upg+1wICvbkUQGbq1sQx971WPWZvjyW2unHB3k
iTg2L77X1xXY8RH6WRPmH6I7XJLe76FFLm5w+G2AzPsr564WRLO97GzU3l2a13dZ
VffcxyRAyV/w3EtqteWuTTxMH/mBm9vA7tFWxtQfdXSy7WVvQfyYJrg3wNzxGHkl
vSVr5fyUEsXP1GNRkzpehdQTvLErZELfgE3W4YeR7RuBevyfUflBTMHDSL+sDXGJ
kVoEqaJAwnRq22AOuWFt+OqkKYMfDAjNxNA8FUKYgf0z/Qr6vzyQSmYPq/iguTjS
iWovMC+BK3u8ipNDToSAnEWX7SHfji6Afg3u20AAbkadJMOxzQYbbhKr6ZNCPSNj
8+R3rQ/HFl2EuONEyRhkVHCNdywAtpFTur9FewT7ORWLPvVfFhxISv+4aryzKi6I
Op1Hrqa+YYZ9z+Uj9depuBAU7MJ6f7A3WZbJONmhWq5bkgnfTdM=
=KPXB
-END PGP SIGNATURE-



xorg-server_1.19.99.901-1_source.changes ACCEPTED into experimental

2018-03-23 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 23 Mar 2018 18:18:38 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-common xorg-server-source xwayland 
xserver-xorg-legacy
Architecture: source
Version: 2:1.19.99.901-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xserver-xorg-legacy - setuid root Xorg server wrapper
 xvfb   - Virtual Framebuffer 'fake' X server
 xwayland   - Xwayland X server
Changes:
 xorg-server (2:1.19.99.901-1) experimental; urgency=medium
 .
   * New upstream release candidate.
   * control: Replace old proto build-deps with x11proto-dev.
   * patches: Refreshed, drop 07 which is upstream.
   * serverminver: Updated.
   * rules: Override dh_clean, and remove cruft left over after a build.
Checksums-Sha1:
 c078357558024ef7d0e375068ecaf35190f44d45 4236 xorg-server_1.19.99.901-1.dsc
 6153b73bae7d97b21600913f206f99d123e6217c 8500187 
xorg-server_1.19.99.901.orig.tar.gz
 1f4233e07d016a652661ca18d6b4ae5fb354a7a5 161163 
xorg-server_1.19.99.901-1.diff.gz
 d96d636b0fa4c806e7a8000d74bb36e106335b8a 8630 
xorg-server_1.19.99.901-1_source.buildinfo
Checksums-Sha256:
 747f77c53b7803f1b94cc00ff3419844383a106bf77fd2eb9c46e4357ffca342 4236 
xorg-server_1.19.99.901-1.dsc
 8c620b5b88e81a545c272e73dbcfff4b789ded432b6a1caa478a3476c00677e3 8500187 
xorg-server_1.19.99.901.orig.tar.gz
 dd87da94c724b50bdd19c609071bd84f62f12159a1f38707b046868f19d8c773 161163 
xorg-server_1.19.99.901-1.diff.gz
 f9439e99ab96b1e2ba8889aa987f0be8b76f671e79e82f0aa70de8bcebaad6b1 8630 
xorg-server_1.19.99.901-1_source.buildinfo
Files:
 bdc267d938050e0e9b0e9bef3e9d22db 4236 x11 optional 
xorg-server_1.19.99.901-1.dsc
 b6905db37afb51b9580a8a319800699e 8500187 x11 optional 
xorg-server_1.19.99.901.orig.tar.gz
 85282976d6761a732665fc1ce239936a 161163 x11 optional 
xorg-server_1.19.99.901-1.diff.gz
 5884c4a09a27cba7009330c3b6e68cdd 8630 x11 optional 
xorg-server_1.19.99.901-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAlq1KagACgkQy3AxZaiJ
hNy40Q//ays9RjVMTqxS6bbkj9X7+L97fqktcos95GHtmOUw3dbfP+fxSmnVtTWl
7c6uvARBJu69fKnVOwuu3ioM887EEEYUz7V3jdcC6QmB1gn9k1J6OQcAf992xZMW
dSmAtsXuOcTJC7cVjmG0Y/7OrPjKLhBh3O1eBfDNyKofZoZ6hs0scaDSrVdnbPPH
0SDzMJXdHGtKl2C/eYngjO+3U2upg+1wICvbkUQGbq1sQx971WPWZvjyW2unHB3k
iTg2L77X1xXY8RH6WRPmH6I7XJLe76FFLm5w+G2AzPsr564WRLO97GzU3l2a13dZ
VffcxyRAyV/w3EtqteWuTTxMH/mBm9vA7tFWxtQfdXSy7WVvQfyYJrg3wNzxGHkl
vSVr5fyUEsXP1GNRkzpehdQTvLErZELfgE3W4YeR7RuBevyfUflBTMHDSL+sDXGJ
kVoEqaJAwnRq22AOuWFt+OqkKYMfDAjNxNA8FUKYgf0z/Qr6vzyQSmYPq/iguTjS
iWovMC+BK3u8ipNDToSAnEWX7SHfji6Afg3u20AAbkadJMOxzQYbbhKr6ZNCPSNj
8+R3rQ/HFl2EuONEyRhkVHCNdywAtpFTur9FewT7ORWLPvVfFhxISv+4aryzKi6I
Op1Hrqa+YYZ9z+Uj9depuBAU7MJ6f7A3WZbJONmhWq5bkgnfTdM=
=KPXB
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#893943: xorgproto: mark all dummy packages Multi-Arch: foreign

2018-03-23 Thread Helmut Grohne
Source: xorgproto
Version: 2018.4-2
Severity: important
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Very many packages cannot be cross built anymore, because they have one
of those transitional dummy packages in their dependency closure. In
general, Architecture: all packages can never satisfy cross
Build-Depends unless marked Multi-Arch: foreign. Such a marking is
correct, because these packages don't have any maintainer scripts and
their only dependency is marked Multi-Arch: foreign already. I am
setting the severity to important, because this is a regression with big
impact to cross building and bootstrapping architectures.  Please fix
this quickly as the current state breaks the QA testing and thus hides
later failures. I am attaching a patch for your convenience.

Helmut
diff -u xorgproto-2018.4/debian/changelog xorgproto-2018.4/debian/changelog
--- xorgproto-2018.4/debian/changelog
+++ xorgproto-2018.4/debian/changelog
@@ -1,3 +1,11 @@
+xorgproto (2018.4-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Mark all those transitional dummy packages that forward to
+x11proto-dev Multi-Arch: foreign. (Closes: #-1)
+
+ -- Helmut Grohne   Sat, 24 Mar 2018 07:25:05 +0100
+
 xorgproto (2018.4-2) unstable; urgency=medium
 
   * Initial release. (Closes: #890973)
diff -u xorgproto-2018.4/debian/control xorgproto-2018.4/debian/control
--- xorgproto-2018.4/debian/control
+++ xorgproto-2018.4/debian/control
@@ -120,6 +120,7 @@
 Package: x11proto-bigreqs-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -127,6 +128,7 @@
 Package: x11proto-composite-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -134,6 +136,7 @@
 Package: x11proto-core-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -141,6 +144,7 @@
 Package: x11proto-damage-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -148,6 +152,7 @@
 Package: x11proto-dmx-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -155,6 +160,7 @@
 Package: x11proto-dri2-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -162,6 +168,7 @@
 Package: x11proto-dri3-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -169,6 +176,7 @@
 Package: x11proto-fixes-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -176,6 +184,7 @@
 Package: x11proto-fonts-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -183,6 +192,7 @@
 Package: x11proto-gl-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -190,6 +200,7 @@
 Package: x11proto-input-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -197,6 +208,7 @@
 Package: x11proto-kb-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -204,6 +216,7 @@
 Package: x11proto-present-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be safely removed.
@@ -211,6 +224,7 @@
 Package: x11proto-print-dev
 Section: oldlibs
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, x11proto-dev
 Description: transitional dummy package
  This is a transitional dummy package, it can be s