summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 18:35:13 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 18:35:13 +0200
commit608e7e94423585d4fff5e31c9c9a98b3165ed3c9 (patch)
treed6aaa12c05632529f95e00c8726f8ba0b2e0dc3c /debian/control
parent44a1fdd0075c7818b65d4191290cdce733687146 (diff)
new maintainer, new upstream releasedebian/3.13.4.2-1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control57
1 files changed, 57 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..78d90a3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,57 @@
+Source: simple-scan
+Section: gnome
+Priority: optional
+Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Standards-Version: 3.9.5
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf,
+ gnome-common,
+ gnome-pkg-tools (>= 0.10),
+ intltool,
+ libcairo2-dev,
+ libcolord-dev,
+ libdbus-glib-1-dev,
+ libglib2.0-dev,
+ libgtk-3-dev,
+ libgudev-1.0-dev,
+ libjpeg-dev,
+ libsane-dev,
+ python-scour,
+ valac (>= 0.22),
+ yelp-tools,
+ zlib1g-dev
+Homepage: https://launchpad.net/simple-scan
+Vcs-Git: git://anonscm.debian.org/collab-maint/simple-scan.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/simple-scan.git
+
+Package: simple-scan
+Architecture: any
+Depends:
+ dbus-x11 (>= 1.8),
+ gnome-icon-theme,
+ xdg-utils,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Simple Scanning Utility
+ Simple Scan is an easy-to-use application, designed to let users
+ connect their scanner and quickly have the image/document in an
+ appropriate format.
+ .
+ Simple Scan is basically a frontend for SANE - which is the same
+ backend as XSANE uses. This means that all existing scanners will
+ work and the interface is well tested.
+
+Package: simple-scan-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ simple-scan (= ${binary:Version}),
+ ${misc:Depends}
+Description: Simple Scanning Utility - debugging symbols
+ Simple Scan is an easy-to-use application, designed to let users
+ connect their scanner and quickly have the image/document in an
+ appropriate format.
+ .
+ This package provides the debugging symbols for simple-scan.