diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index db169b6..4aebcc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ xtrkcad (1:4.2.2-2) UNRELEASED; urgency=medium - Bump Standards-Version to 3.9.8 (no changes required). - Bump debhelper B-D minimum version to 10. - Add Vcs-* tags. + - Change Priority from extra to optional. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 28 Dec 2016 17:27:47 +0100 diff --git a/debian/control b/debian/control index ec00bfb..222f742 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: xtrkcad Section: editors -Priority: extra +Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: cmake, @@ -19,7 +19,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/xtrkcad.git Package: xtrkcad Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: + ${shlibs:Depends}, + ${misc:Depends} Description: Model Train Track CAD Program This program allows you to design model train layouts. It is fundamentally a drawing (CAD) program, but tailored to some of the specific issues in the |