diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index af6e2a0..434e592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,10 +2,14 @@ argyll (1.9.2+repack-2) UNRELEASED; urgency=medium * New README.source to explain the branching model used. * Declare compliance with Debian Policy 4.0.0. (No changes needed). - * debian/control: + * debian/changelog: + - Add 2017 to debian/*. + * debian/copyright: - Remove dh-autoreconf. + Not longer needed since debhelper compatibility level > 10. - Remove libssl-dev from build depends to use the upstream ssl implemantiton. + + Openssl provides only TLS1.2. TLS1.0 / TLS1.1 is using to connect some + devices (Closes #871427). * Use the automatic debug symbol packages: - Remove argyll-dbg section from debian/control. - Remove override_dh_strip from debian/rules. diff --git a/debian/copyright b/debian/copyright index 41649e1..3dd2dcb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -147,7 +147,7 @@ License: public-domain Files: debian/* Copyright: 2006-2008 Christian Marillat <marillat@debian.org> 2008-2010 Roland Mas <lolando@debian.org> - 2014-2016 Jörg Frings-Fürst <debian@jff-webhosting.net> + 2014-2017 Jörg Frings-Fürst <debian@jff-webhosting.net> License: GPL-3+ License: AGPL-3 |