r1648 - in zope2.10/trunk/debian (4 files)
Jonas Meurer
mejo at alioth.debian.org
Fri Jul 3 12:42:55 UTC 2009
Date: Friday, July 3, 2009 @ 12:42:52
Author: mejo
Revision: 1648
readd debconf templates and postinst scripts
Added:
zope2.10/trunk/debian/zopeZVER-sandbox.postinst.in
zope2.10/trunk/debian/zopeZVER-sandbox.templates.in
zope2.10/trunk/debian/zopeZVER.postinst.in
Modified:
zope2.10/trunk/debian/changelog
Modified: zope2.10/trunk/debian/changelog
===================================================================
--- zope2.10/trunk/debian/changelog 2009-07-03 11:59:38 UTC (rev 1647)
+++ zope2.10/trunk/debian/changelog 2009-07-03 12:42:52 UTC (rev 1648)
@@ -8,9 +8,8 @@
* lintian cleanup:
- zopeZVER-sandbox.copyright.in: link to GPL-2 instead of GPL.
- *.{post|pre}{inst|rm}: use set -e instead of /bin/sh -e.
- - remove unused debconf templates and postinst maintainer scripts.
- -- Jonas Meurer <mejo at debian.org> Fri, 03 Jul 2009 13:54:05 +0200
+ -- Jonas Meurer <mejo at debian.org> Fri, 03 Jul 2009 14:42:18 +0200
zope2.10 (2.10.8-1) unstable; urgency=low
Added: zope2.10/trunk/debian/zopeZVER-sandbox.postinst.in
===================================================================
--- zope2.10/trunk/debian/zopeZVER-sandbox.postinst.in (rev 0)
+++ zope2.10/trunk/debian/zopeZVER-sandbox.postinst.in 2009-07-03 12:42:52 UTC (rev 1648)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+#DEBHELPER#
+
+db_stop
Added: zope2.10/trunk/debian/zopeZVER-sandbox.templates.in
===================================================================
--- zope2.10/trunk/debian/zopeZVER-sandbox.templates.in (rev 0)
+++ zope2.10/trunk/debian/zopeZVER-sandbox.templates.in 2009-07-03 12:42:52 UTC (rev 1648)
@@ -0,0 +1,3 @@
+Template: zope at ZVER@-sandbox/internal
+Type: note
+Description: Internal use
Added: zope2.10/trunk/debian/zopeZVER.postinst.in
===================================================================
--- zope2.10/trunk/debian/zopeZVER.postinst.in (rev 0)
+++ zope2.10/trunk/debian/zopeZVER.postinst.in 2009-07-03 12:42:52 UTC (rev 1648)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+#DEBHELPER#
+
+db_stop
+exit 0
More information about the pkg-zope-commits
mailing list