[med-svn] [gadgetron] 02/13: d/*: initial import of debian folder

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Feb 20 17:16:23 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 4d954e38852a29330154bbd21183e2ad80c8af29
Author: Ghislain Vaillant <ghisvail at gmail.com>
Date:   Tue Apr 22 18:22:44 2014 +0100

    d/*: initial import of debian folder
---
 debian/changelog                     |  5 +++
 debian/compat                        |  1 +
 debian/control                       | 63 ++++++++++++++++++++++++++++++++++++
 debian/copyright                     | 38 ++++++++++++++++++++++
 debian/gadgetron-client.install      |  0
 debian/gadgetron-schema.install      |  0
 debian/gadgetron-server.install      |  0
 debian/libgadgetron-dev-doc.doc-base | 20 ++++++++++++
 debian/libgadgetron-dev.install      |  0
 debian/libgadgetron0.install         |  0
 debian/rules                         | 12 +++++++
 debian/source/format                 |  1 +
 debian/watch                         |  2 ++
 13 files changed, 142 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..39a8679
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gadgetron (2.5.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Ghislain Vaillant <ghisvail at gmail.com>  Tue, 22 Apr 2014 16:35:31 +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..88afd0e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,63 @@
+Source: gadgetron
+Section: science
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ghislain Vaillant <ghisvail at gmail.com>
+Build-Depends:
+ cmake,
+ debhelper (>= 9),
+ libace-dev,
+ libarmadillo-dev,
+ libboost-system-dev,
+ libboost-thread-dev,
+ libismrmrd-dev,
+ libxerces-c-dev,
+ xsdcxx
+Build-Depends-Indep:
+ doxygen 
+Standards-Version: 3.9.5
+Homepage: http://gadgetron.sourceforge.net/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/gadgetron.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/gadgetron.git
+
+Package: libgadgetron0
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: libgadgetron-dev
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: libgadgetron-dev-doc
+Architecture: all
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: gadgetron-client
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: gadgetron-server
+Architecture: any
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: gadgetron-schema
+Architecture: all
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1504968
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gadgetron
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# If you want to use GPL v2 or later for the /debian/* files use 
+# the following clauses, or change it to suit. Delete these two lines
+Files: debian/*
+Copyright: 2014 Ghislain Vaillant <ghisvail at gmail.com>
+License: GPL-2+
+ This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/gadgetron-client.install b/debian/gadgetron-client.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/gadgetron-schema.install b/debian/gadgetron-schema.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/gadgetron-server.install b/debian/gadgetron-server.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/libgadgetron-dev-doc.doc-base b/debian/libgadgetron-dev-doc.doc-base
new file mode 100644
index 0000000..5ec6358
--- /dev/null
+++ b/debian/libgadgetron-dev-doc.doc-base
@@ -0,0 +1,20 @@
+Document: gadgetron
+Title: Debian gadgetron Manual
+Author: <insert document author here>
+Abstract: This manual describes what gadgetron is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/gadgetron/gadgetron.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/gadgetron/gadgetron.ps.gz
+
+Format: text
+Files: /usr/share/doc/gadgetron/gadgetron.text.gz
+
+Format: HTML
+Index: /usr/share/doc/gadgetron/html/index.html
+Files: /usr/share/doc/gadgetron/html/*.html
diff --git a/debian/libgadgetron-dev.install b/debian/libgadgetron-dev.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/libgadgetron0.install b/debian/libgadgetron0.install
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..be1f118
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+
+%:
+	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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..b64818d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/gadgetron/gadgetron_(\d\S*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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