diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-08 22:15:16 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-08 22:15:16 +0100 |
commit | dd3bb571fb73540a41d766151941bc4d6c1777cb (patch) | |
tree | 052592ec2d0f20d09a5cc2d16e92d234db92ea65 | |
parent | 7a166289d3e16874955fe8af4c7dc31bce7dbb5e (diff) |
debian/control: Replace Priority extra with optional
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c595f5c..4c34b8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ xsd (4.0.0-7) UNRELEASED; urgency=medium * New README.source to explain the branching model used. * debian/changelog: - Remove trailing whitespace. + * debian/control: + - Replace Priority extra with optional. * debian/watch: - Switch to secure URI. * Declare compliance with Debian Policy 4.1.1. (No changes needed). diff --git a/debian/control b/debian/control index 5088ccb..37f336c 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: xsd Section: devel -Priority: extra +Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> Build-Depends: debhelper (>= 10), |