summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-04-29 12:57:28 +0200
committerMattia Rizzolo <mattia@debian.org>2017-04-29 12:57:28 +0200
commite7e6e1ca7e2c79cfcdd3f8d156843d8feeec3b03 (patch)
tree8547fdaff33c5b0fc44c6eb318aebce98065ddb8
parent8b8e914e7ac79f05cd72a8ef2f373c1df8695984 (diff)
wrap-and-sort -ast
Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r--debian/control19
-rw-r--r--debian/copyright1
2 files changed, 13 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 2e579ec..05e5334 100644
--- a/debian/control
+++ b/debian/control
@@ -3,30 +3,37 @@ Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 10), libx11-dev, libice-dev, libsm-dev
+Build-Depends:
+ debhelper (>= 10),
+ libice-dev,
+ libsm-dev,
+ libx11-dev,
Vcs-Git: https://git.dgit.debian.org/libstroke.git
Vcs-Browser: https://browse.dgit.debian.org/libstroke.git
Package: libstroke0
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: mouse strokes library -- runtime files
libstroke is a stroke interface library. Strokes are motions
of the mouse that can be interpreted by a program as a command. Strokes
are common in CAD software such as gEDA and Mentor Graphics.
- fvwm can use mouse strokes to cause certain actions, just like button
+ fvwm can use mouse strokes to cause certain actions, just like button
clicks.
Package: libstroke0-dev
Architecture: any
Section: devel
-Depends: libstroke0 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libstroke0 (= ${binary:Version}),
+ ${misc:Depends},
Description: mouse strokes library -- development files
libstroke is a stroke interface library. Strokes are motions
of the mouse that can be interpreted by a program as a command. Strokes
are common in CAD software such as gEDA and Mentor Graphics.
- fvwm can use mouse strokes to cause certain actions, just like button
+ fvwm can use mouse strokes to cause certain actions, just like button
clicks.
.
This package contains the header files needed for developing with this library.
-
diff --git a/debian/copyright b/debian/copyright
index a4da63a..62e99cd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,4 +8,3 @@ This software is released under the GNU General Public License,
version 2; please see /usr/share/common-licenses/GPL-2 on your Debian
system. libgeda is released under the GNU Library General Public License
(LGPL), /usr/share/common-licenses/LGPL.
-