Author: tille Date: 2009-01-08 09:08:05 +0000 (Thu, 08 Jan 2009) New Revision: 2922
Added: trunk/packages/gnumed-server/trunk/debian/gm-backup_data.8 Modified: trunk/packages/gnumed-server/trunk/debian/changelog trunk/packages/gnumed-server/trunk/debian/control trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 Log: Fixed some linitan warnings, some manpages have to be written Modified: trunk/packages/gnumed-server/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-server/trunk/debian/changelog 2009-01-08 08:50:36 UTC (rev 2921) +++ trunk/packages/gnumed-server/trunk/debian/changelog 2009-01-08 09:08:05 UTC (rev 2922) @@ -6,6 +6,7 @@ * Copy shell scripts to /usr/sbin * Install config files for backup and restore * Cron.daily for backing up database + * Added manpages for scripts -- Andreas Tille <[email protected]> Sun, 04 Jan 2009 09:28:32 +0100 Modified: trunk/packages/gnumed-server/trunk/debian/control =================================================================== --- trunk/packages/gnumed-server/trunk/debian/control 2009-01-08 08:50:36 UTC (rev 2921) +++ trunk/packages/gnumed-server/trunk/debian/control 2009-01-08 09:08:05 UTC (rev 2922) @@ -4,7 +4,8 @@ Maintainer: Debian-Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> -Build-Depends: cdbs, debhelper, po-debconf, python-support +Build-Depends: cdbs, debhelper (>= 5) +Build-Depends-Indep: po-debconf, python-support Standards-Version: 3.8.0 Homepage: http://gnumed.org/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-server/trunk/?rev=0&sc=0 @@ -12,7 +13,7 @@ Package: gnumed-server Architecture: all -Depends: gnumed-common, postgresql, postgresql-client, python, debconf (>= 0.5), +Depends: gnumed-common, postgresql, postgresql-client, python, debconf, mailx, openssl, bzip2, cron | anacron, sudo, gnupg | gnupg2, rsync Suggests: postgresql-contrib Description: medical practice management - server Added: trunk/packages/gnumed-server/trunk/debian/gm-backup_data.8 =================================================================== --- trunk/packages/gnumed-server/trunk/debian/gm-backup_data.8 (rev 0) +++ trunk/packages/gnumed-server/trunk/debian/gm-backup_data.8 2009-01-08 09:08:05 UTC (rev 2922) @@ -0,0 +1,19 @@ +.TH GM-BACKUP_DATA 8 "2009 January 8th" "GNUmed server data backup" + +.SH NAME +.B gm-backup_data +- backup of GNUmed data + +.SH SYNOPSIS +.B gm-backup_data + +.SH DESCRIPTION +.B gm-backup_data +is might be used in a daily cron job to ensure that GNUmed +patient data are safe against data loss. The Debian GNU/Linux +packaged version of the GNUmed server installs such a cron job +by default. + +.SH AUTHOR +This manual page was written by Andreas Tille <[email protected]>, +for the Debian GNU/Linux system (but may be used by others). Modified: trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 =================================================================== --- trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 2009-01-08 08:50:36 UTC (rev 2921) +++ trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 2009-01-08 09:08:05 UTC (rev 2922) @@ -1,4 +1,4 @@ -.TH GM-BOOTSTRAP_SERVER 8 "2009 January 4th" "Manual for bootstrapping GNUmed Server" +.TH GM-BOOTSTRAP_SERVER 8 "2009 January 4th" "Bootstrapping GNUmed Server" .SH NAME .B gm-bootstrap_server _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
