summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.net.br>2019-07-09 23:06:41 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.net.br>2019-07-09 23:40:39 -0300
commit19eafb8def07f0c89967f316c989d2f389878c77 (patch)
tree3849b6f088f2eb8733346fc5a83c06f875030290
parent6c1bdb1ccccfabbe95e454a648441b869f72ceb5 (diff)
downloadbash-completion-19eafb8def07f0c89967f316c989d2f389878c77.tar.gz
Update Standards-Version to 4.4.0
Checked against the upgrade checklist: 4.9 The recommended way to implement the build process of a Debian package, in the absence of a good reason to use a different approach, is the dh tool. This recommendation includes the contents of the debian/rules building script. Some examples of good reasons to use a different approach are given. The recommendation to use dh does not always apply, and use of dh is not required. OK, already using dh. 5.6.26 Permit -b in Vcs-Hg as well as Vcs-Git. OK, vcs field is of git type and doesn't use -b anyway. 7.5 Document versioned Provides. OK, not using Provides. virtual New logind and default-logind virtual packages for a package providing logind API (via D-Bus and sd-login(3)), and for Debian’s preferred implementation, respectively. OK, not providing logind API.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0e028380..749eac1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
bash-completion (1:2.8-7) UNRELEASED; urgency=medium
- * Updated to Debian Policy 4.3.0.
+ * Updated to Debian Policy 4.4.0.
* Update maintainer email address.
-- Gabriel F. T. Gomes <gabriel@inconstante.net.br> Tue, 09 Jul 2019 18:29:21 -0300
diff --git a/debian/control b/debian/control
index 479b74cd..f216c8e3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: standard
Maintainer: Gabriel F. T. Gomes <gabriel@inconstante.net.br>
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: perl
-Standards-Version: 4.3.0
+Standards-Version: 4.4.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