diff options
| author | Michael Biebl <biebl@debian.org> | 2022-12-19 11:37:58 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-12-19 11:37:58 +0100 |
| commit | 3fbe6fc596ff5cb77eb3a51a82d7d32dc315e596 (patch) | |
| tree | c90f43ad9456cf5f3ccff167047ac6bec6c69631 /debian | |
| parent | cecaa6ed43023e0f2c1d88cb9d5bed393529c6e6 (diff) | |
| parent | b2ca000f0e0a915aba25f7d16b34bd092055ad59 (diff) | |
Merge tag 'debian/1.40.8-1' into debian/bullseye-backports
network-manager Debian release 1.40.8-1
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/source/lintian-overrides | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f334ff68..9ea58766 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +network-manager (1.40.8-1) unstable; urgency=medium + + * Add lintian override for source-is-missing false positive + * New upstream version 1.40.8 + * Bump Standards-Version to 4.6.2 + * Update list of Uploaders. + Remove Uploaders that haven't been active for a long time. + Thanks Sjoerd and Aron for their past work on the package. + + -- Michael Biebl <biebl@debian.org> Mon, 19 Dec 2022 11:30:35 +0100 + network-manager (1.40.6-1~bpo11+1) bullseye-backports; urgency=medium * Rebuild for bullseye-backports diff --git a/debian/control b/debian/control index 556cec60..7329534d 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,7 @@ Source: network-manager Section: net Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> -Uploaders: Michael Biebl <biebl@debian.org>, - Sjoerd Simons <sjoerd@debian.org>, - Aron Xu <aron@debian.org> +Uploaders: Michael Biebl <biebl@debian.org> Build-Depends: debhelper-compat (= 13), dh-sequence-gir, automake (>= 1.12), @@ -39,7 +37,7 @@ Build-Depends: debhelper-compat (= 13), python3-dbus <!nocheck>, python3-pexpect <!nocheck>, iproute2 <!nocheck>, -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/utopia-team/network-manager.git Vcs-Browser: https://salsa.debian.org/utopia-team/network-manager diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 00000000..8e47ba2d --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,4 @@ +# documentation is generated by gtk-doc +# false positive, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017094 +source-is-missing [docs/api/html/*.html] +source-is-missing [docs/libnm/html/*.html] |