diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 38defba..562f196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ 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: + - Remove libssl from build depends to use the upstream ssl implemantiton. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 26 Aug 2017 14:50:25 +0200 diff --git a/debian/control b/debian/control index 0fea387..1d7544d 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: argyll Section: graphics Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Build-Depends: debhelper (>= 10), dh-autoreconf, dpkg-dev (>= 1.17.0), jam, libjpeg-dev, - libssl-dev, +# libssl-dev, libpng-dev, libtiff5-dev, libtool, |