Package: vonsh
Version: 1.0
Severity: important
Tags: patch

Hello,

vonsh is not getting built on various ports because it build-depends
only on libc6-dev, while some ports instead have libc6.1-dev,
libc0.3-dev or libc0.1-dev. The attached patch fixes it by allowing
these alternatives.

Samuel

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 
'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 
'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), 
(500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-2-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages vonsh depends on:
ii  libc6                2.29-7
ii  libsdl2-2.0-0        2.0.10+dfsg1-1
pn  libsdl2-image-2.0-0  <none>
pn  libsdl2-mixer-2.0-0  <none>

vonsh recommends no packages.

vonsh suggests no packages.

-- 
Samuel
"c'est pas nous qui sommes à la rue, c'est la rue qui est à nous"
--- debian/control.original     2020-01-18 12:41:12.335635202 +0100
+++ debian/control      2020-01-18 12:41:36.631838924 +0100
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Andrzej Urbaniak <au742...@interia.pl>
-Build-Depends: libc6-dev (>=2.28), gcc (>=4:8.3.0), g++ (>=4:8.3.0), make 
(>=4.2.1), dpkg-dev (>=1.19.7), debhelper (>= 12), libsdl2-dev (>=2.0.9), 
libsdl2-image-dev (>=2.0.4), libsdl2-mixer-dev (>=2.0.4)
+Build-Depends: libc6-dev (>=2.28) | libc6.1-dev (>=2.28) | libc0.3-dev 
(>=2.28) | libc0.1-dev (>=2.28), gcc (>=4:8.3.0), g++ (>=4:8.3.0), make 
(>=4.2.1), dpkg-dev (>=1.19.7), debhelper (>= 12), libsdl2-dev (>=2.0.9), 
libsdl2-image-dev (>=2.0.4), libsdl2-mixer-dev (>=2.0.4)
 Standards-Version: 4.3.0
 Homepage: https://github.com/aurb/vonsh/
 

Reply via email to