[limereg] 24/33: wrap-and-sort -ast.
Mattia Rizzolo
mattia at debian.org
Wed May 3 16:39:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository limereg.
commit 5e05b4a52684227ac19d371ec5b1176ac740048d
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon Apr 24 20:23:52 2017 +0200
wrap-and-sort -ast.
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/control | 30 ++++++++++++++++++++++--------
debian/copyright | 17 ++++++++---------
debian/liblimereg1.install | 2 +-
3 files changed, 31 insertions(+), 18 deletions(-)
diff --git a/debian/control b/debian/control
index 38114c4..9e79b1e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,15 @@ Source: limereg
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Roelof Berg <rberg at berg-solutions.de>
-Build-Depends: debhelper (>= 10), libopencv-dev, libboost-dev, libboost-program-options-dev, doxygen, help2man
+Uploaders:
+ Roelof Berg <rberg at berg-solutions.de>,
+Build-Depends:
+ debhelper (>= 10),
+ doxygen,
+ help2man,
+ libboost-dev,
+ libboost-program-options-dev,
+ libopencv-dev,
Standards-Version: 3.9.6
Homepage: http://embedded-software-architecture.com/limereg.html
Vcs-Git: git://anonscm.debian.org/debian-science/packages/limereg.git
@@ -13,7 +20,9 @@ XS-Testsuite: autopkgtest
Package: limereg
Section: science
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Lightweight Image Registration
Command line application for image registration.
Automatically finds an optimal alignment of two input images, that makes both
@@ -27,13 +36,15 @@ Package: liblimereg-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: liblimereg1 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ liblimereg1 (= ${binary:Version}),
+ ${misc:Depends},
Description: Library for lightweight image registration [development files]
Liblimereg automatically aligns two images with similar content to each other.
Given two 2D images the algorithm returns the rigid transformation
parameters detected for the best possible alignment (shift, rotation). There
are also functions for a rigid image transformation (shift, rotation) and
- for creating a difference image out of two images.
+ for creating a difference image out of two images.
.
This package contains the static library and the header file.
@@ -41,13 +52,16 @@ Package: liblimereg1
Section: libs
Architecture: any
Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Library for lightweight image registration
Liblimereg automatically aligns two images with similar content to each other.
Given two 2D images the algorithm returns the rigid transformation
parameters detected for the best possible alignment (shift, rotation). There
are also functions for a rigid image transformation (shift, rotation) and
- for creating a difference image out of two images.
+ for creating a difference image out of two images.
.
This package contains the runtime shared library.
diff --git a/debian/copyright b/debian/copyright
index a1b95ff..2d50f74 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,14 +25,13 @@ License: BSD-3-Clause
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
diff --git a/debian/liblimereg1.install b/debian/liblimereg1.install
index 54dc048..8281582 100644
--- a/debian/liblimereg1.install
+++ b/debian/liblimereg1.install
@@ -1,2 +1,2 @@
/usr/lib/*/lib*.so.*
-usr/share/man/man3/liblimereg.3
\ No newline at end of file
+usr/share/man/man3/liblimereg.3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/limereg.git
More information about the debian-science-commits
mailing list