[med-svn] [gadgetron] 03/09: initial debianization

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Apr 24 18:41:18 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository gadgetron.

commit 6de1659a0f7c3211d130c08c33c0d3c40f98db9e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Apr 24 14:02:00 2015 +0100

    initial debianization
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 22 ++++++++++++++++++++++
 debian/copyright     | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 19 +++++++++++++++++++
 debian/source/format |  1 +
 7 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b5cf9d1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gadgetron (3.7.5-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #732361)
+
+ -- Ghislain Antony Vaillant <ghisvail at gmail.com>  Fri, 24 Apr 2015 12:31:01 +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..d8f4cb2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: gadgetron
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Section: science
+Priority: optional
+Build-Depends:
+ cmake (>= 2.8), 
+ debhelper (>= 9),
+ libhdf5-dev,
+ libismrmrd-dev
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gadgetron.git
+Vcs-Git: git://anonscm.debian.org/debian-med/gadgetron.git
+Homepage: https://github.com/gadgetron/gadgetron
+
+Package: gadgetron-client
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: an open source framework for medical image reconstruction
+ This package provides the client application.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c782344
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gadgetron
+Source: https://github.com/gadgetron/gadgetron
+
+Files: *
+Copyright: 2011-2015 Michael S. Hansen <michael.hansen at nih.gov>
+           2011-2015 The Gadgetron developers and contributors
+License: MIT
+
+Files: debian/*
+Copyright: 2015 Ghislain Antony Vaillant <ghisvail at gmail.com>
+License: BSD-2-Clause
+ On Debian systems, the complete text of the BSD-2-Clause license 
+ can be found in "/usr/share/common-licenses/BSD".
+
+License: MIT
+ GADGETRON SOFTWARE LICENSE V1.0, NOVEMBER 2011
+ PERMISSION IS HEREBY GRANTED, FREE OF CHARGE, TO ANY PERSON OBTAINING
+ A COPY OF THIS SOFTWARE AND ASSOCIATED DOCUMENTATION FILES (THE
+ "SOFTWARE"), TO DEAL IN THE SOFTWARE WITHOUT RESTRICTION, INCLUDING
+ WITHOUT LIMITATION THE RIGHTS TO USE, COPY, MODIFY, MERGE, PUBLISH,
+ DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THE SOFTWARE, AND TO
+ PERMIT PERSONS TO WHOM THE SOFTWARE IS FURNISHED TO DO SO, SUBJECT TO
+ THE FOLLOWING CONDITIONS:
+ .
+ THE ABOVE COPYRIGHT NOTICE, THIS PERMISSION NOTICE, AND THE LIMITATION
+ OF LIABILITY BELOW SHALL BE INCLUDED IN ALL COPIES OR REDISTRIBUTIONS
+ OF SUBSTANTIAL PORTIONS OF THE SOFTWARE.
+ .
+ SOFTWARE IS BEING DEVELOPED IN PART AT THE NATIONAL HEART, LUNG, AND BLOOD
+ INSTITUTE, NATIONAL INSTITUTES OF HEALTH BY AN EMPLOYEE OF THE FEDERAL
+ GOVERNMENT IN THE COURSE OF HIS OFFICIAL DUTIES. PURSUANT TO TITLE 17,
+ SECTION 105 OF THE UNITED STATES CODE, THIS SOFTWARE IS NOT SUBJECT TO
+ COPYRIGHT PROTECTION AND IS IN THE PUBLIC DOMAIN. EXCEPT AS CONTAINED IN
+ THIS NOTICE, THE NAME OF THE AUTHORS, THE NATIONAL HEART, LUNG, AND BLOOD
+ INSTITUTE (NHLBI), OR THE NATIONAL INSTITUTES OF HEALTH (NIH) MAY NOT
+ BE USED TO ENDORSE OR PROMOTE PRODUCTS DERIVED FROM THIS SOFTWARE WITHOUT
+ SPECIFIC PRIOR WRITTEN PERMISSION FROM THE NHLBI OR THE NIH.THE SOFTWARE IS
+ PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b6ae3fe
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+BUILDDIR = $(CURDIR)/debian/build
+
+%:
+	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
+
+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-med/gadgetron.git



More information about the debian-med-commit mailing list