[med-svn] r10342 - trunk/packages/gnumed-server/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Apr 5 12:07:22 UTC 2012
Author: tille
Date: 2012-04-05 12:07:22 +0000 (Thu, 05 Apr 2012)
New Revision: 10342
Modified:
trunk/packages/gnumed-server/trunk/debian/changelog
trunk/packages/gnumed-server/trunk/debian/compat
trunk/packages/gnumed-server/trunk/debian/control
trunk/packages/gnumed-server/trunk/debian/prerm
Log:
New upstream version; usual package upgraded (Standards+debhelper version); fix prerm file to properly purge created directories
Modified: trunk/packages/gnumed-server/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/changelog 2012-04-05 10:42:19 UTC (rev 10341)
+++ trunk/packages/gnumed-server/trunk/debian/changelog 2012-04-05 12:07:22 UTC (rev 10342)
@@ -1,3 +1,14 @@
+gnumed-server (16.13-1) UNRELEASED; urgency=low
+
+ * New upstream version
+ * debian/control: Standards-Version: 3.9.3 (no changes needed)
+ * debian/{compat,control}: debhelper 9
+ * debian/prerm: Make sure dirs that are created in postinst are
+ really removed when purging the package
+ Closes: #663036
+
+ -- Andreas Tille <tille at debian.org> Thu, 05 Apr 2012 14:01:04 +0200
+
gnumed-server (16.12-1) unstable; urgency=low
* New upstream version
Modified: trunk/packages/gnumed-server/trunk/debian/compat
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/compat 2012-04-05 10:42:19 UTC (rev 10341)
+++ trunk/packages/gnumed-server/trunk/debian/compat 2012-04-05 12:07:22 UTC (rev 10342)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/gnumed-server/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/control 2012-04-05 10:42:19 UTC (rev 10341)
+++ trunk/packages/gnumed-server/trunk/debian/control 2012-04-05 12:07:22 UTC (rev 10342)
@@ -4,9 +4,9 @@
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: debhelper (>= 8), python (>= 2.6)
+Build-Depends: debhelper (>= 9), python (>= 2.6)
Build-Depends-Indep: po-debconf
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
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/
Modified: trunk/packages/gnumed-server/trunk/debian/prerm
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/prerm 2012-04-05 10:42:19 UTC (rev 10341)
+++ trunk/packages/gnumed-server/trunk/debian/prerm 2012-04-05 12:07:22 UTC (rev 10342)
@@ -20,7 +20,7 @@
case "$1" in
purge)
rm -rf /var/log/gnumed/server/
- rm -f /var/lib/gnumed/server/bootstrap/*.log
+ rm -rf /var/lib/gnumed/server/
# Delete possibly existing links to /etc/gnumed/@gm-logins
find /etc/postgresql -type L -name @gm-logins -exec rm -f \{\} \;
;;
More information about the debian-med-commit
mailing list