Codebase list fonts-ubuntu / a332b9b
releasing package fonts-ubuntu version 0.83-5 Jeremy Bicha 2 years ago
2 changed file(s) with 12 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 fonts-ubuntu (0.83-5) UNRELEASED; urgency=medium
1
0 fonts-ubuntu (0.83-5) unstable; urgency=medium
1
2 [ Gunnar Hjalmarsson ]
23 * debian/rules:
3 - Don't state section "non-free" when building for Ubuntu, and
4 prevent with that the packages from getting listed as non-free
5 when running vrms on Ubuntu (LP: #1754804).
4 - Don't state section "non-free" when building for Ubuntu
5 to avoid users trying to uninstall key Ubuntu packages
6 after running vmrs (LP: #1754804).
67 * Include Ubuntu-Th.ttf from the newer 0.84 version (LP: #1819135)
78
8 -- Gunnar Hjalmarsson <gunnarhj@ubuntu.com> Thu, 19 Nov 2020 21:52:00 +0100
9 [ Jeremy Bicha ]
10 * Build-Depend on debhelper-compat 13
11 * Drop obsolete transitional packages and Breaks/Replaces
12
13 -- Jeremy Bicha <jeremy.bicha@canonical.com> Tue, 15 Feb 2022 14:31:53 -0500
914
1015 fonts-ubuntu (0.83-4) unstable; urgency=medium
1116
33 dh $@ --sourcedirectory=debian/console
44
55 execute_after_dh_gencontrol:
6 # Don't state "non-free" for the fonts-ubuntu{,-console} packages when building for Ubuntu.
7 # https://launchpad.net/bugs/1754804
6 # Don't state "non-free" when building for Ubuntu. https://launchpad.net/bugs/1754804
87 if dpkg-vendor --is ubuntu; then \
98 sed -i 's#^Section: non-free/fonts#Section: fonts#' debian/*/DEBIAN/control; \
109 fi