Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / lib
/ libxmu
Commits:
abd0a05f 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,9 +1,14 @@
libxmu (2:1.1.3-4) UNRELEASED; urgency=medium
+ [ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev,
libxt-dev, xorg-sgml-doctools and xutils-dev.
+ [ Emilio Pozuelo Monfort ]
+ * Move doc build-deps to Build-Depends-Indep. Thanks Samuel Thibault.
+ Closes: #1055368.
+
-- Debian Janitor <[email protected]> Wed, 21 Sep 2022 07:15:30 -0000
libxmu (2:1.1.3-3) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
pkg-config,
quilt,
xutils-dev,
-# devel-docs:
+Build-Depends-Indep:
xmlto (>= 0.0.22),
xorg-sgml-doctools,
w3m,
=====================================
debian/rules
=====================================
@@ -14,11 +14,13 @@ build:
%:
dh $@ --with quilt --builddirectory=build/
-override_dh_auto_configure:
+override_dh_auto_configure-arch: docflags =
+override_dh_auto_configure-indep: docflags = --with-xmlto
+override_dh_auto_configure-arch override_dh_auto_configure-indep::
dh_auto_configure -- \
--disable-silent-rules \
--docdir=\$${prefix}/share/doc/libxmu-headers \
- --with-xmlto \
+ $(docflags) \
--without-fop
override_dh_auto_install:
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libxmu/-/commit/abd0a05f26943e2c22fbcf5817afff122f816a0a
--
View it on GitLab:
https://salsa.debian.org/xorg-team/lib/libxmu/-/commit/abd0a05f26943e2c22fbcf5817afff122f816a0a
You're receiving this email because of your account on salsa.debian.org.