[med-svn] [maxflow] 02/02: add debian build files

Gert Wollny gert-guest at moszumanska.debian.org
Tue Jul 21 17:37:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

gert-guest pushed a commit to branch master
in repository maxflow.

commit 42809f6049096a697983cdf52a94c9499f9ed0bf
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Tue Jul 21 19:37:23 2015 +0200

    add debian build files
---
 debian/changelog              |  5 +++++
 debian/compat                 |  1 +
 debian/control                | 52 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright              | 30 +++++++++++++++++++++++++
 debian/libmaxflow-dev.docs    |  2 ++
 debian/libmaxflow-dev.install |  3 +++
 debian/libmaxflow0.install    |  1 +
 debian/rules                  | 11 +++++++++
 debian/source/format          |  1 +
 debian/upstream/metadata      | 20 +++++++++++++++++
 debian/watch                  |  6 +++++
 11 files changed, 132 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b1f30b5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+maxflow (3.0.4-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #742622)
+
+ -- Gert Wollny <gw.fossdev at gmail.com>  Tue, 21 Jul 2015 18:40:58 +0200
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..b450223
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: maxflow
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Gert Wollny <gw.fossdev at gmail.com>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9), 
+               cmake 
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/maxflow.git
+Vcs-Git: git://anonscm.debian.org/debian-med/maxflow.git
+Homepage: https://github.com/gerddie/maxflow
+
+Package: libmaxflow0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description:This library provides the maxflow-mincut algorithm 
+ This library implements an efficient minimum cut/maximum flow
+ algorithms on graphs that can be used for exact or approximate
+ energy minimization in low-level vision. The algorithm provides a high 
+ performance that makes near real-time performance possible.
+
+Package: libmaxflow-dev
+Architecture: any
+Section: libdevel
+Depends: libmaxflow0 (= ${binary:Version}),
+         ${misc:Depends}
+Description: Development files for the maxflow-mincut algorithm  
+ This library implements an efficient minimum cut/maximum flow
+ algorithms on graphs that can be used for exact or approximate
+ energy minimization in low-level vision. The algorithm provides a high 
+ performance that makes near real-time performance possible.
+ This package provides the development files for the library.
+
+Package: libmaxflow0-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libmaxflow0 (= ${binary:Version}),
+         ${misc:Depends}
+Description: Debug information for the maxflow-mincut algorithm 
+ This library implements an efficient minimum cut/maximum flow
+ algorithms on graphs that can be used for exact or approximate
+ energy minimization in low-level vision. The algorithm provides a high 
+ performance that makes near real-time performance possible.
+ This package provides the debug information for the library.
+
+
+
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9ccaf37
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: maxflow
+Source: https://github.com/gerddie/maxflow
+
+Files: *
+Copyright: © 2001-2006
+           Vladimir Kolmogorov (vnk at ist.ac.at),
+	   Yuri Boykov (yuri at csd.uwo.ca) 
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: © 2015 Gert Wollny <gw.fossdev at gmail.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
\ No newline at end of file
diff --git a/debian/libmaxflow-dev.docs b/debian/libmaxflow-dev.docs
new file mode 100644
index 0000000..648393d
--- /dev/null
+++ b/debian/libmaxflow-dev.docs
@@ -0,0 +1,2 @@
+README.md
+
diff --git a/debian/libmaxflow-dev.install b/debian/libmaxflow-dev.install
new file mode 100644
index 0000000..7df81cd
--- /dev/null
+++ b/debian/libmaxflow-dev.install
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
diff --git a/debian/libmaxflow0.install b/debian/libmaxflow0.install
new file mode 100644
index 0000000..3ddde58
--- /dev/null
+++ b/debian/libmaxflow0.install
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d2cc015
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+
+%:
+	dh $@
+
+
+override_dh_strip:
+	 /usr/bin/dh_strip -plibmaxflow0 --dbg-package=libmaxflow0-dbg
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)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..e7a5e88
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,20 @@
+Reference:
+  Author: Yuri Boykov and Vladimir Kolmogorov
+  Title: An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision
+  Journal: IEEE Transactions on Pattern Analysis and Machine Intelligence
+  Year: 2004 
+  Volume: 6 
+  Number: 9 
+  Pages: 1124 - 1137
+  DOI: 10.1109/TPAMI.2004.60
+  eprint: http://www.csd.uwo.ca/~yuri/Papers/pami04.pdf
+
+Reference:
+  Author: Pushmeet Kohli and Philip H.S. Torr
+  Title: Efficiently Solving Dynamic Markov Random Fields Using Graph Cuts.
+  Journal: International Conference on Computer Vision (ICCV)
+  Year: 2005
+  eprint: http://research.microsoft.com/en-us/um/people/pkohli/papers%5Ciccv05.pdf
+
+
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..19eaa6f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=3
+
+# Uncomment to find new files on Github
+#  - when using releases:
+https://github.com/gerddie/maxflow/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/maxflow.git



More information about the debian-med-commit mailing list