[med-svn] r3805 - in trunk/packages/gnumed-client/trunk/debian: . tools
Andreas Tille
tille at alioth.debian.org
Sun Aug 23 20:03:55 UTC 2009
Author: tille
Date: 2009-08-23 20:03:55 +0000 (Sun, 23 Aug 2009)
New Revision: 3805
Added:
trunk/packages/gnumed-client/trunk/debian/gm-install_arriba.8
trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.install
trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.manpages
Modified:
trunk/packages/gnumed-client/trunk/debian/changelog
trunk/packages/gnumed-client/trunk/debian/control
trunk/packages/gnumed-client/trunk/debian/tools/gnumed
trunk/packages/gnumed-client/trunk/debian/watch
Log:
Prepare new version
Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog 2009-08-23 15:48:39 UTC (rev 3804)
+++ trunk/packages/gnumed-client/trunk/debian/changelog 2009-08-23 20:03:55 UTC (rev 3805)
@@ -1,7 +1,9 @@
-gnumed-client (0.5.0-1) experimental; urgency=low
+gnumed-client (0.5.0-1) UNRELEASED; urgency=low
- * New upstream version - goes to experimental to make sure version
- 0.4.7 will move to testing first
+ * New upstream version
+ * New version depends from python-psycopg2 (>= 2.0.8)
+ * tools/gnumed: Append /usr/share/gnumed/bin to PATH because
+ there are some private executables of the new version
-- Andreas Tille <tille at debian.org> Fri, 14 Aug 2009 21:02:12 +0200
Modified: trunk/packages/gnumed-client/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/control 2009-08-23 15:48:39 UTC (rev 3804)
+++ trunk/packages/gnumed-client/trunk/debian/control 2009-08-23 20:03:55 UTC (rev 3805)
@@ -1,7 +1,7 @@
Source: gnumed-client
Section: misc
Priority: optional
-Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+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: debhelper (>= 7)
@@ -55,7 +55,7 @@
Package: gnumed-common
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-psycopg2 (>= 2.0.8), python-egenix-mxdatetime
+Depends: ${python:Depends}, ${misc:Depends}, python-psycopg2 (>= 2.0.7), python-egenix-mxdatetime
Provides: ${python:Provides}
Pre-Depends: adduser
Description: medical practice management - common files
Added: trunk/packages/gnumed-client/trunk/debian/gm-install_arriba.8
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/gm-install_arriba.8 (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/gm-install_arriba.8 2009-08-23 20:03:55 UTC (rev 3805)
@@ -0,0 +1,37 @@
+.\" ========================================================
+.\" license: GPL
+.\" ========================================================
+
+.TH GM-INSTALL_ARRIBA 8 "2009 August 18th" "ARRIBA-Rechner installieren"
+
+.SH NAME
+.B gm-install_arriba
+- installiert den ARRIBA-Rechner für Schlaganfall/Herzinfarkt-Risiko
+
+.SH SYNOPSIS
+.B gm-install_arriba
+
+.SH DESCRIPTION
+.B gm-install_arriba
+ist ein Hilfsprogramm, um den ARRIBA-Rechner für das Schlaganfall/Herzinfarkt-Risiko
+zu installieren. Der Rechner selbst benötigt Java 6.
+
+.SH SEE ALSO
+http://www.arriba-hausarzt.de
+
+.SH AUTHOR
+This manual page was written by Karsten Hilbert <karsten.hilbert at gmx.net>
+for the Debian GNU/Linux system (but may be used by others).
+
+.SH REVISION
+
+$Source: /sources/gnumed/gnumed/gnumed/client/doc/man-pages/gm-install_arriba.8,v $
+
+$Id: gm-install_arriba.8,v 1.1 2009/08/18 16:53:11 ncq Exp $
+
+.\" ========================================================
+.\" $Log: gm-install_arriba.8,v $
+.\" Revision 1.1 2009/08/18 16:53:11 ncq
+.\" - new
+.\"
+.\"
Added: trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.install
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.install (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.install 2009-08-23 20:03:55 UTC (rev 3805)
@@ -0,0 +1,2 @@
+external-tools/gm-install_arriba usr/sbin
+external-tools/gm-download* usr/share/gnumed/bin
Added: trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.manpages
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.manpages (rev 0)
+++ trunk/packages/gnumed-client/trunk/debian/gnumed-client-de.manpages 2009-08-23 20:03:55 UTC (rev 3805)
@@ -0,0 +1 @@
+debian/gm-install_arriba.8
Modified: trunk/packages/gnumed-client/trunk/debian/tools/gnumed
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/tools/gnumed 2009-08-23 15:48:39 UTC (rev 3804)
+++ trunk/packages/gnumed-client/trunk/debian/tools/gnumed 2009-08-23 20:03:55 UTC (rev 3805)
@@ -41,8 +41,8 @@
# already accessible for imports via sys.path (say, /usr/share/gnumed/)
# may need to adjust PYTHONPATH appropriately here
export PYTHONPATH="${PYTHONPATH}:/usr/share/gnumed/"
+export PATH="${PATH}:/usr/share/gnumed/bin"
-
# now run the client
python -m Gnumed.wxpython.gnumed ${OPTIONS}
Modified: trunk/packages/gnumed-client/trunk/debian/watch
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/watch 2009-08-23 15:48:39 UTC (rev 3804)
+++ trunk/packages/gnumed-client/trunk/debian/watch 2009-08-23 20:03:55 UTC (rev 3805)
@@ -1,8 +1,9 @@
version=3
# This will fail until upstream creates a dir 0.6 with only release candidates
-http://www.gnumed.de/downloads/client/([\d\.]+)/GNUmed-client\.(.*)\.tgz
+# http://www.gnumed.de/downloads/client/([\d\.]+)/GNUmed-client\.(.*)\.tgz
# This might work as replacement in case the Wiki mighth contain proper links to the tarball
# http://wiki.gnumed.de/bin/view/Gnumed/ReleaseStatus \
-# http://www.gnumed.de/downloads/client/[\d\.]+/GNUmed-client\.([\d\.]+)\.tgz
+http://wiki.gnumed.de/bin/view/Gnumed/InstallerGuideHomeShort \
+ http://www.gnumed.de/downloads/client/[\d\.]+/GNUmed-client\.([\d\.]+)\.tgz
More information about the debian-med-commit
mailing list