[med-svn] [bart-view] 01/02: add control files
Martin Uecker
uecker-guest at moszumanska.debian.org
Sun Jan 15 16:55:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
uecker-guest pushed a commit to branch master
in repository bart-view.
commit 9ee62bcd66966d1e4ac171a4a2a058a883d54f39
Author: Martin Uecker <martin.uecker at med.uni-goettingen.de>
Date: Sat Jan 14 22:17:20 2017 +0100
add control files
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 18 ++++++++++++++++++
debian/copyright | 34 ++++++++++++++++++++++++++++++++++
debian/rules | 3 +++
debian/source/format | 1 +
6 files changed, 62 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9d4c9cb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bart-view (0.0.01-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #851431)
+
+ -- Martin Uecker <martin.uecker at med.uni-goettingen.de> Sat, 14 Jan 2017 21:42:23 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5ead6c8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: bart-view
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Martin Uecker <martin.uecker at med.uni-goettingen.de>
+Section: science
+Priority: optional
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10), libbart-dev, libgtk-3-dev
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/bart-view.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/bart-view.git
+Homepage: https://github.com/mrirecon/view/
+
+Package: bart-view
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: viewer for multi-dimensional complex-valued data
+ Image viewer for multi-dimensional complex-valued data.
+
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c66452c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: view
+Upstream-Contact: Martin Uecker <martin.uecker at med.uni-goettingen.de>
+Source: https://github.com/mrirecon/view
+
+Files: *
+Copyright: 2015-2017 Martin Uecker
+License: BSD-3-clause
+ All rights reserved.
+ .
+ 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 copyright holder 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 COPYRIGHT HOLDER 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/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
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-med/bart-view.git
More information about the debian-med-commit
mailing list