Timo Aaltonen pushed to branch debian-unstable at X Strike Force / font /
xfonts-75dpi
Commits:
5c382ba7 by Timo Aaltonen at 2022-10-03T12:33:18+03:00
control, rules: Migrate to debhelper-compat, bump to 13.
- - - - -
527f0fa6 by Timo Aaltonen at 2022-10-03T12:33:46+03:00
control: Drop versioned constraint on xfonts-utils.
- - - - -
618f00ce by Timo Aaltonen at 2022-10-03T12:34:13+03:00
control: Bump policy to 4.6.1.
- - - - -
a74de51f by Timo Aaltonen at 2022-10-03T12:36:25+03:00
release to sid
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-xfonts-75dpi (1:1.0.5) UNRELEASED; urgency=medium
+xfonts-75dpi (1:1.0.5) unstable; urgency=medium
[ Julien Cristau ]
* Update Vcs-Git URL to https.
@@ -12,7 +12,12 @@ xfonts-75dpi (1:1.0.5) UNRELEASED; urgency=medium
* d/rules: Use dh_update_autotools_config to update config.guess,
config.sub (Closes: #976471)
- -- Simon McVittie <[email protected]> Thu, 21 Jul 2022 11:18:20 +0100
+ [ Timo Aaltonen ]
+ * control, rules: Migrate to debhelper-compat, bump to 13.
+ * control: Drop versioned constraint on xfonts-utils.
+ * control: Bump policy to 4.6.1.
+
+ -- Timo Aaltonen <[email protected]> Mon, 03 Oct 2022 12:36:08 +0300
xfonts-75dpi (1:1.0.4+nmu1) unstable; urgency=medium
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-7
=====================================
debian/control
=====================================
@@ -3,10 +3,10 @@ Section: fonts
Priority: optional
Maintainer: Debian X Strike Force <[email protected]>
Build-Depends:
- debhelper (>= 7),
+ debhelper-compat (= 13),
pkg-config,
- xfonts-utils (>= 1:7.5),
-Standards-Version: 3.8.3
+ xfonts-utils,
+Standards-Version: 4.6.1
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
=====================================
debian/rules
=====================================
@@ -72,7 +72,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
set -e; for FILE in $(SUBDIRS); do \
$(MAKE) -C "$$FILE"-build DESTDIR=$(CURDIR)/debian/tmp install;
\
@@ -90,7 +90,8 @@ binary-indep: build install
dh_testroot
dh_installdocs
- dh_install --fail-missing --exclude fonts.dir --exclude fonts.scale
+ dh_install --exclude fonts.dir --exclude fonts.scale
+ dh_missing --fail-missing --exclude fonts.dir --exclude fonts.scale
dh_installxfonts
dh_installchangelogs
dh_compress
View it on GitLab:
https://salsa.debian.org/xorg-team/font/xfonts-75dpi/-/compare/e5390c3fe040f36be2ebecf0871f885076597c2a...a74de51f2953a0b36019646efd9abed315d2866d
--
View it on GitLab:
https://salsa.debian.org/xorg-team/font/xfonts-75dpi/-/compare/e5390c3fe040f36be2ebecf0871f885076597c2a...a74de51f2953a0b36019646efd9abed315d2866d
You're receiving this email because of your account on salsa.debian.org.