[limereg] 02/37: Added debian folder

Mattia Rizzolo mattia at debian.org
Wed May 3 16:38:03 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 3644a970777cf1a933136850d61e2bb4f8ac4458
Author: Roelof Berg <rberg at berg-solutions.de>
Date:   Mon Mar 30 01:01:52 2015 +0200

    Added debian folder
---
 debian/changelog              |  5 +++++
 debian/compat                 |  1 +
 debian/control                | 47 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright              | 38 ++++++++++++++++++++++++++++++++++
 debian/liblimereg-dev.install |  5 +++++
 debian/liblimereg1.install    |  2 ++
 debian/limereg.install        |  2 ++
 debian/rules                  | 41 +++++++++++++++++++++++++++++++++++++
 debian/source/format          |  1 +
 9 files changed, 142 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cb97ea6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+limereg (1.3.1-0) unstable; urgency=low
+
+  * Initial release. (Closes #777000)
+
+ -- Roelof Berg <rberg at berg-solutions.de>  Tue, 25 Mar 2015 23:45:00 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..382f7bb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: limereg
+Section: science
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), libcv-dev, libhighgui-dev, libopencv-dev, libboost-dev, libboost-program-options-dev, doxygen, help2man
+Standards-Version: 3.9.5
+Homepage: http://embedded-software-architecture.com/limereg.html
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/limereg.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/limereg.git
+
+Package: limereg
+Section: science
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Lightweight Image Registration
+ Command line application for image registration.
+ Automatically aligns two images with similar content to each other.
+
+Package: liblimereg-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+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 grayscale 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. 
+ .
+ This package contains the static library and the header file.
+
+Package: liblimereg1
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Library for lightweight image registration
+ Liblimereg automatically aligns two images with similar content to each other.
+ Given two 2D grayscale 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. 
+ .
+ This package contains the runtime shared library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a1b95ff
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: limereg
+Upstream-Contact: Roelof Berg <rberg at berg-solutions.de>
+Source: http://embedded-software-architecture.com/limereg.html
+
+Files: *
+Copyright: 2012-2015 Roelof Berg <rberg at berg-solutions.de>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2015 Roelof Berg <rberg at berg-solutions.de>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    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 
+ 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 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
diff --git a/debian/liblimereg-dev.install b/debian/liblimereg-dev.install
new file mode 100644
index 0000000..8c28a2f
--- /dev/null
+++ b/debian/liblimereg-dev.install
@@ -0,0 +1,5 @@
+usr/include/limereg.h
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
+usr/share/man/man3/limereg.h.3
diff --git a/debian/liblimereg1.install b/debian/liblimereg1.install
new file mode 100644
index 0000000..54dc048
--- /dev/null
+++ b/debian/liblimereg1.install
@@ -0,0 +1,2 @@
+/usr/lib/*/lib*.so.*
+usr/share/man/man3/liblimereg.3
\ No newline at end of file
diff --git a/debian/limereg.install b/debian/limereg.install
new file mode 100644
index 0000000..01dff51
--- /dev/null
+++ b/debian/limereg.install
@@ -0,0 +1,2 @@
+/usr/bin/*
+usr/share/man/man1/limereg.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ededdcb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+#CFLAGS=-Ofast
+CFLAGS := $(filter-out -O2,$(CFLAGS))
+#CFLAGS+=-Ofast -flto
+CFLAGS+=-Ofast
+
+#CXXFLAGS=-Ofast
+CXXFLAGS := $(filter-out -O2,$(CXXFLAGS))
+#CXXFLAGS+=-Ofast -flto
+CXXFLAGS+=-Ofast
+
+#LDFLAGS+=-flto
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+# main packaging script based on dh7 syntax
+%:
+	dh $@ 
+
+# debmake generated override targets
+# This is example for Cmake (See http://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#	dh_auto_configure -- \
+#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
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