[Cdd-commits] r248 - in projects/med/trunk: debian debian/po.stub menu

Andreas Tille debian-custom@lists.debian.org
Sun, 11 Jul 2004 14:29:54 -0600


Author: tille
Date: Sun Jul 11 14:29:54 2004
New Revision: 248

Added:
   projects/med/trunk/debian/med-dent.postinst.stub
   projects/med/trunk/debian/po.stub/
   projects/med/trunk/debian/po.stub/POTFILES.in
   projects/med/trunk/debian/po.stub/de.po
   projects/med/trunk/debian/po.stub/templates.pot
Modified:
   projects/med/trunk/debian/control.stub
   projects/med/trunk/debian/rules
   projects/med/trunk/menu/bio
   projects/med/trunk/menu/bio-dev
   projects/med/trunk/menu/imaging
   projects/med/trunk/menu/pharmacy
   projects/med/trunk/menu/tools
Log:
Bugfixes, prevention of linitan warnings, fixed menu entries.


Modified: projects/med/trunk/debian/control.stub
==============================================================================
--- projects/med/trunk/debian/control.stub	(original)
+++ projects/med/trunk/debian/control.stub	Sun Jul 11 14:29:54 2004
@@ -2,7 +2,7 @@
 Section: misc
 Priority: extra
 Maintainer: Andreas Tille <tille@debian.org>
-Build-Depends-Indep: debhelper (>= 4), cdd-dev (>= 0.3.2)
+Build-Depends-Indep: debhelper (>= 4), cdd-dev (>= 0.3.3)
 Standards-Version: 3.6.1
 
 Package: med

Added: projects/med/trunk/debian/med-dent.postinst.stub
==============================================================================
--- (empty file)
+++ projects/med/trunk/debian/med-dent.postinst.stub	Sun Jul 11 14:29:54 2004
@@ -0,0 +1,32 @@
+#!/bin/sh
+set -e
+
+CFGDIR=/etc/cdd/med/tasks/dent/
+CFG=${CFGDIR}/odontolinux.conf
+PKG=`basename $0 | sed -e 's/\.[^.]*$//'`
+
+DEBCONF_DEBUG=developer
+. /usr/share/debconf/confmodule
+db_version 2.0
+
+NEW=0
+if [ -e "${CONF}" ]; then
+   NEW=-1
+   . ${CFG} || true 
+fi
+
+# Handle server variable in config file
+db_get ${PKG}/server 
+if [ ${NEW} ] ; then
+    mkdir -p ${CFGDIR}
+    cat > ${CFG} <<EOT
+# Configuration for Odontolinux
+# SERVER is the host which is running the Odontolinux system.
+# The default host is localhost.
+SERVER=$RET
+EOT
+fi
+
+db_go
+
+#DEBHELPER#

Added: projects/med/trunk/debian/po.stub/POTFILES.in
==============================================================================
--- (empty file)
+++ projects/med/trunk/debian/po.stub/POTFILES.in	Sun Jul 11 14:29:54 2004
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] med-dent.templates

Added: projects/med/trunk/debian/po.stub/de.po
==============================================================================
--- (empty file)
+++ projects/med/trunk/debian/po.stub/de.po	Sun Jul 11 14:29:54 2004
@@ -0,0 +1,46 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: debian-med\n"
+"Report-Msgid-Bugs-To: Andreas Tille <tille@debian.org>\n"
+"POT-Creation-Date: 2004-07-09 17:42+0200\n"
+"PO-Revision-Date: 2004-07-09 17:42+0200\n"
+"Last-Translator: Andreas Tille <tille@debian.org>\n"
+"Language-Team: German <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../med-dent.templates:4
+msgid "On which host is the Odontolinux! server running?"
+msgstr "Auf welchem Rechner läuft der Odontolinux! server?"
+
+#. Type: string
+#. Description
+#: ../med-dent.templates:4
+msgid ""
+"Odontolinux is a dental office management software which runs on a server "
+"and will be accessed by a web browser.  Please input the host name on which "
+"the Odontolinux server is running.  If Odontolinux is running on this host "
+"you can go with the defaul (localhost)."
+msgstr ""
+"Odontolinux ist ein Verwaltungssystem für die zahnärztliche Praxis, das "
+"auf einem Server läuft und über einen Web-Browser bedient wird.  Bitte "
+"geben Sie den Rechnernamen ein, auf dem der Odontolinux server läuft. "
+"Falls Odontolinux auf diesem Server läuft, kann der Standardwert "
+"(localhost) beibehalten werden."

Added: projects/med/trunk/debian/po.stub/templates.pot
==============================================================================
--- (empty file)
+++ projects/med/trunk/debian/po.stub/templates.pot	Sun Jul 11 14:29:54 2004
@@ -0,0 +1,41 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-07-09 17:42+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../med-dent.templates:4
+msgid "On which host is the Odontolinux! server running?"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../med-dent.templates:4
+msgid ""
+"Odontolinux is a dental office management software which runs on a server "
+"and will be accessed by a web browser.  Please input the host name on which "
+"the Odontolinux server is running.  If Odontolinux is running on this host "
+"you can go with the defaul (localhost)."
+msgstr ""

Modified: projects/med/trunk/debian/rules
==============================================================================
--- projects/med/trunk/debian/rules	(original)
+++ projects/med/trunk/debian/rules	Sun Jul 11 14:29:54 2004
@@ -9,7 +9,7 @@
 pkgsrc=debian-$(cdd)
 
 
-build: control-stamp build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 
@@ -30,7 +30,7 @@
 	cdd-gen-control -c -m -i
 
 
-install: control-stamp build
+install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k

Modified: projects/med/trunk/menu/bio
==============================================================================
--- projects/med/trunk/menu/bio	(original)
+++ projects/med/trunk/menu/bio	Sun Jul 11 14:29:54 2004
@@ -1,2 +1,2 @@
-?package(med-bio):needs="text" section="Med/Microbiology"\
+?package(boxshade):needs="text" section="Med/Microbiology"\
   title="Boxshade" command="/usr/bin/boxshade"

Modified: projects/med/trunk/menu/bio-dev
==============================================================================
--- projects/med/trunk/menu/bio-dev	(original)
+++ projects/med/trunk/menu/bio-dev	Sun Jul 11 14:29:54 2004
@@ -1,4 +1,4 @@
-?package(med-bio-dev):command="/usr/bin/vibrate /usr/bin/asntool" needs="X11" \
+?package(libncbi6-dev):command="/usr/bin/vibrate /usr/bin/asntool" needs="X11" \
 	section="Med/Microbiology Development" title="asntool" hints="Biology" icon="/usr/share/pixmaps/asntool.xpm"
-?package(med-bio-dev):command="/usr/bin/vibrate /usr/bin/errhdr" needs="X11" \
+?package(libncbi6-dev):command="/usr/bin/vibrate /usr/bin/errhdr" needs="X11" \
 	section="Med/Microbiology Development" title="errhdr" hints="Biology" icon="/usr/share/pixmaps/ncbilogo.xpm"

Modified: projects/med/trunk/menu/imaging
==============================================================================
--- projects/med/trunk/menu/imaging	(original)
+++ projects/med/trunk/menu/imaging	Sun Jul 11 14:29:54 2004
@@ -1,10 +1,7 @@
-?package(med-imaging):needs="X11" section="Med/Imaging"\
-  title="Paul" icon="paul.xpm" command="/usr/bin/paul"\
-  hints="Imageviewer designed for image sequences"
-?package(med-imaging):needs="X11" section="Med/Imaging"\
+?package(ctsim):needs="X11" section="Med/Imaging"\
   title="CtSim" command="/usr/bin/ctsim"\
   hints="Computed Tomograpy Simulator"
-?package(med-imaging):needs="X11" section="Med/Imaging"\
+?package(xmedcon):needs="X11" section="Med/Imaging"\
   title="xmedcon" command="/usr/bin/xmedcon"\
   icon="/usr/X11R6/include/X11/pixmaps/xmedcon.xpm"\
   hints="Medical Image (DICOM, ECAT, ...) conversion tool"

Modified: projects/med/trunk/menu/pharmacy
==============================================================================
--- projects/med/trunk/menu/pharmacy	(original)
+++ projects/med/trunk/menu/pharmacy	Sun Jul 11 14:29:54 2004
@@ -1,3 +1,3 @@
-?package(med-pharmacy):needs="X11" section="Med/Pharmacy" \
+?package(chemtool):needs="X11" section="Med/Pharmacy" \
   title="chemtool" icon="/usr/share/pixmaps/chemtool.xpm" \
   hints="Chemical Structure Editor" command="/usr/bin/chemtool"

Modified: projects/med/trunk/menu/tools
==============================================================================
--- projects/med/trunk/menu/tools	(original)
+++ projects/med/trunk/menu/tools	Sun Jul 11 14:29:54 2004
@@ -1,3 +1,3 @@
-?package(med-tools):needs="text" section="Med/Tools"\
+?package(gnutrition):needs="text" section="Med/Tools"\
   title="Nutrition analysis" command="/usr/bin/gnutrition"\
   hints="/usr/share/pixmaps/gnutrition.xpm"