[med-svn] r912 - in trunk/packages: aeskulap/tags/0.2.2b1-1/debian aeskulap/trunk/debian gnumed-client/trunk/debian gnumed-client/trunk/debian/conf
tille at alioth.debian.org
tille at alioth.debian.org
Thu Dec 20 20:56:56 UTC 2007
Author: tille
Date: 2007-12-20 20:56:56 +0000 (Thu, 20 Dec 2007)
New Revision: 912
Modified:
trunk/packages/aeskulap/tags/0.2.2b1-1/debian/copyright
trunk/packages/aeskulap/trunk/debian/copyright
trunk/packages/gnumed-client/trunk/debian/changelog
trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf
trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf
trunk/packages/gnumed-client/trunk/debian/control
Log:
Aeskulap: Fixed copyright; GNUmed: New upstream version
Modified: trunk/packages/aeskulap/tags/0.2.2b1-1/debian/copyright
===================================================================
--- trunk/packages/aeskulap/tags/0.2.2b1-1/debian/copyright 2007-12-20 20:56:24 UTC (rev 911)
+++ trunk/packages/aeskulap/tags/0.2.2b1-1/debian/copyright 2007-12-20 20:56:56 UTC (rev 912)
@@ -15,9 +15,13 @@
Copyright (C) 2005-2007 Alexander Pipelka
License:
- The binary aeskulap is released under the GNU GENERAL PUBLIC LICENSE,
- the accompanying library libimagepool is released under the
- GNU LESSER GENERAL PUBLIC LICENSE
+ The binary aeskulap is released under the GNU GENERAL PUBLIC
+ LICENSE version 2, the accompanying library libimagepool
+ is released under the GNU LESSER GENERAL PUBLIC LICENSE.
+On Debian GNU/Linux you can find these licenses under
+`/usr/share/common-licenses/GPL' or `/usr/share/common-licenses/LGPL'
+respectively.
+
The Debian packaging is (C) 2007, Andreas Tille <tille at debian.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: trunk/packages/aeskulap/trunk/debian/copyright
===================================================================
--- trunk/packages/aeskulap/trunk/debian/copyright 2007-12-20 20:56:24 UTC (rev 911)
+++ trunk/packages/aeskulap/trunk/debian/copyright 2007-12-20 20:56:56 UTC (rev 912)
@@ -15,9 +15,13 @@
Copyright (C) 2005-2007 Alexander Pipelka
License:
- The binary aeskulap is released under the GNU GENERAL PUBLIC LICENSE,
- the accompanying library libimagepool is released under the
- GNU LESSER GENERAL PUBLIC LICENSE
+ The binary aeskulap is released under the GNU GENERAL PUBLIC
+ LICENSE version 2, the accompanying library libimagepool
+ is released under the GNU LESSER GENERAL PUBLIC LICENSE.
+On Debian GNU/Linux you can find these licenses under
+`/usr/share/common-licenses/GPL' or `/usr/share/common-licenses/LGPL'
+respectively.
+
The Debian packaging is (C) 2007, Andreas Tille <tille at debian.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog 2007-12-20 20:56:24 UTC (rev 911)
+++ trunk/packages/gnumed-client/trunk/debian/changelog 2007-12-20 20:56:56 UTC (rev 912)
@@ -1,15 +1,16 @@
-gnumed-client (0.2.7.1-3) UNRELEASED; urgency=low
+gnumed-client (0.2.8.0-1) UNRELEASED; urgency=low
[ Andreas Tille ]
* Added Vcs-Browser and Vcs-Svn
* Added gnumed-client.postrm (thanks for the patch to
Kumar Appaiah <akumar at ee.iitm.ac.in>)
Closes: #455111
+ * Depends: python-gnuplot
[ Charles Plessy ]
* XS-DM-Upload-Allowed: Yes
- -- Andreas Tille <tille at debian.org> Thu, 22 Nov 2007 07:29:39 +0100
+ -- Andreas Tille <tille at debian.org> Thu, 20 Dec 2007 21:29:39 +0100
gnumed-client (0.2.7.1-2) unstable; urgency=low
Modified: trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf 2007-12-20 20:56:24 UTC (rev 911)
+++ trunk/packages/gnumed-client/trunk/debian/conf/gnumed-public.conf 2007-12-20 20:56:56 UTC (rev 912)
@@ -34,7 +34,7 @@
[profile public GNUmed database]
host = salaam.homeunix.com
port = 5433
-database = gnumed_v7
+database = gnumed_v8
#encoding = UTF8
@@ -42,7 +42,7 @@
#[profile local GNUmed database (Linux)]
#host =
#port = 5432
-#database = gnumed_v7
+#database = gnumed_v8
##encoding = UTF8
Modified: trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf 2007-12-20 20:56:24 UTC (rev 911)
+++ trunk/packages/gnumed-client/trunk/debian/conf/gnumed.conf 2007-12-20 20:56:56 UTC (rev 912)
@@ -34,7 +34,7 @@
[profile public GNUmed database]
host = salaam.homeunix.com
port = 5433
-database = gnumed_v7
+database = gnumed_v8
#encoding = UTF8
@@ -42,7 +42,7 @@
[profile local GNUmed database (Linux)]
host =
port = 5432
-database = gnumed_v7
+database = gnumed_v8
#encoding = UTF8
Modified: trunk/packages/gnumed-client/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/control 2007-12-20 20:56:24 UTC (rev 911)
+++ trunk/packages/gnumed-client/trunk/debian/control 2007-12-20 20:56:56 UTC (rev 912)
@@ -7,15 +7,13 @@
Build-Depends: debhelper (>= 5.0.37.2)
Build-Depends-Indep: po-debconf, python-support (>= 0.3.8), python-all-dev (>= 2.3.5-11)
Standards-Version: 3.7.2
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-client/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-client
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gnumed-client
Homepage: http://gnumed.org/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-client/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gnumed-client/
Package: gnumed-client
Architecture: all
-Depends: ${python:Depends}, python-wxgtk2.6, ${misc:Depends}, file, gnumed-common (= ${source:Version}), gnumed-doc (= ${source:Version}), python-enchant, aspell | ispell | myspell-dictionary | hspell, python-uno, konsolekalendar
+Depends: ${python:Depends}, python-wxgtk2.6, ${misc:Depends}, file, gnumed-common (= ${source:Version}), gnumed-doc (= ${source:Version}), python-enchant, aspell | ispell | myspell-dictionary | hspell, python-uno, konsolekalendar, python-gnuplot
Recommends: xsane, extract, ntp | ntpdate, amide | xmedcon, iceweasel, libchipcard3-tools, openoffice.org-writer
Suggests: korganizer
Conflicts: gnumed-drugdisplay, gnumed-meddocs, gnumed-xdtviewer, gnumed-snellen, gnumed-bmi, gnumed-pregcalc, gnumed-plugincommon
More information about the debian-med-commit
mailing list