From 79b540463d354509bc07d78622c58f729cd38bd0 Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Tue, 19 Jan 2010 01:32:22 -0500 Subject: [PATCH] Removed nonexistance makefile target and redundant ch{mod,gp}ing svn path=/trunk/packages/invirt-web/; revision=2909 --- debian/changelog | 6 ++++++ debian/invirt-web.postinst | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c489ddc..4a478d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-web (0.1.5) unstable; urgency=low + + * Removed nonexistance makefile target and redundant ch{mod,gp}ing + + -- Greg Brockman Tue, 19 Jan 2010 01:31:46 -0500 + invirt-web (0.1.4) unstable; urgency=low * Merge invirt-web-iptables into invirt-web and use the new diff --git a/debian/invirt-web.postinst b/debian/invirt-web.postinst index 4ef0aa1..14f8469 100755 --- a/debian/invirt-web.postinst +++ b/debian/invirt-web.postinst @@ -21,9 +21,7 @@ set -e case "$1" in configure) cd /var/www/invirt-web - make clean && make all - chgrp -R invirt . - chmod -R g+w . + make all a2enmod rewrite a2enmod ssl -- 1.7.9.5