Author: tille Date: 2009-03-30 21:32:40 +0000 (Mon, 30 Mar 2009) New Revision: 3234
Removed: trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 Modified: trunk/packages/gnumed-server/trunk/debian/changelog trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf trunk/packages/gnumed-server/trunk/debian/control trunk/packages/gnumed-server/trunk/debian/docs trunk/packages/gnumed-server/trunk/debian/manpages trunk/packages/gnumed-server/trunk/debian/watch Log: Adapt several changes to new upstream version Modified: trunk/packages/gnumed-server/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-server/trunk/debian/changelog 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/changelog 2009-03-30 21:32:40 UTC (rev 3234) @@ -1,8 +1,11 @@ -gnumed-server (0v9.2-3) UNRELEASED; urgency=low +gnumed-server (0v10.2-1) UNRELEASED; urgency=low - * Hint to change ph_hba.conf + * New upstream version + * Hint to change ph_hba.conf in README.Debian + * Standards-Version: 3.8.1 (no changes needed) + * No versioned build-depends from debhelper any more - -- Andreas Tille <[email protected]> Wed, 18 Feb 2009 21:15:30 +0100 + -- Andreas Tille <[email protected]> Mon, 30 Mar 2009 22:49:59 +0200 gnumed-server (0v9.2-2) experimental; urgency=low Modified: trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf =================================================================== --- trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/conf/gnumed-backup.conf 2009-03-30 21:32:40 UTC (rev 3234) @@ -1,4 +1,7 @@ #------------------------------------------------------------ +# $Source: /sources/gnumed/gnumed/gnumed/client/etc/gnumed/gnumed-backup.conf.example,v $ +# $Id: gnumed-backup.conf.example,v 1.3 2009/01/08 21:12:28 ncq Exp $ +#------------------------------------------------------------ # # This is a shell fragment sourced by backup shell scripts. # @@ -10,17 +13,12 @@ # file (see the PG manual for how to do that): # # http://www.postgresql.org/docs/8.1/static/libpq-pgpass.html -# #------------------------------------------------------------ -# $Source: /sources/gnumed/gnumed/gnumed/client/doc/gnumed-backup.conf.example,v $ -# $Id: gnumed-backup.conf.example,v 1.13 2008/08/01 10:08:49 ncq Exp $ - #------------------------------------------------------------ # those need to be changed in most if not all cases #------------------------------------------------------------ - # options for *taking* backups: # identify the logical/business-level owner of this @@ -32,7 +30,7 @@ BACKUP_DIR="${HOME}/.gnumed/backup/" # which database to backup -GM_DATABASE="gnumed_v9" +GM_DATABASE="gnumed_v10" # user/group the backup is eventually owned by BACKUP_OWNER="$USER.$USER" @@ -106,6 +104,15 @@ #============================================================ # $Log: gnumed-backup.conf.example,v $ +# Revision 1.3 2009/01/08 21:12:28 ncq +# - remove /bin/bash +# +# Revision 1.2 2008/12/01 12:11:22 ncq +# - bump db version +# +# Revision 1.1 2008/08/28 15:11:48 ncq +# - moved here +# # Revision 1.13 2008/08/01 10:08:49 ncq # - /bin/sh -> /bin/bash # Modified: trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf =================================================================== --- trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/conf/gnumed-restore.conf 2009-03-30 21:32:40 UTC (rev 3234) @@ -1,4 +1,7 @@ #------------------------------------------------------------ +# $Source: /sources/gnumed/gnumed/gnumed/client/etc/gnumed/gnumed-restore.conf.example,v $ +# $Id: gnumed-restore.conf.example,v 1.2 2009/01/08 21:12:42 ncq Exp $ +#------------------------------------------------------------ # # this is a shell fragment used by gm-restore_from_backup.sh # @@ -12,8 +15,6 @@ # http://www.postgresql.org/docs/8.1/static/libpq-pgpass.html # #------------------------------------------------------------ -# $Source: /sources/gnumed/gnumed/gnumed/client/doc/gnumed-restore.conf.example,v $ -# $Id: gnumed-restore.conf.example,v 1.3 2008/08/01 10:08:49 ncq Exp $ # if your PostgreSQL server is running on another port GM_PORT="5432" @@ -30,6 +31,12 @@ #============================================================ # $Log: gnumed-restore.conf.example,v $ +# Revision 1.2 2009/01/08 21:12:42 ncq +# - remove /bin/bash +# +# Revision 1.1 2008/08/28 15:11:48 ncq +# - moved here +# # Revision 1.3 2008/08/01 10:08:49 ncq # - /bin/sh -> /bin/bash # Modified: trunk/packages/gnumed-server/trunk/debian/control =================================================================== --- trunk/packages/gnumed-server/trunk/debian/control 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/control 2009-03-30 21:32:40 UTC (rev 3234) @@ -4,16 +4,16 @@ Maintainer: Debian-Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> -Build-Depends: cdbs, debhelper (>= 5) +Build-Depends: cdbs, debhelper Build-Depends-Indep: po-debconf -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Homepage: http://gnumed.org/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gnumed-server/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gnumed-server/trunk/ Package: gnumed-server Architecture: all -Depends: gnumed-common, postgresql, postgresql-client, python, debconf, +Depends: ${misc:Depends}, gnumed-common, postgresql, postgresql-client, python, debconf, mailx, openssl, bzip2, cron | anacron, sudo, gnupg | gnupg2, rsync Recommends: postgresql-filedump-8.3 Suggests: postgresql-contrib, postgresql-8.3-plr Modified: trunk/packages/gnumed-server/trunk/debian/docs =================================================================== --- trunk/packages/gnumed-server/trunk/debian/docs 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/docs 2009-03-30 21:32:40 UTC (rev 3234) @@ -1 +1 @@ -server/bootstrap/README +server/doc/README Deleted: trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 =================================================================== --- trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/gm-bootstrap_server.8 2009-03-30 21:32:40 UTC (rev 3234) @@ -1,31 +0,0 @@ -.TH GM-BOOTSTRAP_SERVER 8 "2009 January 4th" "Bootstrapping GNUmed Server" - -.SH NAME -.B gm-bootstrap_server -- bootstrap the latest released version of the SQL database for GNUmed - -.SH SYNOPSIS -.B gm-bootstrap_server - -.SH DESCRIPTION -.B gm-bootstrap_server -is a simple helper script which is provided by the Debian -GNU/Linux distribution to simplify bootstrapping the GNUmed -database. - -.SH WARNING -This script will -.B delete existing -GNUmed -.B databases -if necessary. - -.SH AUTHOR -This manual page was written by Andreas Tille <[email protected]>, -for the Debian GNU/Linux system (but may be used by others). - -.SH REVISION - -$Source: /sources/gnumed/gnumed/gnumed/client/doc/man-pages/gm-bootstrap_server.1,v $ - -$Id: gm-bootstrap_server.1,v 1.1 2009/01/05 12:34:34 ncq Exp $ Modified: trunk/packages/gnumed-server/trunk/debian/manpages =================================================================== --- trunk/packages/gnumed-server/trunk/debian/manpages 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/manpages 2009-03-30 21:32:40 UTC (rev 3234) @@ -1 +1,2 @@ debian/*.8 +server/doc/*.8 Modified: trunk/packages/gnumed-server/trunk/debian/watch =================================================================== --- trunk/packages/gnumed-server/trunk/debian/watch 2009-03-30 19:45:34 UTC (rev 3233) +++ trunk/packages/gnumed-server/trunk/debian/watch 2009-03-30 21:32:40 UTC (rev 3234) @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/^/0/" \ -http://www.gnumed.de/downloads/server/(v[\.\d]+)/GNUmed-server\.(v.+)\.tgz + http://www.gnumed.de/downloads/server/(v[\.\d]+)/GNUmed-server\.(v.+)\.tgz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
