summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2019-04-03 21:53:56 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2019-04-03 21:57:04 -0300
commitd7e3c152f9ba3bf29b5eade6b72a6dbe62002740 (patch)
tree3457b4f8b70d778e10fc428edd7ca7d7580e7acb
parent4f149beece766a73bff4599beae41432becfde7f (diff)
downloadbash-completion-d7e3c152f9ba3bf29b5eade6b72a6dbe62002740.tar.gz
Update Standards-Version to 4.3.0
Checked against the upgrade checklist: 2.3 & 4.5 In cases where a package’s distribution license explicitly permits its copyright information to be excluded from distributions of binaries built from the source, a verbatim copy of the package’s copyright information should normally still be included in the copyright file, but it need not be if creating and maintaining a copy of that information involves significant time and effort. OK - All files under GPL-2+, which is distributed by Debian. 4.9 Required targets must not write outside of the unpacked source package tree, except for TMPDIR, /tmp and /var/tmp. OK - Build is contained within the build dir. 4.17 Packages should not contain a non-default series file. That is, dpkg’s vendor-specific patch series feature should not be used for packages in the Debian archive. OK - Only debian/patches/series is present. 10.1 Binaries should be stripped using strip --strip-unneeded --remove-section=.comment --remove-section=.note (as dh_strip already does). OK - No binaries distributed [arch=all]. 10.1 It is no longer suggested nor recommended to use install -s to strip binaries, because it gets several things wrong. OK - No binaries distributed [arch=all]. 10.2 When stripping shared libraries with strip(1), you should additionally pass --remove-section=.comment --remove-section=.note (as dh_strip already does). OK - No binaries distributed [arch=all]. virtual New dbus-session-bus and default-dbus-session-bus virtual packages for a package providing the D-Bus session bus, and for Debian’s preferred D-Bus implementation, respectively. OK - Not related to bash-completion.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 68ba59e7..ac601017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
bash-completion (1:2.8-7) UNRELEASED; urgency=medium
+ * Updated to Debian Policy 4.3.0.
+
-- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Fri, 01 Mar 2019 18:55:03 -0300
bash-completion (1:2.8-6) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 81c2c6d6..138bd8bc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: standard
Maintainer: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: perl
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/debian/bash-completion.git
Vcs-Browser: https://salsa.debian.org/debian/bash-completion
Homepage: https://github.com/scop/bash-completion