Dylan Aïssi pushed to branch debian-unstable at X Strike Force / lib / xtrans
Commits:
-
1e6e49da
by Debian Janitor at 2022-11-30T14:16:49+00:00
-
418bf26e
by Debian Janitor at 2022-11-30T14:16:53+00:00
-
1c627fdd
by Debian Janitor at 2022-11-30T14:16:53+00:00
3 changed files:
Changes:
... | ... | @@ -3,6 +3,11 @@ xtrans (1.4.0-2) UNRELEASED; urgency=medium |
3 | 3 | * Remove constraints unnecessary since buster:
|
4 | 4 | + Build-Depends: Drop versioned constraint on xmlto, xorg-sgml-doctools and
|
5 | 5 | xutils-dev.
|
6 | + * Bump debhelper from old 12 to 13.
|
|
7 | + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
|
|
8 | + default.
|
|
9 | + * Fix day-of-week for changelog entry 0.2+cvs.20050513-1.
|
|
10 | + * Update standards version to 4.6.1, no changes needed.
|
|
6 | 11 | |
7 | 12 | -- Debian Janitor <janitor@jelmer.uk> Wed, 20 Jul 2022 09:36:48 -0000
|
8 | 13 | |
... | ... | @@ -273,4 +278,4 @@ xtrans (0.2+cvs.20050513-1) breezy; urgency=low |
273 | 278 | |
274 | 279 | * First xtrans release.
|
275 | 280 | |
276 | - -- Daniel Stone <daniel.stone@ubuntu.com> Sun, 13 May 2005 00:12:17 +1000 |
|
281 | + -- Daniel Stone <daniel.stone@ubuntu.com> Fri, 13 May 2005 00:12:17 +1000 |
... | ... | @@ -4,7 +4,7 @@ Priority: optional |
4 | 4 | Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
5 | 5 | Uploaders: Cyril Brulebois <kibi@debian.org>
|
6 | 6 | Build-Depends:
|
7 | - debhelper-compat (= 12),
|
|
7 | + debhelper-compat (= 13),
|
|
8 | 8 | quilt,
|
9 | 9 | automake,
|
10 | 10 | xutils-dev,
|
... | ... | @@ -12,7 +12,7 @@ Build-Depends: |
12 | 12 | xmlto,
|
13 | 13 | xorg-sgml-doctools,
|
14 | 14 | w3m,
|
15 | -Standards-Version: 4.5.0
|
|
15 | +Standards-Version: 4.6.1
|
|
16 | 16 | Vcs-Git: https://salsa.debian.org/xorg-team/lib/xtrans.git
|
17 | 17 | Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xtrans
|
18 | 18 |
... | ... | @@ -17,9 +17,6 @@ override_dh_auto_configure: |
17 | 17 | override_dh_auto_install:
|
18 | 18 | dh_auto_install --destdir=debian/tmp
|
19 | 19 | |
20 | -override_dh_missing:
|
|
21 | - dh_missing --fail-missing
|
|
22 | - |
|
23 | 20 | %:
|
24 | 21 | dh $@ --with quilt \
|
25 | 22 | --builddirectory=build/ |