diff options
| author | Alessio Treglia <alessio@debian.org> | 2012-04-20 12:05:15 +0200 | 
|---|---|---|
| committer | Alessio Treglia <alessio@debian.org> | 2012-04-20 12:05:15 +0200 | 
| commit | 1e17ab8631e2bf3c9eb90305930930f73e3a1306 (patch) | |
| tree | 1636b5fb4d1161376a019417ef9c9ec8aed86d63 | |
| parent | 527dfce44bf3e21c11e1deb21143743e1a4d875e (diff) | |
wrap-and-sort -a -s
Git-Dch: Ignore
| -rw-r--r-- | debian/control | 28 | 
1 files changed, 15 insertions, 13 deletions
| diff --git a/debian/control b/debian/control index 6eb3d27..435791e 100644 --- a/debian/control +++ b/debian/control @@ -3,25 +3,26 @@ Section: gnome  Priority: optional  Maintainer: Alessio Treglia <alessio@debian.org>  Standards-Version: 3.9.3 -Build-Depends: debhelper (>= 7.0.50~), +Build-Depends:   autotools-dev, - lsb-release, - gnome-pkg-tools (>= 0.10), + debhelper (>= 7.0.50~),   gnome-common, + gnome-pkg-tools (>= 0.10), + intltool, + libcairo2-dev,   libcolord-dev, + libdbus-glib-1-dev, + libgconf2-dev,   libglib2.0-dev,   libgtk-3-dev, - libgconf2-dev, - libcairo2-dev,   libgudev-1.0-dev, - libdbus-glib-1-dev, - libsane-dev, - valac-0.14 | valac (>= 0.13.0), - zlib1g-dev,   libjpeg-dev, + libsane-dev, + lsb-release,   python-scour, - intltool, - yelp-tools + valac-0.14 | valac (>= 0.13.0), + yelp-tools, + zlib1g-dev  Homepage: https://launchpad.net/simple-scan  Vcs-Git: git://git.debian.org/collab-maint/simple-scan.git  Vcs-Browser: http://git.debian.org/?p=collab-maint/simple-scan.git @@ -29,10 +30,11 @@ Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/simple-scan/ubuntu  Package: simple-scan  Architecture: any -Depends: ${shlibs:Depends}, +Depends:   gnome-icon-theme,   xdg-utils, - ${misc:Depends} + ${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 | 
