Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xcb-util-image
Commits:
-
cd6216a6
by Debian Janitor at 2020-01-21T01:26:21+00:00
-
8d74cdc5
by Debian Janitor at 2020-01-21T01:26:53+00:00
-
027cb59b
by Debian Janitor at 2020-01-21T01:27:17+00:00
-
a71160e0
by Debian Janitor at 2020-01-21T01:27:42+00:00
-
7b8f7e2a
by Debian Janitor at 2020-01-21T01:28:28+00:00
4 changed files:
Changes:
1 |
+xcb-util-image (0.4.0-2) UNRELEASED; urgency=medium
|
|
2 |
+ |
|
3 |
+ * Use secure copyright file specification URI.
|
|
4 |
+ * Use secure URI in Homepage field.
|
|
5 |
+ * Bump debhelper from deprecated 8 to 10.
|
|
6 |
+ * Change priority extra to priority optional.
|
|
7 |
+ * Update Vcs-* headers to use salsa repository.
|
|
8 |
+ |
|
9 |
+ -- Debian Janitor <janitor@jelmer.uk> Tue, 21 Jan 2020 01:26:11 +0000
|
|
10 |
+ |
|
1 | 11 |
xcb-util-image (0.4.0-1) unstable; urgency=medium
|
2 | 12 |
|
3 | 13 |
* New upstream release.
|
1 |
-8
|
|
1 |
+10
|
1 | 1 |
Source: xcb-util-image
|
2 | 2 |
Section: libdevel
|
3 |
-Priority: extra
|
|
3 |
+Priority: optional
|
|
4 | 4 |
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
5 | 5 |
Uploaders: Julien Danjou <acid@debian.org>,
|
6 | 6 |
Arnaud Fontaine <arnau@debian.org>
|
7 | 7 |
Build-Depends: cdbs (>= 0.4.93~),
|
8 |
- debhelper (>= 8.1.3),
|
|
8 |
+ debhelper (>= 10~),
|
|
9 | 9 |
libxcb1-dev (>= 1.6),
|
10 | 10 |
libxcb-util0-dev,
|
11 | 11 |
libxcb-shm0-dev,
|
... | ... | @@ -14,9 +14,9 @@ Build-Depends: cdbs (>= 0.4.93~), |
14 | 14 |
x11proto-core-dev (>= 7.0.12),
|
15 | 15 |
xutils-dev
|
16 | 16 |
Standards-Version: 3.9.6
|
17 |
-Homepage: http://xcb.freedesktop.org
|
|
18 |
-Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-image.git
|
|
19 |
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-image.git
|
|
17 |
+Homepage: https://xcb.freedesktop.org
|
|
18 |
+Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-image.git
|
|
19 |
+Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-image
|
|
20 | 20 |
|
21 | 21 |
Package: libxcb-image0
|
22 | 22 |
Section: libs
|
1 |
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
1 |
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
2 | 2 |
Upstream-Name: xcb-util-image
|
3 | 3 |
Upstream-Contact: XCB Mailing List <xcb@lists.freedesktop.org>
|
4 | 4 |
Source: http://xcb.freedesktop.org
|