summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 076834c..ec49fb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium
* Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
+ * Declare compliance with Debian Policy 4.2.1 (No changes needed).
* debian/control:
- Change VCS-* to point to the new repository.
+ - Replace Priority extra with optional.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 30 Sep 2018 19:54:58 +0200
diff --git a/debian/control b/debian/control
index 50e0c43..eebb9f6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: libmongo-client
-Priority: extra
+Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
debhelper (>= 11~),
@@ -8,7 +8,7 @@ Build-Depends:
Build-Depends-Indep:
doxygen,
graphviz
-Standards-Version: 3.9.6
+Standards-Version: 4.2.1
Section: libs
Homepage: https://github.com/algernon/libmongo-client
Vcs-Git: git://jff.email/opt/git/libmongo-client.git