diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 37d522f..bb1a39c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ xsane (0.999-3) UNRELEASED; urgency=medium * debian/control: - - Remove version of the Build-Depents libsane-dev (>= 1.0.11-3) + - Remove version from the Build-Depents libsane-dev (>= 1.0.11-3) (old stable has 1.0.22-7.4). + - Remove version from the Build-Depants libgimp2.0-dev (>= 2.0.0) + (old stable has version 2.8.2-2+deb7u1). - Remove useless whitspaces. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 24 Nov 2015 21:56:44 +0100 diff --git a/debian/control b/debian/control index 4fb08bf..909d395 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: autotools-dev, debhelper (>= 9~), gettext, - libgimp2.0-dev (>= 2.0.0), + libgimp2.0-dev, libgtk2.0-dev, libjpeg62-turbo-dev, liblcms2-dev, |