[Python-apps-commits] r11513 - in packages/fookebox/trunk/debian (changelog postinst)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Sun Nov 2 05:31:51 UTC 2014


    Date: Sunday, November 2, 2014 @ 05:31:50
  Author: cockroach-guest
Revision: 11513

Load debconf confmodule in postinst

Modified:
  packages/fookebox/trunk/debian/changelog
  packages/fookebox/trunk/debian/postinst

Modified: packages/fookebox/trunk/debian/changelog
===================================================================
--- packages/fookebox/trunk/debian/changelog	2014-11-02 05:30:14 UTC (rev 11512)
+++ packages/fookebox/trunk/debian/changelog	2014-11-02 05:31:50 UTC (rev 11513)
@@ -5,7 +5,9 @@
     - Bumped Standards-Version to 3.9.6
     - Depend on libjs-jquery and libjs-jquery-ui
     - Dropped python-sqlalchemy dependency
-  * debian/postinst: Do not create the status database anymore
+  * debian/postinst:
+    - Do not create the status database anymore
+    - Load debconf confmodule
   * Removed create-database.py script
   * Updated 01_javascript-urls.patch
   * Updated apache configuration files to work with apache 2.4

Modified: packages/fookebox/trunk/debian/postinst
===================================================================
--- packages/fookebox/trunk/debian/postinst	2014-11-02 05:30:14 UTC (rev 11512)
+++ packages/fookebox/trunk/debian/postinst	2014-11-02 05:31:50 UTC (rev 11513)
@@ -3,6 +3,8 @@
 
 set -e
 
+. /usr/share/debconf/confmodule
+
 case "$1" in
 	configure)
 		# only on new installations




More information about the Python-apps-commits mailing list