diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/copyright | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bddf858..d2c7a03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ xtrkcad (1:5.1.2a-1) UNRELEASED; urgency=medium * Switch to debhelper-compat: - debian/control: change to debhelper-compat (=13). - remove debian/compat. + * debian/copyright: + - Remove File-Excluded. + - Add year 2020 to myself. -- Jörg Frings-Fürst <debian@jff.email> Wed, 27 May 2020 13:17:05 +0200 diff --git a/debian/control b/debian/control index 7eb615f..f44f903 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: cmake, debhelper-compat (= 13), libgtk2.0-dev +Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: http://xtrkcad.org/ Vcs-Git: git://jff.email/opt/git/xtrkcad.git diff --git a/debian/copyright b/debian/copyright index 90d57b6..dcd7cfe 100644 --- a/debian/copyright +++ b/debian/copyright @@ -75,7 +75,7 @@ License: public-domain Files: debian/* Copyright: 2015 Daniel E. Markle <dmarkle@ashtech.net> - 2016-2018 Jörg Frings-Fürst <debian@jff.email> + 2016-2020 Jörg Frings-Fürst <debian@jff.email> 2016-2017 Mike Gabriel <sunweaver@debian.org> License: GPL-2+ |