[med-svn] [kradview] 01/10: Inject some preliminary packaging stuff for Kradview. Just learned to know one of its authors who would like to join Debian Med and wants to work on kradview packages but needs a kickstart which should be done hereby. Does not yet work - perhaps some KDE experts know the reason why ...

Andreas Tille tille at debian.org
Tue Dec 26 13:15:06 UTC 2017


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

tille pushed a commit to branch master
in repository kradview.

commit 9b412047440330a26b4d3a2acb257b9c7675c3a8
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 27 21:35:32 2008 +0000

    Inject some preliminary packaging stuff for Kradview.  Just learned to know one of its authors who would like to join Debian Med and wants to work on kradview packages but needs a kickstart which should be done hereby.  Does not yet work - perhaps some KDE experts know the reason why ...
---
 debian/README.Debian     |   9 ++++
 debian/changelog         |   5 ++
 debian/compat            |   1 +
 debian/control           |  21 ++++++++
 debian/copyright         |  33 +++++++++++++
 debian/kradview.1        |  36 ++++++++++++++
 debian/kradview.install  |   2 +
 debian/kradview.manpages |   1 +
 debian/kradview.menu     |   3 ++
 debian/kradview.xpm      | 126 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules             |   5 ++
 debian/watch             |   3 ++
 12 files changed, 245 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..28eeb1d
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,9 @@
+kradview for Debian
+-------------------
+
+Kradview is one of the medical image viewers which are in the list
+of Dependencies of the med-imaging package.  You might be interested
+into installing this metapackage to get all packages related to medical
+imaging inside Debian.
+
+ -- Andreas Tille <tille at debian.org>  Mon, 27 Oct 2008 21:55:08 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..756a59c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kradview (1.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #??????)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 27 Oct 2008 21:55:08 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..162290f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: kradview
+Section: science
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev
+Standards-Version: 3.8.0
+Homepage: http://www.orcero.org/irbis/kradview/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/kradview/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/kradview/trunk/
+
+Package: kradview
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: medical image viewer for DICOM images
+ Kradview is a viewer of images obtained for some different sources: X-ray,
+ NMR and DICOM-compatible imaging devices. Its aim is a easy to use DICOM viewer
+ with instant rendering of images, no matter the size and the zoom of the DICOM
+ image. It covers the "let's see the the  X-ray image" need of the medical
+ professional.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2ac3aae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: Andreas Tille <tille at debian.org>
+X-Debinized-Date: Mon, 27 Oct 2008 21:55:08 +0100
+X-Source-Downloaded-From: http://www.orcero.org/irbis/kradview/
+X-Upstream-Author: 2004-2008 David del Rio Medina <ddrm at alu.uma.es>,
+                             David Santo Orcero <irbis at orcero.org>
+
+Files: debian/*
+Copyright: 2008 Andreas Tille <tille at debian.org> on
+License: Same as agdbnet itself
+
+Files: *
+Copyright: (C) 2004-2008 David del Rio Medina <ddrm at alu.uma.es>,
+ David Santo Orcero <irbis at orcero.org>
+ .
+ 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 program 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/>.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+X-Comment: On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/kradview.1 b/debian/kradview.1
new file mode 100644
index 0000000..c804f7b
--- /dev/null
+++ b/debian/kradview.1
@@ -0,0 +1,36 @@
+.TH KRADVIEW 1 "October 27, 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+kradview \- free DICOM viewer
+.SH SYNOPSIS
+.B kradview
+.RI " files"
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B kradview
+command.
+.PP
+\fBkradview\fP is a viewer of images obtained for some different sources:
+X-ray, NMR and DICOM-compatible imaging devices. Its aim is a easy to use
+DICOM viewer with instant rendering of images, no matter the size and the
+zoom of the DICOM image. It covers the "let's see the the X-ray image" need
+of the medical professional.
+
+.SH AUTHOR
+\fBaeskulap\fP was written by David del Rio Medina <ddrm at alu.uma.es> and
+David Santo Orcero <irbis at orcero.org>.
+.PP
+This manual page was written by Andreas Tille <tille at debian.org>,
+for the Debian project (but may be used by others).
diff --git a/debian/kradview.install b/debian/kradview.install
new file mode 100644
index 0000000..ca2a1ce
--- /dev/null
+++ b/debian/kradview.install
@@ -0,0 +1,2 @@
+src/kradview.desktop    usr/share/applications
+debian/kradview.xpm     usr/share/pixmaps
diff --git a/debian/kradview.manpages b/debian/kradview.manpages
new file mode 100644
index 0000000..0f65186
--- /dev/null
+++ b/debian/kradview.manpages
@@ -0,0 +1 @@
+debian/*.1
diff --git a/debian/kradview.menu b/debian/kradview.menu
new file mode 100644
index 0000000..ac784a3
--- /dev/null
+++ b/debian/kradview.menu
@@ -0,0 +1,3 @@
+?package(kradview):needs="X11" section="Applications/Science/Medicine"\
+  title="Kradview" icon="/usr/share/pixmaps/aeskulap.xpm" command="/usr/bin/kradview"\
+  hints="Medical image viewer for DICOM images"
diff --git a/debian/kradview.xpm b/debian/kradview.xpm
new file mode 100644
index 0000000..df92bb8
--- /dev/null
+++ b/debian/kradview.xpm
@@ -0,0 +1,126 @@
+/* XPM */
+static char *hi___app_kradview[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 88 1",
+"  c #010101",
+". c #080608",
+"X c #0D090D",
+"o c #120D12",
+"O c #171017",
+"+ c #1C141C",
+"@ c #201720",
+"# c #241A24",
+"$ c #2A1E2A",
+"% c #2D222D",
+"& c #352735",
+"* c #362A36",
+"= c #3B2E3B",
+"- c #3E333E",
+"; c #453245",
+": c #443A46",
+"> c #4A364A",
+", c #4D3A4D",
+"< c #523D52",
+"1 c #4A424D",
+"2 c #4F4A52",
+"3 c #574257",
+"4 c #514B54",
+"5 c #5A455A",
+"6 c #5E495F",
+"7 c #545159",
+"8 c #565A5A",
+"9 c #59595E",
+"0 c #5D5E62",
+"q c #634E64",
+"w c #655066",
+"e c #675268",
+"r c #69556A",
+"t c #6C5A6E",
+"y c #6F5C70",
+"u c #705F73",
+"i c #606464",
+"p c #646769",
+"a c #666A6B",
+"s c #6A6E6E",
+"d c #726176",
+"f c #766579",
+"g c #7A6A7D",
+"h c #6D7272",
+"j c #747978",
+"k c #7D6E81",
+"l c #7E7183",
+"z c #817686",
+"x c #857B8A",
+"c c #828584",
+"v c #88818F",
+"b c #8C8592",
+"n c #8E8A95",
+"m c #908C97",
+"M c #918E99",
+"N c #95939C",
+"B c #9A9BA3",
+"V c #9EA1A7",
+"C c #A2A5AA",
+"Z c #A5AAAE",
+"A c #A9AEB1",
+"S c #ADB4B5",
+"D c #B0B6B7",
+"F c #B1B7B8",
+"G c #B5BCBC",
+"H c #B8C0BF",
+"J c #BCC4C3",
+"K c #C0C8C7",
+"L c #C5CCCB",
+"P c #C8CFCD",
+"I c #CBD1CF",
+"U c #CDD4D2",
+"Y c #D0D7D5",
+"T c #D1D8D6",
+"R c #D4DBD9",
+"E c #D9DEDC",
+"W c #DBE0DE",
+"Q c #DEE3E1",
+"! c #E1E6E4",
+"~ c #E5E8E6",
+"^ c #E7EAE8",
+"/ c #EBEEED",
+"( c #EDF0EF",
+") c #EFF0F0",
+"_ c #F2F4F3",
+"` c #F6F8F7",
+"' c #F9FAF9",
+"] c None",
+/* pixels */
+"]]]]]]]]]]]]]@$-]]]]]1]]]]]]]]]]",
+"]]]]]]]]]]]]$,3,7]]:1z44]]]]]]]]",
+"]]]]]]]]]]]%<5qrq:,kzxbxc]]]]]]]",
+"]]]]]]]]]]%<5qrtfglzxbbAK0]]]]]]",
+"]]]]]]]]]%<5wrrfklxvbmnUSN1]]]]]",
+"]]]]]]@#%355<qbdfzbbnNNFZbd%]]]]",
+"]]]]]@;,33<NWQURPbbmNBBVAl; ]]]]",
+"]]]]@>,5,y!USCBNNFNNBVCASJP0]]]]",
+"]]]]$<5,x_FCNbzkfdxCVCASFGJUh]]]",
+"]]]]&55k/SBnzfr3$+ aZASFGJJIJ9]]",
+"]]]]*q,/SBblt3 at .]]]]aSFHJKPRJN:]",
+"]]]*e5FJVnlr,o]]]]]aDGGJKPYEJBg+",
+"]%=etw/ZNzr,X]]]]]]sGHJKPRUJGBg#",
+"]=rtynPBvd<X]]]]]]]hGJLIRKSCBNgO",
+"*etfuZHNlqO]]]]]]]hJJLUTJABmxgdO",
+"*tfkfSFnd> ]]]]]]hJJLIRLABbky6;X",
+"9ugzzNHvr+]]]]]]iJJLUTWGBbgw,o ]",
+"]pgxbxKvq.]]]]]iJKPUTE~SNkw;.]]]",
+"]]2bnMNB< ]]]]hJLPUTEQ_Gnd,.]]]]",
+"]]7nNNBZN-]8hhJLIUREQ~)~nt+]]]]]",
+"]2nMNBVZSGsGJJLIUEE!^/''Ayo]]]]]",
+"]7NBBCZASFHJKPUYRW!^('_GGbo]]]]]",
+"]9BBCZADGGJKPUTQ^)__'_GSBN&]]]]]",
+"]0BCGJSGHJKPURELGGL_`GSBnl:]]]]]",
+"]]jTJDGJJLPUEEGSVNNBGSBnlt,.]]]]",
+"]]]pBNzUPUUEQJABbzgflBMkt,X]]]]]",
+"]]]]4lqFRUE!USBbge<#+%,t,X]]]]]]",
+"]]]]]=&2(Q!^JCnkw;o]]]]+.]]]]]]]",
+"]]]]]] ]hGGGFBxt>X]]]]]]]]]]]]]]",
+"]]]]]]]]]1NNNNg5X]]]]]]]]]]]]]]]",
+"]]]]]]]]]]-fgfd$]]]]]]]]]]]]]]]]",
+"]]]]]]]]]]]+o##o]]]]]]]]]]]]]]]]"
+};
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e734dd5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/class/kde.mk
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..168f13c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://www.orcero.org/irbis/kradview/kradview-([0-9]+\..*)\.tgz

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



More information about the debian-med-commit mailing list