Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxfont
Commits:
-
d7b9ec23
by Debian Janitor at 2019-12-18T06:25:31+00:00
-
bfdb9e7a
by Debian Janitor at 2019-12-18T06:26:03+00:00
-
9ee3b560
by Debian Janitor at 2020-03-22T10:36:45+00:00
3 changed files:
Changes:
| 1 |
+libxfont (1:2.0.3-2) UNRELEASED; urgency=medium
|
|
| 2 |
+ |
|
| 3 |
+ * Trim trailing whitespace.
|
|
| 4 |
+ * Replace XC-Package-Type with Package-Type.
|
|
| 5 |
+ * Drop transition for old debug package migration.
|
|
| 6 |
+ |
|
| 7 |
+ -- Debian Janitor <janitor@jelmer.uk> Wed, 18 Dec 2019 06:25:22 +0000
|
|
| 8 |
+ |
|
| 1 | 9 |
libxfont (1:2.0.3-1) unstable; urgency=medium
|
| 2 | 10 |
|
| 3 | 11 |
* Add Matthieu Herrb's key to d/u/signing-key.asc
|
| ... | ... | @@ -215,10 +223,10 @@ libxfont (1:1.4.1-1) unstable; urgency=low |
| 215 | 223 |
|
| 216 | 224 |
libxfont (1:1.4.0-3) unstable; urgency=low
|
| 217 | 225 |
|
| 218 |
- * libxfont1 Conflicts: xprint (< 2:1.6.0-1).
|
|
| 226 |
+ * libxfont1 Conflicts: xprint (< 2:1.6.0-1).
|
|
| 219 | 227 |
The requiem release of xprint (1.6) will not conflict with
|
| 220 | 228 |
libxfont1. I am assured the garlic wreaths should prove most
|
| 221 |
- efficacious at protecting the general public from the undead.
|
|
| 229 |
+ efficacious at protecting the general public from the undead.
|
|
| 222 | 230 |
* Standards version 3.8.3.
|
| 223 | 231 |
|
| 224 | 232 |
-- Drew Parsons <dparsons@debian.org> Sat, 31 Oct 2009 11:29:34 +1100
|
| ... | ... | @@ -39,7 +39,7 @@ Description: X11 font rasterisation library |
| 39 | 39 |
git://anongit.freedesktop.org/git/xorg/lib/libXfont
|
| 40 | 40 |
|
| 41 | 41 |
Package: libxfont2-udeb
|
| 42 |
-XC-Package-Type: udeb
|
|
| 42 |
+Package-Type: udeb
|
|
| 43 | 43 |
Section: debian-installer
|
| 44 | 44 |
Architecture: any
|
| 45 | 45 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| ... | ... | @@ -46,9 +46,6 @@ override_dh_install: |
| 46 | 46 |
dh_install -a -N$(PACKAGE)-udeb --sourcedir=debian/tmp-main --fail-missing
|
| 47 | 47 |
dh_install -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb --fail-missing
|
| 48 | 48 |
|
| 49 |
-override_dh_strip:
|
|
| 50 |
- dh_strip --dbgsym-migration='libxfont2-dbg (<< 1:2.0.1-2~)'
|
|
| 51 |
- |
|
| 52 | 49 |
override_dh_makeshlibs:
|
| 53 | 50 |
dh_makeshlibs -V'libxfont2 (>= 1:2.0.1)' --add-udeb=$(PACKAGE)-udeb
|
| 54 | 51 |
|