Author: tille Date: 2013-06-09 17:32:06 +0000 (Sun, 09 Jun 2013) New Revision: 13889
Modified: trunk/packages/gnumed-server/trunk/debian/changelog trunk/packages/gnumed-server/trunk/debian/control Log: New upstream version + slight changes to debian/control Modified: trunk/packages/gnumed-server/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-server/trunk/debian/changelog 2013-06-09 15:08:47 UTC (rev 13888) +++ trunk/packages/gnumed-server/trunk/debian/changelog 2013-06-09 17:32:06 UTC (rev 13889) @@ -1,3 +1,13 @@ +gnumed-server (18.4-1) unstable; urgency=low + + * New upstream version + * debian/control + - Standards-Version: 3.9.4 (no changes needed) + - Removed DM-Upload-Allowed + - Formatting + + -- Andreas Tille <[email protected]> Sun, 09 Jun 2013 18:46:51 +0200 + gnumed-server (18.1-1) experimental; urgency=low * New upstream version Modified: trunk/packages/gnumed-server/trunk/debian/control =================================================================== --- trunk/packages/gnumed-server/trunk/debian/control 2013-06-09 15:08:47 UTC (rev 13888) +++ trunk/packages/gnumed-server/trunk/debian/control 2013-06-09 17:32:06 UTC (rev 13889) @@ -2,22 +2,35 @@ Section: misc Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Andreas Tille <[email protected]>, Sebastian Hilbert <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Sebastian Hilbert <[email protected]> Build-Depends: debhelper (>= 9), python (>= 2.6) Build-Depends-Indep: po-debconf -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: http://www.gnumed.de Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-server/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gnumed-server/trunk/ Package: gnumed-server Architecture: all -Depends: ${misc:Depends}, postgresql (>= 8.4) | postgresql-8.4, postgresql-client, python, - debconf, bsd-mailx | mailx, openssl, bzip2, cron | anacron, sudo, gnupg | gnupg2, - rsync, python-psycopg2 (>= 2.0.8), python-egenix-mxdatetime +Depends: ${misc:Depends}, + postgresql (>= 9.1), + postgresql-client, + python, + debconf, + bsd-mailx | mailx, + openssl, bzip2, + cron | anacron, + sudo, + gnupg | gnupg2, + rsync, + python-psycopg2 (>= 2.0.8), + python-egenix-mxdatetime Recommends: barman -Suggests: postgresql-contrib, postgresql-plr | postgresql-9.1-plr, bacula-console, postgresql-filedump +Suggests: postgresql-contrib, + postgresql-plr | postgresql-9.1-plr, + bacula-console, + postgresql-filedump Description: medical practice management - server This is the GNUmed Electronic Medical Record. Its purpose is to enable doctors to keep a medically sound record on their _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
