diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-24 22:56:29 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-24 22:56:29 +0100 |
commit | 8064d986791f6118a5bcc6f48ba163519de98c2d (patch) | |
tree | 3408d94d40f5679511a6c8ef3ab5327cc619b85a | |
parent | 6d6079d3189e307f19452d0b15b3b12facec16c0 (diff) |
Remove version from the Build-Depents libgimp2.0-dev
-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, |