Timo Aaltonen pushed to branch debian-unstable at X Strike Force / font / 
xfonts-75dpi


Commits:
1f5a1270 by Simon McVittie at 2022-07-21T10:02:26+01:00
d/control: Update Vcs-* for migration to salsa.debian.org

- - - - -
d2253649 by Simon McVittie at 2022-07-21T10:44:23+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: #998997

- - - - -
27e43c27 by Simon McVittie at 2022-07-21T10:44:43+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.

- - - - -
d0e24c3c by Simon McVittie at 2022-07-21T12:45:34+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: #976471

- - - - -
e5390c3f by Simon McVittie at 2022-07-21T12:46:02+01:00
Update changelog

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,18 @@
 xfonts-75dpi (1:1.0.5) UNRELEASED; urgency=medium
 
+  [ Julien Cristau ]
   * Update Vcs-Git URL to https.
   * Switch xorg.freedesktop.org URLs in packaging to https.
 
- -- Julien Cristau <jcris...@debian.org>  Sun, 21 Aug 2016 19:10:17 +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: #998997)
+  * 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: #976471)
+
+ -- Simon McVittie <s...@debian.org>  Thu, 21 Jul 2022 11:18:20 +0100
 
 xfonts-75dpi (1:1.0.4+nmu1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -7,8 +7,9 @@ Build-Depends:
  pkg-config,
  xfonts-utils (>= 1:7.5),
 Standards-Version: 3.8.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/font/xfonts-75dpi.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/font/xfonts-75dpi.git
+Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-75dpi.git
+Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-75dpi
+Rules-Requires-Root: no
 
 Package: xfonts-75dpi
 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-75dpi/-/compare/bf3d29f3d68cfd32db5c245e2fec36f517149685...e5390c3fe040f36be2ebecf0871f885076597c2a

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/font/xfonts-75dpi/-/compare/bf3d29f3d68cfd32db5c245e2fec36f517149685...e5390c3fe040f36be2ebecf0871f885076597c2a
You're receiving this email because of your account on salsa.debian.org.


Reply via email to