Control: tag -1 patch

Dear maintainer,

It looks trivial to fix this by adding Build-Depends: libx11-xcb-dev.

That package used to be transitive Depends of libgl1-mesa-dev, but no longer since libgl-dev was moved to libglvnd.

Patch attached.

thanks,
Ryan
diff -Nru retroarch-1.7.3+dfsg1/debian/changelog 
retroarch-1.7.3+dfsg1/debian/changelog
--- retroarch-1.7.3+dfsg1/debian/changelog      2018-06-06 17:27:00.000000000 
-0700
+++ retroarch-1.7.3+dfsg1/debian/changelog      2020-02-06 15:31:29.000000000 
-0800
@@ -1,3 +1,11 @@
+retroarch (1.7.3+dfsg1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add libx11-xcb-dev to Build-Depends. (Closes: #949282)
+    It used to be pulled in transitively by libgl1-mesa-dev.
+
+ -- Ryan Tandy <r...@nardis.ca>  Thu, 06 Feb 2020 15:31:29 -0800
+
 retroarch (1.7.3+dfsg1-1) unstable; urgency=low
 
   * New upstream release (Closes: #878252).
diff -Nru retroarch-1.7.3+dfsg1/debian/control 
retroarch-1.7.3+dfsg1/debian/control
--- retroarch-1.7.3+dfsg1/debian/control        2018-06-05 20:55:14.000000000 
-0700
+++ retroarch-1.7.3+dfsg1/debian/control        2020-02-06 15:31:29.000000000 
-0800
@@ -25,6 +25,7 @@
                libusb-1.0-0-dev (>= 1.0.16),
                libv4l-dev,
                libvulkan-dev,
+               libx11-xcb-dev,
                libxinerama-dev,
                libxml2-dev,
                libxv-dev,

Reply via email to