Processing of libglu_9.0.2-1.1_source.changes

2022-10-15 Thread Debian FTP Masters
libglu_9.0.2-1.1_source.changes uploaded successfully to localhost
along with the files:
  libglu_9.0.2-1.1.dsc
  libglu_9.0.2-1.1.diff.gz
  libglu_9.0.2-1.1_source.buildinfo

Greetings,

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



Bug#1009731: libglu: diff for NMU version 9.0.2-1.1

2022-10-15 Thread Micha Lenk
tags 1009731 + patch
tags 1009731 + pending
user debian-rele...@lists.debian.org
usertags 1009731 + bsp-2022-10-de-karlsruhe
thanks

Dear maintainer,

I've prepared an NMU for libglu (versioned as 9.0.2-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,
Micha

diff -u libglu-9.0.2/debian/changelog libglu-9.0.2/debian/changelog
--- libglu-9.0.2/debian/changelog
+++ libglu-9.0.2/debian/changelog
@@ -1,3 +1,11 @@
+libglu (9.0.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * control: Let libglu1-mesa-dev depend on libopengl-dev so that opengl.pc
+referenced by our glu.pc is available too (closes: #1009731).
+
+ -- Micha Lenk   Sat, 15 Oct 2022 23:23:58 +0200
+
 libglu (9.0.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -u libglu-9.0.2/debian/control libglu-9.0.2/debian/control
--- libglu-9.0.2/debian/control
+++ libglu-9.0.2/debian/control
@@ -43,6 +43,7 @@
 Depends:
  libglu1-mesa (= ${binary:Version}),
  libgl-dev,
+ libopengl-dev,
  ${misc:Depends},
 Provides: libglu-dev, xlibmesa-glu-dev
 Conflicts: mesag-dev (<< 5.0.0-1), mesa-glide2-dev (<< 5.0.0-1), mesag3+ggi-dev (<< 5.0.0-1), xlibmesa-dev


Processing of xserver-xorg-video-vmware_13.3.0-3.1_source.changes

2022-10-15 Thread Debian FTP Masters
xserver-xorg-video-vmware_13.3.0-3.1_source.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-vmware_13.3.0-3.1.dsc
  xserver-xorg-video-vmware_13.3.0-3.1.diff.gz

Greetings,

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



Processed: xserver-xorg-video-vmware: diff for NMU version 1:13.3.0-3.1

2022-10-15 Thread Debian Bug Tracking System
Processing control commands:

> tags 1021182 + pending
Bug #1021182 [xserver-xorg-video-vmware] xserver-xorg-video-vmware: FTBFS 
against GCC-12
Added tag(s) pending.

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



Bug#1021182: xserver-xorg-video-vmware: diff for NMU version 1:13.3.0-3.1

2022-10-15 Thread Adrian Bunk
Control: tags 1021182 + pending

Dear maintainer,

I've prepared an NMU for xserver-xorg-video-vmware (versioned as 1:13.3.0-3.1)
and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel 
it.

cu
Adrian
diff -u xserver-xorg-video-vmware-13.3.0/debian/changelog xserver-xorg-video-vmware-13.3.0/debian/changelog
--- xserver-xorg-video-vmware-13.3.0/debian/changelog
+++ xserver-xorg-video-vmware-13.3.0/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-video-vmware (1:13.3.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream fix for array bug discovered by gcc 12.
+(Closes: #1021182)
+
+ -- Adrian Bunk   Sat, 15 Oct 2022 15:13:05 +0300
+
 xserver-xorg-video-vmware (1:13.3.0-3) unstable; urgency=medium
 
   * control: Migrate to x11proto-dev.
diff -u xserver-xorg-video-vmware-13.3.0/debian/patches/series xserver-xorg-video-vmware-13.3.0/debian/patches/series
--- xserver-xorg-video-vmware-13.3.0/debian/patches/series
+++ xserver-xorg-video-vmware-13.3.0/debian/patches/series
@@ -1 +1 @@
-# placeholder
+0001-vmwgfx-fix-missing-array-notation.patch
only in patch2:
unchanged:
--- xserver-xorg-video-vmware-13.3.0.orig/debian/patches/0001-vmwgfx-fix-missing-array-notation.patch
+++ xserver-xorg-video-vmware-13.3.0/debian/patches/0001-vmwgfx-fix-missing-array-notation.patch
@@ -0,0 +1,33 @@
+From 77b8183b3395333d5d4c73e25c2d011748f15eda Mon Sep 17 00:00:00 2001
+From: Rudi Heitbaum 
+Date: Sun, 8 May 2022 03:00:10 +
+Subject: vmwgfx: fix missing array notation
+
+ Fixes error identified by gcc-12.1.0 compiler
+
+make
+  CC   libvmwgfx_la-vmwgfx_tex_video.lo
+vmwgfx_tex_video.c: In function 'stop_video':
+vmwgfx_tex_video.c:240:20: error: the comparison will always evaluate as 'true' for the address of 'yuv' will never be NULL [-Werror=address]
+  240 |if (priv->yuv[i]) {
+  |^~~~
+---
+ vmwgfx/vmwgfx_tex_video.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/vmwgfx/vmwgfx_tex_video.c b/vmwgfx/vmwgfx_tex_video.c
+index acc2b56..480a5f1 100644
+--- a/vmwgfx/vmwgfx_tex_video.c
 b/vmwgfx/vmwgfx_tex_video.c
+@@ -237,7 +237,7 @@ stop_video(ScrnInfoPtr pScrn, pointer data, Bool shutdown)
+ 
+for (i=0; i<3; ++i) {
+ 	   for (j=0; j<2; ++j) {
+-	   if (priv->yuv[i]) {
++	   if (priv->yuv[j][i]) {
+ 		   xa_surface_destroy(priv->yuv[j][i]);
+ 		   priv->yuv[j][i] = NULL;
+ 	   }
+-- 
+2.30.2
+


Processed: tagging 1021182

2022-10-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 1021182 + bookworm sid
Bug #1021182 [xserver-xorg-video-vmware] xserver-xorg-video-vmware: FTBFS 
against GCC-12
Added tag(s) sid and bookworm.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1021182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: libxt6: out-of-date copyright file

2022-10-15 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + patch pending
Bug #1005272 [libxt6] libxt6: out-of-date copyright file
Added tag(s) patch and pending.

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



Bug#1005272: libxt6: out-of-date copyright file

2022-10-15 Thread Reiner Herrmann
Control: tags -1 + patch pending

This is already fixed in git:
https://salsa.debian.org/xorg-team/lib/libxt/-/commit/1c6d55358db3825bdc27a9c0101bbef5cff3d04e



Processed: xorg-server ftbfs with GCC-12 looks fixed

2022-10-15 Thread Debian Bug Tracking System
Processing control commands:

> fixed -1 2:21.1.4-2
Bug #1013070 [src:xorg-server] xorg-server: ftbfs with GCC-12
Marked as fixed in versions xorg-server/2:21.1.4-2.
> tags -1 fixed-upstream fixed
Bug #1013070 [src:xorg-server] xorg-server: ftbfs with GCC-12
Added tag(s) fixed and fixed-upstream.

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



Bug#1013070: xorg-server ftbfs with GCC-12 looks fixed

2022-10-15 Thread Étienne Mollier
Control: fixed -1 2:21.1.4-2
Control: tags -1 fixed-upstream fixed

Greetings,

I tried to reproduce the build failure xorg-server in unstable,
and it looks to me that the current upstream version addressed
the problem.  I managed to build the package, and buildd reports
all architectures built successfully too[1].  I believe this can
be closed.

[1]: https://buildd.debian.org/status/package.php?p=xorg-server&suite=sid

Have a nice day,  :)
-- 
Étienne Mollier 
Fingerprint:  8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
Sent from my alarm clock.


signature.asc
Description: PGP signature