[med-svn] r13445 - trunk/packages/gnuhealth/trunk/debian

2013-04-29 Thread Emilien Klein
Author: e2jk-guest
Date: 2013-04-29 21:04:06 + (Mon, 29 Apr 2013)
New Revision: 13445

Added:
   trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.config
   trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.docs
   trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.lintian-overrides
   trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.manpages
   trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.postinst
   trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.postrm
   trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.prerm
Removed:
   trunk/packages/gnuhealth/trunk/debian/config
   trunk/packages/gnuhealth/trunk/debian/docs
   trunk/packages/gnuhealth/trunk/debian/gnuhealth.lintian-overrides
   trunk/packages/gnuhealth/trunk/debian/manpages
   trunk/packages/gnuhealth/trunk/debian/postinst
   trunk/packages/gnuhealth/trunk/debian/postrm
   trunk/packages/gnuhealth/trunk/debian/prerm
Modified:
   trunk/packages/gnuhealth/trunk/debian/control
Log:
Rename the binary package gnuhealth to gnuhealth-server (see discussion on 
http://lists.alioth.debian.org/pipermail/debian-med-packaging/2013-April/019394.html)


Deleted: trunk/packages/gnuhealth/trunk/debian/config
===
--- trunk/packages/gnuhealth/trunk/debian/config2013-04-29 20:08:36 UTC 
(rev 13444)
+++ trunk/packages/gnuhealth/trunk/debian/config2013-04-29 21:04:06 UTC 
(rev 13445)
@@ -1,14 +0,0 @@
-#!/bin/sh
-# config maintainer script for gnuhealth
-
-set -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-# source dbconfig-common shell library, and call the hook function
-if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
-. /usr/share/dbconfig-common/dpkg/config.pgsql
-dbc_go gnuhealth $@
-fi
-

Modified: trunk/packages/gnuhealth/trunk/debian/control
===
--- trunk/packages/gnuhealth/trunk/debian/control   2013-04-29 20:08:36 UTC 
(rev 13444)
+++ trunk/packages/gnuhealth/trunk/debian/control   2013-04-29 21:04:06 UTC 
(rev 13445)
@@ -13,7 +13,7 @@
 Vcs-Browser: 
http://svn.debian.org/viewsvn/debian-med/trunk/packages/gnuhealth/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gnuhealth/trunk/
 
-Package: gnuhealth
+Package: gnuhealth-server
 Architecture: all
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
  debconf,

Deleted: trunk/packages/gnuhealth/trunk/debian/docs
===
--- trunk/packages/gnuhealth/trunk/debian/docs  2013-04-29 20:08:36 UTC (rev 
13444)
+++ trunk/packages/gnuhealth/trunk/debian/docs  2013-04-29 21:04:06 UTC (rev 
13445)
@@ -1 +0,0 @@
-README

Copied: trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.config (from rev 
13439, trunk/packages/gnuhealth/trunk/debian/config)
===
--- trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.config   
(rev 0)
+++ trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.config   
2013-04-29 21:04:06 UTC (rev 13445)
@@ -0,0 +1,14 @@
+#!/bin/sh
+# config maintainer script for gnuhealth
+
+set -e
+
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+# source dbconfig-common shell library, and call the hook function
+if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
+. /usr/share/dbconfig-common/dpkg/config.pgsql
+dbc_go gnuhealth $@
+fi
+

Copied: trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.docs (from rev 
13350, trunk/packages/gnuhealth/trunk/debian/docs)
===
--- trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.docs 
(rev 0)
+++ trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.docs 2013-04-29 
21:04:06 UTC (rev 13445)
@@ -0,0 +1 @@
+README

Copied: 
trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.lintian-overrides (from 
rev 13440, trunk/packages/gnuhealth/trunk/debian/gnuhealth.lintian-overrides)
===
--- trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.lintian-overrides
(rev 0)
+++ trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.lintian-overrides
2013-04-29 21:04:06 UTC (rev 13445)
@@ -0,0 +1,5 @@
+# debconf is used in postinst only to display instructions to users that chose
+# to use a non-standard database name, which they need to update manually
+# otherwise the package is rendered unusable
+gnuhealth binary: postinst-uses-db-input
+

Copied: trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.manpages (from 
rev 13350, trunk/packages/gnuhealth/trunk/debian/manpages)
===
--- trunk/packages/gnuhealth/trunk/debian/gnuhealth-server.manpages 
  

[med-svn] r13444 - trunk/packages/gnuhealth/trunk/debian

2013-04-29 Thread Emilien Klein
Author: e2jk-guest
Date: 2013-04-29 20:08:36 + (Mon, 29 Apr 2013)
New Revision: 13444

Modified:
   trunk/packages/gnuhealth/trunk/debian/control
Log:
Depend on adduser


Modified: trunk/packages/gnuhealth/trunk/debian/control
===
--- trunk/packages/gnuhealth/trunk/debian/control   2013-04-29 20:08:18 UTC 
(rev 13443)
+++ trunk/packages/gnuhealth/trunk/debian/control   2013-04-29 20:08:36 UTC 
(rev 13444)
@@ -18,6 +18,7 @@
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
  debconf,
  dbconfig-common,
+ adduser,
  python-dateutil,
  python-ldap,
  python-lxml,


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] r13443 - trunk/packages/gnuhealth/trunk/debian

2013-04-29 Thread Emilien Klein
Author: e2jk-guest
Date: 2013-04-29 20:08:18 + (Mon, 29 Apr 2013)
New Revision: 13443

Removed:
   trunk/packages/gnuhealth/trunk/debian/preinst
Log:
Remove now-empty debian/preinst


Deleted: trunk/packages/gnuhealth/trunk/debian/preinst
===
--- trunk/packages/gnuhealth/trunk/debian/preinst   2013-04-29 20:03:41 UTC 
(rev 13442)
+++ trunk/packages/gnuhealth/trunk/debian/preinst   2013-04-29 20:08:18 UTC 
(rev 13443)
@@ -1,42 +0,0 @@
-#!/bin/sh
-# preinst script for gnuhealth
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#*  `install'
-#*  `install' 
-#*  `upgrade' 
-#*  `abort-upgrade' 
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
-install|upgrade)
-# TODO: needs to be reworked
-## Stop the Tryton server
-#if which invoke-rc.d >/dev/null 2>&1; then
-#invoke-rc.d tryton-server stop
-#else
-#/etc/init.d/tryton-server stop
-#fi
-;;
-
-abort-upgrade)
-;;
-
-*)
-echo "preinst called with unknown argument \`$1'" >&2
-exit 1
-;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] r13442 - trunk/packages/gnuhealth/trunk/debian

2013-04-29 Thread Emilien Klein
Author: e2jk-guest
Date: 2013-04-29 20:03:41 + (Mon, 29 Apr 2013)
New Revision: 13442

Modified:
   trunk/packages/gnuhealth/trunk/debian/postinst
   trunk/packages/gnuhealth/trunk/debian/postrm
   trunk/packages/gnuhealth/trunk/debian/preinst
   trunk/packages/gnuhealth/trunk/debian/prerm
Log:
Comment out database user creation/db update and (re)starting of the Tryton 
server in the maintainer scripts, as all this logic needs to be rewritten


Modified: trunk/packages/gnuhealth/trunk/debian/postinst
===
--- trunk/packages/gnuhealth/trunk/debian/postinst  2013-04-29 19:56:51 UTC 
(rev 13441)
+++ trunk/packages/gnuhealth/trunk/debian/postinst  2013-04-29 20:03:41 UTC 
(rev 13442)
@@ -40,32 +40,33 @@
chown ${GNUHEALTH_USER}:adm ${GNUHEALTH_LOGDIR}
chmod 0750 ${GNUHEALTH_LOGDIR}

-# Check if the gnuhealth database role already exists
-role=`psql -U postgres -c "\du" 2>/dev/null | grep gnuhealth | wc -l`
-if [ $role -eq 0 ]; then
-echo "not here"
-# Create the PostgreSQL database role
-else
-# Check if the gnuhealth database exists
-db=`psql -U postgres -l 2>/dev/null | grep gnuhealth | wc -l`
-if [ $db -eq 1 ]; then
-# Update the gnuhealth database
-trytond --database=gnuhealth --update=all
-else
-# The user has probably set up it's own database, prompt her
-# to manually upgrade its database
-db_reset gnuhealth/manualupgrade
-db_input high gnuhealth/manualupgrade || true
-db_go
-fi
-fi
-
-# Start the Tryton server
-if which invoke-rc.d >/dev/null 2>&1; then
-invoke-rc.d tryton-server start
-else
-/etc/init.d/tryton-server start
-fi
+# TODO: needs to be reworked
+## Check if the gnuhealth database role already exists
+#role=`psql -U postgres -c "\du" 2>/dev/null | grep gnuhealth | wc -l`
+#if [ $role -eq 0 ]; then
+#echo "not here"
+## Create the PostgreSQL database role
+#else
+## Check if the gnuhealth database exists
+#db=`psql -U postgres -l 2>/dev/null | grep gnuhealth | wc -l`
+#if [ $db -eq 1 ]; then
+## Update the gnuhealth database
+#trytond --database=gnuhealth --update=all
+#else
+## The user has probably set up it's own database, prompt her
+## to manually upgrade its database
+#db_reset gnuhealth/manualupgrade
+#db_input high gnuhealth/manualupgrade || true
+#db_go
+#fi
+#fi
+#
+## Start the Tryton server
+#if which invoke-rc.d >/dev/null 2>&1; then
+#invoke-rc.d tryton-server start
+#else
+#/etc/init.d/tryton-server start
+#fi
 ;;
 
 abort-upgrade|abort-remove|abort-deconfigure)

Modified: trunk/packages/gnuhealth/trunk/debian/postrm
===
--- trunk/packages/gnuhealth/trunk/debian/postrm2013-04-29 19:56:51 UTC 
(rev 13441)
+++ trunk/packages/gnuhealth/trunk/debian/postrm2013-04-29 20:03:41 UTC 
(rev 13442)
@@ -43,12 +43,13 @@
;;

 remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-# Start the Tryton server
-if which invoke-rc.d >/dev/null 2>&1; then
-invoke-rc.d tryton-server start
-else
-/etc/init.d/tryton-server start
-fi
+# TODO: needs to be reworked
+## Start the Tryton server
+#if which invoke-rc.d >/dev/null 2>&1; then
+#invoke-rc.d tryton-server start
+#else
+#/etc/init.d/tryton-server start
+#fi
 ;;
 
 *)

Modified: trunk/packages/gnuhealth/trunk/debian/preinst
===
--- trunk/packages/gnuhealth/trunk/debian/preinst   2013-04-29 19:56:51 UTC 
(rev 13441)
+++ trunk/packages/gnuhealth/trunk/debian/preinst   2013-04-29 20:03:41 UTC 
(rev 13442)
@@ -16,12 +16,13 @@
 
 case "$1" in
 install|upgrade)
-# Stop the Tryton server
-if which invoke-rc.d >/dev/null 2>&1; then
-invoke-rc.d tryton-server stop
-else
-/etc/init.d/tryton-server stop
-fi
+# TODO: needs to be reworked
+## Stop the Tryton server
+#if which invoke-rc.d >/dev/null 2>&1; then
+#invoke-rc.d tryton-server stop
+#else
+#/etc/init.d/tryton-server stop
+#fi
 ;;
 
 abort-upgrade)

Modified: trunk/packages/gnuhealth/trunk/debian/prerm

[med-svn] r13441 - trunk/packages/gnuhealth/trunk/debian

2013-04-29 Thread Emilien Klein
Author: e2jk-guest
Date: 2013-04-29 19:56:51 + (Mon, 29 Apr 2013)
New Revision: 13441

Modified:
   trunk/packages/gnuhealth/trunk/debian/postinst
   trunk/packages/gnuhealth/trunk/debian/postrm
Log:
Add system user and create log directory


Modified: trunk/packages/gnuhealth/trunk/debian/postinst
===
--- trunk/packages/gnuhealth/trunk/debian/postinst  2013-04-29 19:04:04 UTC 
(rev 13440)
+++ trunk/packages/gnuhealth/trunk/debian/postinst  2013-04-29 19:56:51 UTC 
(rev 13441)
@@ -27,8 +27,19 @@
 # the debian-policy package
 
 
+GNUHEALTH_USER="gnuhealth"
+GNUHEALTH_LOGDIR="/var/log/gnuhealth"
+
 case "$1" in
 configure)
+   # Creating system user
+   adduser --no-create-home --quiet --system --group 
${GNUHEALTH_USER}
+
+   # Creating log directory
+   mkdir -p ${GNUHEALTH_LOGDIR}
+   chown ${GNUHEALTH_USER}:adm ${GNUHEALTH_LOGDIR}
+   chmod 0750 ${GNUHEALTH_LOGDIR}
+   
 # Check if the gnuhealth database role already exists
 role=`psql -U postgres -c "\du" 2>/dev/null | grep gnuhealth | wc -l`
 if [ $role -eq 0 ]; then
@@ -48,6 +59,7 @@
 db_go
 fi
 fi
+
 # Start the Tryton server
 if which invoke-rc.d >/dev/null 2>&1; then
 invoke-rc.d tryton-server start

Modified: trunk/packages/gnuhealth/trunk/debian/postrm
===
--- trunk/packages/gnuhealth/trunk/debian/postrm2013-04-29 19:04:04 UTC 
(rev 13440)
+++ trunk/packages/gnuhealth/trunk/debian/postrm2013-04-29 19:56:51 UTC 
(rev 13441)
@@ -28,8 +28,21 @@
 # the debian-policy package
 
 
+GNUHEALTH_USER="gnuhealth"
+GNUHEALTH_LOGDIR="/var/log/gnuhealth"
+
 case "$1" in
-purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+purge)
+   # Remove system user
+   if [ -x /usr/sbin/deluser ]; then
+   deluser --quiet --system ${GNUHEALTH_USER}
+   fi
+
+   # Remove log directory
+   rmdir --ignore-fail-on-non-empty ${GNUHEALTH_LOGDIR} > 
/dev/null 2>&1 || true
+   ;;
+   
+remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 # Start the Tryton server
 if which invoke-rc.d >/dev/null 2>&1; then
 invoke-rc.d tryton-server start


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] r13440 - trunk/packages/gnuhealth/trunk/debian

2013-04-29 Thread Emilien Klein
Author: e2jk-guest
Date: 2013-04-29 19:04:04 + (Mon, 29 Apr 2013)
New Revision: 13440

Modified:
   trunk/packages/gnuhealth/trunk/debian/gnuhealth.lintian-overrides
Log:
Remove the Lintian override for no-debconf-config, now that we actually have a 
config script


Modified: trunk/packages/gnuhealth/trunk/debian/gnuhealth.lintian-overrides
===
--- trunk/packages/gnuhealth/trunk/debian/gnuhealth.lintian-overrides   
2013-04-29 18:58:42 UTC (rev 13439)
+++ trunk/packages/gnuhealth/trunk/debian/gnuhealth.lintian-overrides   
2013-04-29 19:04:04 UTC (rev 13440)
@@ -3,7 +3,3 @@
 # otherwise the package is rendered unusable
 gnuhealth binary: postinst-uses-db-input
 
-# Since debconf is only used to display a warning message to the user, the
-# config script is not used
-gnuhealth binary: no-debconf-config
-


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] r13439 - trunk/packages/gnuhealth/trunk/debian

2013-04-29 Thread Emilien Klein
Author: e2jk-guest
Date: 2013-04-29 18:58:42 + (Mon, 29 Apr 2013)
New Revision: 13439

Added:
   trunk/packages/gnuhealth/trunk/debian/config
Modified:
   trunk/packages/gnuhealth/trunk/debian/control
   trunk/packages/gnuhealth/trunk/debian/postinst
   trunk/packages/gnuhealth/trunk/debian/postrm
   trunk/packages/gnuhealth/trunk/debian/prerm
Log:
Start using dbconfig-common to handle the database aspects


Added: trunk/packages/gnuhealth/trunk/debian/config
===
--- trunk/packages/gnuhealth/trunk/debian/config
(rev 0)
+++ trunk/packages/gnuhealth/trunk/debian/config2013-04-29 18:58:42 UTC 
(rev 13439)
@@ -0,0 +1,14 @@
+#!/bin/sh
+# config maintainer script for gnuhealth
+
+set -e
+
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+# source dbconfig-common shell library, and call the hook function
+if [ -f /usr/share/dbconfig-common/dpkg/config.pgsql ]; then
+. /usr/share/dbconfig-common/dpkg/config.pgsql
+dbc_go gnuhealth $@
+fi
+

Modified: trunk/packages/gnuhealth/trunk/debian/control
===
--- trunk/packages/gnuhealth/trunk/debian/control   2013-04-29 17:53:33 UTC 
(rev 13438)
+++ trunk/packages/gnuhealth/trunk/debian/control   2013-04-29 18:58:42 UTC 
(rev 13439)
@@ -17,6 +17,7 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
  debconf,
+ dbconfig-common,
  python-dateutil,
  python-ldap,
  python-lxml,
@@ -38,6 +39,7 @@
  tryton-modules-party (>= 2.6~), tryton-modules-party (<< 2.7~),
  tryton-modules-company (>= 2.6~), tryton-modules-company (<< 2.7~),
  tryton-modules-stock-lot (>= 2.6~), tryton-modules-stock-lot (<< 2.7~)
+Recommends: postgresql-client
 Description: Electronic Medical Record and Hospital Information System
  GNU Health is a multi-user, highly scalable, centralized Electronic
  Medical Record (EMR) and Hospital Information System (HIS) for Tryton,

Modified: trunk/packages/gnuhealth/trunk/debian/postinst
===
--- trunk/packages/gnuhealth/trunk/debian/postinst  2013-04-29 17:53:33 UTC 
(rev 13438)
+++ trunk/packages/gnuhealth/trunk/debian/postinst  2013-04-29 18:58:42 UTC 
(rev 13439)
@@ -8,6 +8,12 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
+# source dbconfig-common shell library, and call the hook function
+if [ -f /usr/share/dbconfig-common/dpkg/postinst.pgsql ]; then
+. /usr/share/dbconfig-common/dpkg/postinst.pgsql
+dbc_go gnuhealth $@
+fi
+
 # summary of how this script can be called:
 #*  `configure' 
 #*  `abort-upgrade' 

Modified: trunk/packages/gnuhealth/trunk/debian/postrm
===
--- trunk/packages/gnuhealth/trunk/debian/postrm2013-04-29 17:53:33 UTC 
(rev 13438)
+++ trunk/packages/gnuhealth/trunk/debian/postrm2013-04-29 18:58:42 UTC 
(rev 13439)
@@ -5,6 +5,15 @@
 
 set -e
 
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+# source dbconfig-common shell library, and call the hook function
+if [ -f /usr/share/dbconfig-common/dpkg/postrm.pgsql ]; then
+. /usr/share/dbconfig-common/dpkg/postrm.pgsql
+dbc_go gnuhealth $@
+fi
+
 # summary of how this script can be called:
 #*  `remove'
 #*  `purge'

Modified: trunk/packages/gnuhealth/trunk/debian/prerm
===
--- trunk/packages/gnuhealth/trunk/debian/prerm 2013-04-29 17:53:33 UTC (rev 
13438)
+++ trunk/packages/gnuhealth/trunk/debian/prerm 2013-04-29 18:58:42 UTC (rev 
13439)
@@ -5,6 +5,15 @@
 
 set -e
 
+# Source debconf library.
+. /usr/share/debconf/confmodule
+
+# source dbconfig-common shell library, and call the hook function
+if [ -f /usr/share/dbconfig-common/dpkg/prerm.pgsql ]; then
+. /usr/share/dbconfig-common/dpkg/prerm.pgsql
+dbc_go gnuhealth $@
+fi
+
 # summary of how this script can be called:
 #*  `remove'
 #*  `upgrade' 


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] r13438 - in trunk/packages: . thera-pi thera-pi/trunk thera-pi/trunk/debian thera-pi/trunk/debian/source

2013-04-29 Thread Thorsten Alteholz
Author: alteholz
Date: 2013-04-29 17:53:33 + (Mon, 29 Apr 2013)
New Revision: 13438

Added:
   trunk/packages/thera-pi/
   trunk/packages/thera-pi/trunk/
   trunk/packages/thera-pi/trunk/README.status
   trunk/packages/thera-pi/trunk/debian/
   trunk/packages/thera-pi/trunk/debian/TODO
   trunk/packages/thera-pi/trunk/debian/changelog
   trunk/packages/thera-pi/trunk/debian/compat
   trunk/packages/thera-pi/trunk/debian/control
   trunk/packages/thera-pi/trunk/debian/get-orig-source
   trunk/packages/thera-pi/trunk/debian/rules
   trunk/packages/thera-pi/trunk/debian/source/
   trunk/packages/thera-pi/trunk/debian/source/format
   trunk/packages/thera-pi/trunk/debian/watch
Log:
first draft

Added: trunk/packages/thera-pi/trunk/README.status
===
--- trunk/packages/thera-pi/trunk/README.status (rev 0)
+++ trunk/packages/thera-pi/trunk/README.status 2013-04-29 17:53:33 UTC (rev 
13438)
@@ -0,0 +1,6 @@
+---
+Format: 1
+Status: draft
+Comment: >
+ One need to take care of lots of libraries.
+ This might be a rather time-consuming task.


Property changes on: trunk/packages/thera-pi/trunk/debian
___
Added: mergeWithUpstream
   + 1

Added: trunk/packages/thera-pi/trunk/debian/TODO
===
--- trunk/packages/thera-pi/trunk/debian/TODO   (rev 0)
+++ trunk/packages/thera-pi/trunk/debian/TODO   2013-04-29 17:53:33 UTC (rev 
13438)
@@ -0,0 +1,9 @@
+TODO:
+=
+
+- most of build.xml do not really work out of the box
+- directory Library contains about 65 jar files that need to be replaced
+  by the Debian libraries
+- debian/copyright
+- man page
+(...)

Added: trunk/packages/thera-pi/trunk/debian/changelog
===
--- trunk/packages/thera-pi/trunk/debian/changelog  
(rev 0)
+++ trunk/packages/thera-pi/trunk/debian/changelog  2013-04-29 17:53:33 UTC 
(rev 13438)
@@ -0,0 +1,5 @@
+thera-pi (0.0.0.20130429-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #XX)
+
+ -- DPMT   Thu, 18 Apr 2013 
18:00:00 +0200

Added: trunk/packages/thera-pi/trunk/debian/compat
===
--- trunk/packages/thera-pi/trunk/debian/compat (rev 0)
+++ trunk/packages/thera-pi/trunk/debian/compat 2013-04-29 17:53:33 UTC (rev 
13438)
@@ -0,0 +1 @@
+9

Added: trunk/packages/thera-pi/trunk/debian/control
===
--- trunk/packages/thera-pi/trunk/debian/control
(rev 0)
+++ trunk/packages/thera-pi/trunk/debian/control2013-04-29 17:53:33 UTC 
(rev 13438)
@@ -0,0 +1,20 @@
+Source: thera-pi
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team 

+Uploaders: Andreas Tille ,
+ Thorsten Alteholz 
+Build-Depends: debhelper (>= 9),
+ default-jdk
+Standards-Version: 3.9.4
+Homepage: http://www.thera-pi.org/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/qrisk2/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/qrisk2/trunk/
+
+Package: thera-pi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ default-jre
+Description: organization and management of outpatient clinics and 
rehabilitation-medicine companies
+ This project targets at the German health care system.
+

Added: trunk/packages/thera-pi/trunk/debian/get-orig-source
===
--- trunk/packages/thera-pi/trunk/debian/get-orig-source
(rev 0)
+++ trunk/packages/thera-pi/trunk/debian/get-orig-source2013-04-29 
17:53:33 UTC (rev 13438)
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+PACKAGE=thera-pi
+PACKAGEVERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: 
\(.*\)-[^-]*$/\1/p'`
+declare -i CHANGELOGREVISION=`echo ${PACKAGEVERSION}|awk -F"." '{print 
$4}'|awk -F"-" '{print $1}'` 
+TODAYVERSION="0.0.0.`date +%Y%m%d`"
+echo "I: anonymous cvs access, just hit enter"
+cvs -d:pserver:anonym...@thera-pi.cvs.sourceforge.net:/cvsroot/thera-pi login
+
+echo "I: package version: ${PACKAGEVERSION}"
+echo "I: version today:   ${TODAYVERSION}"
+echo "I: version from changelog:  ${CHANGELOGREVISION}"
+
+FOLDER=${PACKAGE}_${TODAYVERSION}
+TARFILE=${FOLDER}.orig.tar.gz
+
+mkdir -p ../tarballs
+cd ../tarballs
+
+# we have cvs here and need to checkout stuff to get the list of modules
+cvs -z3 -d:pserver:anonym...@thera-pi.cvs.sourceforge.net:/cvsroot/thera-pi co 
-l -dtmpXXX .
+cd tmpXXX
+cvs -n update -d &> modules.list
+MODULES=` cat modules.list|awk '{print $5}'|\
+   sed "s/_/Q/g"|tr -d "[:punct:]"|sed "s/Q/_/g"` 
+cd ..
+rm -rf tmpXXX
+
+echo "I: modules: ${MODULES}"
+
+mkdir $FOLDER
+cd $FOLDER
+for m i

[med-svn] r13437 - in trunk/packages/R/r-cran-combinat/tags: . 0.0-8-4/debian

2013-04-29 Thread Charles Plessy
Author: plessy
Date: 2013-04-29 11:19:45 + (Mon, 29 Apr 2013)
New Revision: 13437

Added:
   trunk/packages/R/r-cran-combinat/tags/0.0-8-4/
   trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/changelog
   trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/patches/
Removed:
   trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/changelog
Log:
[svn-buildpackage] Tagging r-cran-combinat 0.0-8-4

Deleted: trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/changelog
===
--- trunk/packages/R/r-cran-combinat/trunk/debian/changelog 2013-04-20 
20:28:55 UTC (rev 13360)
+++ trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/changelog  
2013-04-29 11:19:45 UTC (rev 13437)
@@ -1,68 +0,0 @@
-r-cran-combinat (0.0-8-4) UNRELEASED; urgency=low
-
-On hold: the package does not build with R 3.0.0 in my hands,
-let's see if it is solved upstream soon.  -- Charles
-
-  * Using Debhelper 9. 
-  * Normalised VCS URLs following Lintian's standard. 
-  * Removed obsolete DM-Upload-Allowed field. 
-  * Conforms to Policy 3.9.4.
-
- -- Charles Plessy   Sat, 13 Apr 2013 13:14:21 +0900
-
-r-cran-combinat (0.0-8-3) unstable; urgency=low
-
-  * Rebuilt against R 2.14 to automatically generate a NAMESPACE file.
-  * Conforms to Policy 3.9.3 (debian/control, no other changes needed).
-  * Refreshed debian/copyright to version 1.0 of the machine-readable format.
-  * Obtain ${R:Depends} through r-base-dev (debian/rules, debian/control).
-  * Renamed debian/README.Debian debian/README.test (only about tests).
-
- -- Charles Plessy   Thu, 01 Mar 2012 13:15:46 +0900
-
-r-cran-combinat (0.0-8-2) unstable; urgency=low
-
-  * debian/{control,rules}: Depends: ${R:Depends}
-Closes: #646050
-  * Standards-Version: 3.9.2 (no changes needed)
-  * Debhelper 8 (control+compat)
-  * Added README.Debian how to test the package
-  * Fixed Vcs fields
-
- -- Andreas Tille   Fri, 21 Oct 2011 15:20:13 +0200
-
-r-cran-combinat (0.0-8-1) unstable; urgency=low
-
-  * New upstream release.
-  * Smallish lintian adjustments.
-  * Built with locally modified r-cran.mk to allow warning-free
-transition to source/format 3.0 (quilt).
-
- -- Steffen Moeller   Sat, 05 Feb 2011 15:01:48 +0100
-
-r-cran-combinat (0.0-7-1) unstable; urgency=low
-
-  * New upstream release.
-  * Converted debian/copyright to experimental machine-readable format.
-  * Updated to Policy 3.8.3:
-- Changed section to gnu-r (debian/control).
-- Incremented Standards-Version (debian/control).
-  * Switched to Debhelper 7 (debian/control).
-  * Removed ${shlibs:Depends} and added ${misc:Depends} (debian/compat).
-  * Documented various upstream informations in debian/upstream-metadata.yaml
-  * Added myself to the uploaders (debian/control).
-
- -- Charles Plessy   Mon, 26 Oct 2009 13:56:40 +0900
-
-r-cran-combinat (0.0-6-2) unstable; urgency=low
-
-  * Obeying Dirk's pledge to be removed from the uploaders list
-  * debian/control adheres better to policy 3.8.0
-
- -- Steffen Moeller   Thu, 15 Jan 2009 14:23:54 +0100
-
-r-cran-combinat (0.0-6-1) unstable; urgency=low
-
-  * Initial release (closes: #492112).
-
- -- Steffen Moeller   Wed, 23 Jul 2008 18:27:42 +0200

Copied: trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/changelog (from 
rev 13436, trunk/packages/R/r-cran-combinat/trunk/debian/changelog)
===
--- trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/changelog  
(rev 0)
+++ trunk/packages/R/r-cran-combinat/tags/0.0-8-4/debian/changelog  
2013-04-29 11:19:45 UTC (rev 13437)
@@ -0,0 +1,66 @@
+r-cran-combinat (0.0-8-4) unstable; urgency=low
+
+  * Using Debhelper 9. 
+  * Normalised VCS URLs following Lintian's standard. 
+  * Removed obsolete DM-Upload-Allowed field. 
+  * Conforms to Policy 3.9.4.
+  * Added NAMESPACE via patch.
+
+ -- Charles Plessy   Mon, 29 Apr 2013 19:54:41 +0900
+
+r-cran-combinat (0.0-8-3) unstable; urgency=low
+
+  * Rebuilt against R 2.14 to automatically generate a NAMESPACE file.
+  * Conforms to Policy 3.9.3 (debian/control, no other changes needed).
+  * Refreshed debian/copyright to version 1.0 of the machine-readable format.
+  * Obtain ${R:Depends} through r-base-dev (debian/rules, debian/control).
+  * Renamed debian/README.Debian debian/README.test (only about tests).
+
+ -- Charles Plessy   Thu, 01 Mar 2012 13:15:46 +0900
+
+r-cran-combinat (0.0-8-2) unstable; urgency=low
+
+  * debian/{control,rules}: Depends: ${R:Depends}
+Closes: #646050
+  * Standards-Version: 3.9.2 (no changes needed)
+  * Debhelper 8 (control+compat)
+  * Added README.Debian how to test the package
+  * Fixed Vcs fields
+
+ -- Andreas Tille   Fri, 21 Oct 2011 15:20:13 +0200
+
+r-cran-combinat (0.0-8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Smallish lintian adjustments.
+  * Built with locally modified r-cran.mk to allow warning-free
+transition to sou

[med-svn] r13436 - trunk/packages/R/r-cran-combinat/trunk/debian

2013-04-29 Thread Charles Plessy
Author: plessy
Date: 2013-04-29 11:19:10 + (Mon, 29 Apr 2013)
New Revision: 13436

Modified:
   trunk/packages/R/r-cran-combinat/trunk/debian/changelog
Log:
r-cran-combinat (0.0-8-4) unstable; urgency=low

  * Using Debhelper 9. 
  * Normalised VCS URLs following Lintian's standard. 
  * Removed obsolete DM-Upload-Allowed field. 
  * Conforms to Policy 3.9.4.
  * Added NAMESPACE via patch.

 -- Charles Plessy   Mon, 29 Apr 2013 19:54:41 +0900



Modified: trunk/packages/R/r-cran-combinat/trunk/debian/changelog
===
--- trunk/packages/R/r-cran-combinat/trunk/debian/changelog 2013-04-29 
10:54:32 UTC (rev 13435)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/changelog 2013-04-29 
11:19:10 UTC (rev 13436)
@@ -1,14 +1,12 @@
-r-cran-combinat (0.0-8-4) UNRELEASED; urgency=low
+r-cran-combinat (0.0-8-4) unstable; urgency=low
 
-On hold: the package does not build with R 3.0.0 in my hands,
-let's see if it is solved upstream soon.  -- Charles
-
   * Using Debhelper 9. 
   * Normalised VCS URLs following Lintian's standard. 
   * Removed obsolete DM-Upload-Allowed field. 
   * Conforms to Policy 3.9.4.
+  * Added NAMESPACE via patch.
 
- -- Charles Plessy   Sat, 13 Apr 2013 13:14:21 +0900
+ -- Charles Plessy   Mon, 29 Apr 2013 19:54:41 +0900
 
 r-cran-combinat (0.0-8-3) unstable; urgency=low
 


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] r13435 - in trunk/packages/R/r-cran-combinat/trunk/debian: . patches

2013-04-29 Thread Charles Plessy
Author: plessy
Date: 2013-04-29 10:54:32 + (Mon, 29 Apr 2013)
New Revision: 13435

Added:
   trunk/packages/R/r-cran-combinat/trunk/debian/patches/
   trunk/packages/R/r-cran-combinat/trunk/debian/patches/namespace.patch
   trunk/packages/R/r-cran-combinat/trunk/debian/patches/series
Log:
Trivial NAMESPACE file.


Added: trunk/packages/R/r-cran-combinat/trunk/debian/patches/namespace.patch
===
--- trunk/packages/R/r-cran-combinat/trunk/debian/patches/namespace.patch   
(rev 0)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/patches/namespace.patch   
2013-04-29 10:54:32 UTC (rev 13435)
@@ -0,0 +1,5 @@
+diff -ruN r-cran-combinat.bak/NAMESPACE r-cran-combinat/NAMESPACE
+--- r-cran-combinat.bak/NAMESPACE  1970-01-01 09:00:00.0 +0900
 r-cran-combinat/NAMESPACE  2013-04-29 19:52:09.0 +0900
+@@ -0,0 +1 @@
++exportPattern("^[^\\.]")

Added: trunk/packages/R/r-cran-combinat/trunk/debian/patches/series
===
--- trunk/packages/R/r-cran-combinat/trunk/debian/patches/series
(rev 0)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/patches/series
2013-04-29 10:54:32 UTC (rev 13435)
@@ -0,0 +1 @@
+namespace.patch


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit


[med-svn] r13434 - trunk/packages/pixelmed/trunk/debian

2013-04-29 Thread Mathieu Malaterre
Author: malat
Date: 2013-04-29 09:47:49 + (Mon, 29 Apr 2013)
New Revision: 13434

Added:
   trunk/packages/pixelmed/trunk/debian/pixelmed-www.install
Log:
Missing install rules

Added: trunk/packages/pixelmed/trunk/debian/pixelmed-www.install
===
--- trunk/packages/pixelmed/trunk/debian/pixelmed-www.install   
(rev 0)
+++ trunk/packages/pixelmed/trunk/debian/pixelmed-www.install   2013-04-29 
09:47:49 UTC (rev 13434)
@@ -0,0 +1,5 @@
+webstart/*.html usr/share/pixelmed
+webstart/*.jnlp usr/share/pixelmed
+webstart/images usr/share/pixelmed
+icons   usr/share/pixelmed
+debian/pixelmed etc/apache2/sites-available


___
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit