Timo Aaltonen pushed to branch debian-unstable at X Strike Force / font / xfonts-100dpi
Commits: bf4eb2ea by Simon McVittie at 2022-07-21T10:46:24+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: #999152 - - - - - eb1382d7 by Simon McVittie at 2022-07-21T10:46:31+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. - - - - - 308ddf0a by Simon McVittie at 2022-07-21T12:44:34+01:00 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: #976571 - - - - - 11e7a5f7 by Simon McVittie at 2022-07-21T12:45:50+01:00 Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,17 @@ xfonts-100dpi (1:1.0.5) UNRELEASED; urgency=medium + [ Julien Cristau ] * Add Vcs-* control fields. * Use https for xorg.freedesktop.org URLs in packaging. - -- Julien Cristau <[email protected]> Mon, 02 Feb 2015 21:07:25 +0100 + [ Simon McVittie ] + * d/rules: Add missing build-arch, build-indep targets (Policy §4.9) + (Closes: #999152) + * d/control: Declare that the build does not require (fake)root + * Use dh_update_autotools_config to update config.guess, config.sub + (Closes: #976571) + + -- Simon McVittie <[email protected]> Thu, 21 Jul 2022 11:19:37 +0100 xfonts-100dpi (1:1.0.4+nmu1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -2,10 +2,11 @@ Source: xfonts-100dpi Section: fonts Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Build-Depends: debhelper (>= 7), pkg-config, xfonts-utils (>= 1:7.5) +Build-Depends: debhelper (>= 10.8), pkg-config, xfonts-utils (>= 1:7.5) Standards-Version: 3.8.3 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/font/xfonts-100dpi.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/font/xfonts-100dpi.git +Rules-Requires-Root: no Package: xfonts-100dpi Architecture: all ===================================== debian/rules ===================================== @@ -35,8 +35,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 \ @@ -48,9 +52,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-100dpi/-/compare/f8a4fc5a1b007f6ee561b98d0adfda5b1cc7dd6d...11e7a5f7bef7f5586c6ac6f389d32fed94bc04e2 -- View it on GitLab: https://salsa.debian.org/xorg-team/font/xfonts-100dpi/-/compare/f8a4fc5a1b007f6ee561b98d0adfda5b1cc7dd6d...11e7a5f7bef7f5586c6ac6f389d32fed94bc04e2 You're receiving this email because of your account on salsa.debian.org.

