[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/wlr-randr][debian/master] 2 commits: d/tests: use pixman renderer and handle gracefully absence of xwayland (Closes: #1002625)

Henry-Nicolas Tourneur (@hntourne) gitlab at salsa.debian.org
Sat Jan 1 22:54:42 GMT 2022



Henry-Nicolas Tourneur pushed to branch debian/master at Debian On Mobile / wlr-randr


Commits:
90806f87 by Henry-Nicolas Tourneur at 2022-01-01T22:44:26+00:00
d/tests: use pixman renderer and handle gracefully absence of xwayland (Closes: #1002625)

- - - - -
a5d2e4d6 by Henry-Nicolas Tourneur at 2022-01-01T22:46:10+00:00
Document changes and release

- - - - -


3 changed files:

- debian/changelog
- debian/tests/control
- + debian/tests/run-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,7 +1,15 @@
+wlr-randr (0.2.0-2) unstable; urgency=medium
+
+  * d/tests: use pixman renderer and handle gracefully
+    absence of xwayland (Closes: #1002625)
+  * d/changelog: fix a typo.
+
+ -- Henry-Nicolas Tourneur <debian at nilux.be>  Sat, 01 Jan 2022 22:44:53 +0000
+
 wlr-randr (0.2.0-1) unstable; urgency=medium
 
   * New upstream version 0.2.0
-  * d/control: bump Standard-Version to 4.6.0 (no changes needed)
+  * d/control: bump Standards-Version to 4.6.0 (no changes needed)
 
  -- Henry-Nicolas Tourneur <debian at nilux.be>  Wed, 25 Aug 2021 16:02:31 +0000
 


=====================================
debian/tests/control
=====================================
@@ -1,5 +1,3 @@
-Test-Command: WLR_BACKENDS=headless WLR_LIBINPUT_NO_DEVICES=1 phoc --exec "wlr-randr --output HEADLESS-1 --transform 90"
-Restrictions: allow-stderr
-Depends: libgl1-mesa-dri,
-         phoc,
-         @
+Tests: run-test
+Restrictions: allow-stderr 
+Depends: libgl1-mesa-dri, phoc, @


=====================================
debian/tests/run-test
=====================================
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+set -e
+
+export WLR_BACKENDS=headless
+export WLR_RENDERER=pixman
+export WLR_LIBINPUT_NO_DEVICES=1
+export XDG_RUNTIME_DIR=/tmp
+
+cat << EOF > /tmp/phoc.ini
+[core]
+xwayland=false
+EOF
+
+phoc --config /tmp/phoc.ini --exec "wlr-randr --output HEADLESS-1 --transform 90"



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/wlr-randr/-/compare/0d5ab07ef9d13d306802a7fb21fae7b485e08db2...a5d2e4d6c143f78141b0e9196a4935cad5bad3b7

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/wlr-randr/-/compare/0d5ab07ef9d13d306802a7fb21fae7b485e08db2...a5d2e4d6c143f78141b0e9196a4935cad5bad3b7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20220101/237b4dbc/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list