summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-26 15:12:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-26 15:12:57 +0200
commitda57859e04ffc8576073ab2d60b0f72367a53cb4 (patch)
tree93a05f8c080c117d4c1e6a2cb932d8f5b0449201
parentd24476ffb1406d0f7f1651adf730c4945c50cfd1 (diff)
Declare compliance with Debian Policy 4.0.0; Remove libssl from build depends
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
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,