From e7e6e1ca7e2c79cfcdd3f8d156843d8feeec3b03 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 29 Apr 2017 12:57:28 +0200 Subject: wrap-and-sort -ast Gbp-Dch: Ignore Signed-off-by: Mattia Rizzolo --- debian/control | 19 +++++++++++++------ debian/copyright | 1 - 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 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. - -- cgit v1.2.3