Author: tille Date: 2010-05-17 14:26:33 +0000 (Mon, 17 May 2010) New Revision: 4798
Modified: trunk/packages/gnumed-server/trunk/debian/changelog trunk/packages/gnumed-server/trunk/debian/control trunk/packages/gnumed-server/trunk/debian/postinst Log: Prepare next upstream release Modified: trunk/packages/gnumed-server/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-server/trunk/debian/changelog 2010-05-16 08:28:15 UTC (rev 4797) +++ trunk/packages/gnumed-server/trunk/debian/changelog 2010-05-17 14:26:33 UTC (rev 4798) @@ -1,3 +1,14 @@ +gnumed-server (13.1-1) UNRELEASED; urgency=low + + * New upstream version + * debian/control: + - Depends: python-egenix-mxdatetime + (since the gnumed-common dependency was dropped this is + needed now) + * debian/postinst: Do not use system group gnumed any more + + -- Andreas Tille <[email protected]> Mon, 17 May 2010 16:21:57 +0200 + gnumed-server (13.2-1) unstable; urgency=low * New upstream version Modified: trunk/packages/gnumed-server/trunk/debian/control =================================================================== --- trunk/packages/gnumed-server/trunk/debian/control 2010-05-16 08:28:15 UTC (rev 4797) +++ trunk/packages/gnumed-server/trunk/debian/control 2010-05-17 14:26:33 UTC (rev 4798) @@ -15,7 +15,7 @@ Architecture: all Depends: ${misc:Depends}, postgresql | postgresql-8.4, postgresql-client, python, debconf, bsd-mailx | mailx, openssl, bzip2, cron | anacron, sudo, gnupg | gnupg2, - rsync, python-psycopg2 (>= 2.0.8) + rsync, python-psycopg2 (>= 2.0.8), python-egenix-mxdatetime Recommends: postgresql-filedump-8.4 Suggests: postgresql-contrib, postgresql-8.4-plr, bacula-console Description: medical practice management - server Modified: trunk/packages/gnumed-server/trunk/debian/postinst =================================================================== --- trunk/packages/gnumed-server/trunk/debian/postinst 2010-05-16 08:28:15 UTC (rev 4797) +++ trunk/packages/gnumed-server/trunk/debian/postinst 2010-05-17 14:26:33 UTC (rev 4798) @@ -24,7 +24,7 @@ . /etc/gnumed/gnumed-backup.conf if [ ! -z $BACKUP_DIR ] ; then mkdir -p "$BACKUP_DIR" - chgrp gnumed "$BACKUP_DIR" + # chgrp gnumed "$BACKUP_DIR" chmod 770 "$BACKUP_DIR" fi # Remove dangling symlink from previous package versions _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
