Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / lib / libsm
Commits: 0545836e by Emilio Pozuelo Monfort at 2023-11-14T11:31:20+01:00 Move doc build-deps to Build-Depends-Indep Thanks to Samuel Thibault. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libsm (2:1.2.3-2) UNRELEASED; urgency=medium + + * Move doc build-deps to Build-Depends-Indep. Thanks Samuel Thibault. + Closes: #1055365. + + -- Emilio Pozuelo Monfort <[email protected]> Tue, 14 Nov 2023 11:28:02 +0100 + libsm (2:1.2.3-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Build-Depends: uuid-dev, xutils-dev (>= 1:7.6+2), quilt, -# doc: +Build-Depends-Indep: xmlto (>= 0.0.22), xorg-sgml-doctools (>= 1:1.8), w3m, Standards-Version: 4.3.0 Homepage: https://www.x.org ===================================== debian/rules ===================================== @@ -14,11 +14,11 @@ PACKAGE = libsm6 dh $@ --with quilt --builddirectory=build/ override_dh_auto_configure-arch: docflags = --disable-docs -override_dh_auto_configure-indep: docflags = --enable-docs +override_dh_auto_configure-indep: docflags = --enable-docs --with-xmlto override_dh_auto_configure-arch override_dh_auto_configure-indep: dh_auto_configure -- \ --with-libuuid \ - --with-xmlto --without-fop \ + --without-fop \ --docdir=\$${datadir}/doc/libsm-dev \ $(docflags) View it on GitLab: https://salsa.debian.org/xorg-team/lib/libsm/-/commit/0545836e428f69c07b656e330f6de5538d53182f -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libsm/-/commit/0545836e428f69c07b656e330f6de5538d53182f You're receiving this email because of your account on salsa.debian.org.

