[med-svn] r2823 - in trunk/packages/gnumed-server/trunk/debian: . patches
tille at alioth.debian.org
tille at alioth.debian.org
Sat Dec 20 16:12:17 UTC 2008
Author: tille
Date: 2008-12-20 16:12:17 +0000 (Sat, 20 Dec 2008)
New Revision: 2823
Removed:
trunk/packages/gnumed-server/trunk/debian/patches/10_log_base
Modified:
trunk/packages/gnumed-server/trunk/debian/README.Debian
trunk/packages/gnumed-server/trunk/debian/changelog
trunk/packages/gnumed-server/trunk/debian/control
trunk/packages/gnumed-server/trunk/debian/patches/series
Log:
Removed unneeded patch, updated debian/{control,changelog}
Modified: trunk/packages/gnumed-server/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/README.Debian 2008-12-20 13:13:21 UTC (rev 2822)
+++ trunk/packages/gnumed-server/trunk/debian/README.Debian 2008-12-20 16:12:17 UTC (rev 2823)
@@ -9,7 +9,7 @@
issues to solve first. The installation should go like this:
# cd /var/lib/gnumed/server/bootstrap
- # ./bootstrap-latest.sh
+ # GM_LOG_BASE="/var/log/gnumed/server" ./bootstrap-latest.sh
Make sure that your postgresql server is UTF-8 enabled, for instance
Modified: trunk/packages/gnumed-server/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/changelog 2008-12-20 13:13:21 UTC (rev 2822)
+++ trunk/packages/gnumed-server/trunk/debian/changelog 2008-12-20 16:12:17 UTC (rev 2823)
@@ -2,6 +2,8 @@
* New upstream version
* debian/watch
+ * Standards-Version: 3.8.0 (no changes needed)
+ * No explicit mentioning of Build-Depends versions
-- Andreas Tille <tille at debian.org> Fri, 19 Dec 2008 22:00:38 +0100
Modified: trunk/packages/gnumed-server/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/control 2008-12-20 13:13:21 UTC (rev 2822)
+++ trunk/packages/gnumed-server/trunk/debian/control 2008-12-20 16:12:17 UTC (rev 2823)
@@ -4,8 +4,8 @@
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), po-debconf, quilt
-Standards-Version: 3.7.3
+Build-Depends: cdbs, debhelper, po-debconf, quilt
+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
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gnumed-server/trunk/
Deleted: trunk/packages/gnumed-server/trunk/debian/patches/10_log_base
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/patches/10_log_base 2008-12-20 13:13:21 UTC (rev 2822)
+++ trunk/packages/gnumed-server/trunk/debian/patches/10_log_base 2008-12-20 16:12:17 UTC (rev 2823)
@@ -1,14 +0,0 @@
---- GNUmed-v8.orig/server/bootstrap/bootstrap-latest.sh
-+++ GNUmed-v8/server/bootstrap/bootstrap-latest.sh
-@@ -8,7 +8,10 @@
- export PYTHONPATH="../../:${PYTHONPATH}"
-
- VER="8"
--LOG_BASE="."
-+LOG_BASE=${LOG_BASE:-"/var/log/gnumed/server"}
-+if [ ! -d "$LOG_BASE" ] ; then
-+ mkdir -p "$LOG_BASE"
-+fi
-
- # if you need to adjust the port you want to use to
- # connect to PostgreSQL you can use the environment
Modified: trunk/packages/gnumed-server/trunk/debian/patches/series
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/patches/series 2008-12-20 13:13:21 UTC (rev 2822)
+++ trunk/packages/gnumed-server/trunk/debian/patches/series 2008-12-20 16:12:17 UTC (rev 2823)
@@ -1 +0,0 @@
-10_log_base
More information about the debian-med-commit
mailing list