Source: xerces-c Version: 3.2.2+debian-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hello, xerces-c is currently not getting built on ports without java support only because there are java build-dependencies which are actually only used for generating the arch:all documentation. The attached patch fixes this by moving the java dependencies to Build-Depends-Indep. I could check that the generated packages still contain the same set of files. 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 (SMP w/8 CPU cores) Kernel taint flags: TAINT_OOT_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) -- Samuel <Raize> can you guys see what I type? <vecna> no, raize <Raize> How do I set it up so you can see it?
--- debian/control.original 2020-01-01 19:47:04.000000000 +0000 +++ debian/control 2020-01-01 19:54:00.000000000 +0000 @@ -2,14 +2,14 @@ Section: libs Priority: optional Build-Depends: debhelper (>> 11), - default-jre-headless | default-jre, - libatk-wrapper-java, libcurl4-gnutls-dev, - libicu-dev, - libstylebook-java, - libxalan2-java, - libxerces2-java -Build-Depends-Indep: doxygen + libicu-dev +Build-Depends-Indep: doxygen, + default-jre-headless | default-jre, + libatk-wrapper-java, + libstylebook-java, + libxalan2-java, + libxerces2-java Maintainer: William Blough <bblo...@debian.org> Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/bblough/xerces-c