[Python-apps-commits] r11511 - 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:27:59 UTC 2014
Date: Sunday, November 2, 2014 @ 05:27:58
Author: cockroach-guest
Revision: 11511
We do not create the status database anymore
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:26:57 UTC (rev 11510)
+++ packages/fookebox/trunk/debian/changelog 2014-11-02 05:27:58 UTC (rev 11511)
@@ -5,6 +5,7 @@
- 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
* Updated 01_javascript-urls.patch
* Updated apache configuration files to work with apache 2.4
* Ask for database removal on upgrade
Modified: packages/fookebox/trunk/debian/postinst
===================================================================
--- packages/fookebox/trunk/debian/postinst 2014-11-02 05:26:57 UTC (rev 11510)
+++ packages/fookebox/trunk/debian/postinst 2014-11-02 05:27:58 UTC (rev 11511)
@@ -7,11 +7,6 @@
configure)
# only on new installations
if [ "$2" = "" ] ; then
- # Create database
- python /usr/share/fookebox/create-database.py
- chgrp www-data /var/lib/fookebox/fookebox.sqlite
- chmod 0660 /var/lib/fookebox/fookebox.sqlite
-
# Set permissions
chgrp -R www-data /var/cache/fookebox
chgrp www-data /var/lib/fookebox
More information about the Python-apps-commits
mailing list