Timo Aaltonen pushed to branch debian-unstable at X Strike Force / font / xfonts-cyrillic
Commits: 41daa3f4 by Holger Levsen at 2022-07-21T10:49:32+01:00 Import Debian version 1.0.5 xfonts-cyrillic (1:1.0.5) unstable; urgency=medium .. * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. - - - - - 33e4c3f2 by Simon McVittie at 2022-07-21T11:12:07+01:00 Merge changes from XSF git with changes from NMU The NMU mistakenly had a non-NMU-style version number, so incorporating it into the changelog seems like the easiest way to avoid a version-number collision. - - - - - bd08f103 by Simon McVittie at 2022-07-21T13:06:42+01:00 d/control: Update Vcs-* for migration to salsa.debian.org - - - - - 4b2f9a5f by Simon McVittie at 2022-07-21T13:06:42+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: #999227 - - - - - 29cffc19 by Simon McVittie at 2022-07-21T13:06:42+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. - - - - - 1b9d9460 by Simon McVittie at 2022-07-21T13:06:42+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. Fixes the equivalent of #856271, #976471, #976571 for this package. - - - - - 65e8127d by Simon McVittie at 2022-07-21T13:06:42+01:00 Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,25 @@ -xfonts-cyrillic (1:1.0.5) UNRELEASED; urgency=medium +xfonts-cyrillic (1:1.0.6) UNRELEASED; urgency=medium + [ Julien Cristau ] * Switch Vcs-* control fields to https. * Switch upstream URLs in packaging to https. - -- Julien Cristau <[email protected]> Sun, 21 Aug 2016 19:31:15 +0200 + [ Simon McVittie ] + * d/control: Update Vcs-* for migration to salsa.debian.org + * d/rules: Add missing build-arch, build-indep targets (Policy §4.9) + (Closes: #999227) + * d/control: Declare that the build does not require (fake)root + * d/rules: Use dh_update_autotools_config to update config.guess, + config.sub + + -- Simon McVittie <[email protected]> Thu, 21 Jul 2022 11:21:28 +0100 + +xfonts-cyrillic (1:1.0.5) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen <[email protected]> Fri, 01 Jan 2021 17:23:03 +0100 xfonts-cyrillic (1:1.0.4) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,12 +3,13 @@ Section: fonts Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: - debhelper (>= 7), + debhelper (>= 10.8), xfonts-utils (>= 1:7.5), pkg-config, Standards-Version: 3.8.3 -Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/font/xfonts-cyrillic.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-xorg/font/xfonts-cyrillic.git +Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-cyrillic.git +Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-cyrillic +Rules-Requires-Root: no Package: xfonts-cyrillic 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-cyrillic/-/compare/78f5a95f18e49ffbcaae782b462bec48a1ad51c0...65e8127dde3d46473ae21f373c3f67fb2c3d81c9 -- View it on GitLab: https://salsa.debian.org/xorg-team/font/xfonts-cyrillic/-/compare/78f5a95f18e49ffbcaae782b462bec48a1ad51c0...65e8127dde3d46473ae21f373c3f67fb2c3d81c9 You're receiving this email because of your account on salsa.debian.org.

