r24157 - in /packages/unstable/gnome-scan/debian: control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Apr 30 17:44:55 UTC 2010


Author: joss
Date: Fri Apr 30 17:44:54 2010
New Revision: 24157

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24157
Log:
Add missing dependency on gimp.

Modified:
    packages/unstable/gnome-scan/debian/control
    packages/unstable/gnome-scan/debian/control.in

Modified: packages/unstable/gnome-scan/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-scan/debian/control?rev=24157&op=diff
==============================================================================
--- packages/unstable/gnome-scan/debian/control [utf-8] (original)
+++ packages/unstable/gnome-scan/debian/control [utf-8] Fri Apr 30 17:44:54 2010
@@ -39,7 +39,9 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libgnomescan0 (= ${binary:Version})
+         libgnomescan0 (= ${binary:Version}),
+         gimp (>= 2.3)
+Enhances: gimp
 Description: Scanner plugin for the GNU image manipulation program
  Gnome Scan is an infrastructure that brings scanning features to the 
  GNOME desktop, using the Sane library.

Modified: packages/unstable/gnome-scan/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-scan/debian/control.in?rev=24157&op=diff
==============================================================================
--- packages/unstable/gnome-scan/debian/control.in [utf-8] (original)
+++ packages/unstable/gnome-scan/debian/control.in [utf-8] Fri Apr 30 17:44:54 2010
@@ -34,7 +34,9 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libgnomescan0 (= ${binary:Version})
+         libgnomescan0 (= ${binary:Version}),
+         gimp (>= 2.3)
+Enhances: gimp
 Description: Scanner plugin for the GNU image manipulation program
  Gnome Scan is an infrastructure that brings scanning features to the 
  GNOME desktop, using the Sane library.




More information about the pkg-gnome-commits mailing list