Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / glw
Commits:
-
bbbc2003
by Debian Janitor at 2022-11-16T02:38:49+00:00
-
87830fbd
by Debian Janitor at 2022-11-16T02:38:50+00:00
3 changed files:
Changes:
... | ... | @@ -9,6 +9,10 @@ glw (8.0.0-1.2) UNRELEASED; urgency=low |
9 | 9 | * Use secure URI in Vcs control header Vcs-Git.
|
10 | 10 | * Update Vcs-* headers from URL redirect.
|
11 | 11 | * Use canonical URL in Vcs-Git.
|
12 | + * Use secure URI in Homepage field.
|
|
13 | + * Bump debhelper from old 12 to 13.
|
|
14 | + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
|
|
15 | + default.
|
|
12 | 16 | |
13 | 17 | -- Debian Janitor <janitor@jelmer.uk> Sat, 06 Jun 2020 16:59:52 -0000
|
14 | 18 |
... | ... | @@ -4,7 +4,7 @@ Priority: optional |
4 | 4 | Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
5 | 5 | Standards-Version: 3.9.3
|
6 | 6 | Build-Depends:
|
7 | - debhelper-compat (= 12),
|
|
7 | + debhelper-compat (= 13),
|
|
8 | 8 | quilt,
|
9 | 9 | pkg-config,
|
10 | 10 | automake,
|
... | ... | @@ -15,7 +15,7 @@ Build-Depends: |
15 | 15 | libxext-dev,
|
16 | 16 | Vcs-Git: https://salsa.debian.org/xorg-team/lib/glw.git
|
17 | 17 | Vcs-Browser: https://salsa.debian.org/xorg-team/lib/glw
|
18 | -Homepage: http://mesa3d.sourceforge.net/
|
|
18 | +Homepage: https://mesa3d.sourceforge.net/
|
|
19 | 19 | |
20 | 20 | Package: libglw1-mesa
|
21 | 21 | Architecture: any
|
... | ... | @@ -17,6 +17,3 @@ gentarball: SOURCE=glw |
17 | 17 | gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')
|
18 | 18 | gentarball:
|
19 | 19 | git archive --format=tar upstream-experimental --prefix=$(SOURCE)-$(UV)/ | gzip -9 > ../$(SOURCE)_$(UV).orig.tar.gz |
20 | - |
|
21 | -override_dh_missing:
|
|
22 | - dh_missing --fail-missing |