Timo Aaltonen pushed to branch debian-unstable at X Strike Force / font / xfonts-base
Commits: 0ecb409a by Simon McVittie at 2022-07-21T09:52:13+01:00 d/rules: Add missing build-arch, build-indep targets (Policy §4.9) diffoscope confirms that this does not alter the contents of the resulting binary package. Closes: #999177 - - - - - a9dfb137 by Simon McVittie at 2022-07-21T09:52:36+01:00 d/control: Declare that the build does not require (fake)root diffoscope confirms that this does not alter the contents of the resulting binary package. - - - - - 7b769184 by Simon McVittie at 2022-07-21T12:43:51+01:00 d/rules: Use dh_update_autotools_config to update config.guess, config.sub The originals will be put back automatically by dh_clean. diffoscope confirms that this does not alter the contents of the resulting binary package. Closes: #856271 - - - - - 3b12af51 by Simon McVittie at 2022-07-21T12:45:40+01:00 Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +xfonts-base (1:1.0.6) UNRELEASED; urgency=medium + + * d/rules: Add missing build-arch, build-indep targets (Policy §4.9) + (Closes: #999177) + * d/control: Declare that the build does not require (fake)root + * d/rules: Use dh_update_autotools_config to update config.guess, + config.sub (Closes: #856271) + + -- Simon McVittie <[email protected]> Thu, 21 Jul 2022 11:15:36 +0100 + xfonts-base (1:1.0.5) unstable; urgency=medium * Add Vcs-* control fields. ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Section: fonts Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: - debhelper (>= 7), + debhelper (>= 10.8), Build-Depends-Indep: pkg-config, xfonts-utils (>= 1:7.5), @@ -11,6 +11,7 @@ Build-Depends-Indep: Standards-Version: 3.8.3 Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-base.git Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-base +Rules-Requires-Root: no Package: xfonts-base Architecture: all ===================================== debian/rules ===================================== @@ -45,8 +45,12 @@ else confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) endif -$(STAMP_DIR)/build-%: +$(STAMP_DIR)/prepare: mkdir -p $(STAMP_DIR) + dh_update_autotools_config + >$@ + +$(STAMP_DIR)/build-%: $(STAMP_DIR)/prepare mkdir -p $*-build cd $*-build && \ ../$*/configure \ @@ -60,9 +64,13 @@ $(STAMP_DIR)/build-%: build: build-stamp +build-indep: build-stamp build-stamp: $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS)) >$@ +build-arch: +# Nothing to do. + clean: dh_testdir rm -f config.cache config.log config.status View it on GitLab: https://salsa.debian.org/xorg-team/font/xfonts-base/-/compare/4a89c62727894c3d0f97de73c14c2a9e98df9669...3b12af51d153637bd0e45967e47f1d47a616e162 -- View it on GitLab: https://salsa.debian.org/xorg-team/font/xfonts-base/-/compare/4a89c62727894c3d0f97de73c14c2a9e98df9669...3b12af51d153637bd0e45967e47f1d47a616e162 You're receiving this email because of your account on salsa.debian.org.

