diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/patches/100_spelling.patch | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a9dab09..bf26dc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,11 @@ argyll (1.8.2+repack-1) UNRELEASED; urgency=medium * New upstream release. * Add x3dom.debug.js to debian/missing-sources. + * debian/control: + - For use of the system library instead of the Argyll library + add libssl-dev to Build-Depends + * debian/patches/100_spelling.patch: + - Add some more typos. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 29 Sep 2015 22:28:06 +0200 diff --git a/debian/control b/debian/control index c4db378..bc97099 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: dpkg-dev (>= 1.17.0), jam, libjpeg-dev, + libssl-dev, libpng12-dev, libtiff5-dev, libtool, diff --git a/debian/patches/100_spelling.patch b/debian/patches/100_spelling.patch index d07bfde..eb52570 100644 --- a/debian/patches/100_spelling.patch +++ b/debian/patches/100_spelling.patch @@ -1,6 +1,6 @@ Description: correct some typos Author: Jörg Frings-Fürst <debian@jff-webhosting.net> -Last-Update: 2015-08-23 +Last-Update: 2015-09-30 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/spectro/dispcal.c |