You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2012/04/24 22:04:48 UTC

svn commit: r1329982 - in /tcl/rivet/debian: changelog libapache2-mod-rivet.postinst libapache2-mod-rivet.prerm

Author: mxmanghi
Date: Tue Apr 24 20:04:48 2012
New Revision: 1329982

URL: http://svn.apache.org/viewvc?rev=1329982&view=rev
Log:
latest changes to debian stuff for Debian package 2.0.4-3

Modified:
    tcl/rivet/debian/changelog
    tcl/rivet/debian/libapache2-mod-rivet.postinst
    tcl/rivet/debian/libapache2-mod-rivet.prerm

Modified: tcl/rivet/debian/changelog
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/changelog?rev=1329982&r1=1329981&r2=1329982&view=diff
==============================================================================
--- tcl/rivet/debian/changelog (original)
+++ tcl/rivet/debian/changelog Tue Apr 24 20:04:48 2012
@@ -2,11 +2,9 @@ libapache2-mod-rivet (2.0.4-3) unstable;
 
   * Fix "sourceful transition towards Apache 2.4" The binary package
     should not assume apache2 is installed, hence postinst might exit
-    without the module is enabled. Therefore we have to check an
-    Apache installation (either 2.2 or 2.4) was done when postinst runs
-    (Closes: #666828)
+    without enabling the module. (Closes: #666828)
 
- -- Massimo Manghi <mx...@apache.org>  Mon, 23 Apr 2012 00:46:22 +0200
+ -- Massimo Manghi <mx...@apache.org>  Tue, 24 Apr 2012 13:39:28 +0200
 
 libapache2-mod-rivet (2.0.4-2) unstable; urgency=low
 

Modified: tcl/rivet/debian/libapache2-mod-rivet.postinst
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/libapache2-mod-rivet.postinst?rev=1329982&r1=1329981&r2=1329982&view=diff
==============================================================================
--- tcl/rivet/debian/libapache2-mod-rivet.postinst (original)
+++ tcl/rivet/debian/libapache2-mod-rivet.postinst Tue Apr 24 20:04:48 2012
@@ -41,17 +41,6 @@ case "$1" in
 		else
 		    apache2_invoke enmod rivet
 		fi
-
-	    elif dpkg-query -f '${Version}'  -W 'apache2.2-common' > /dev/null 2>&1 ; then
-
-# Apache 2.2 post installation tasks
-
-                a2enmod -q rivet
-
-                if [ -e /etc/apache2/mods-enabled/rivet.load ] ; then
-                  invoke-rc.d apache2 restart
-                fi
-
 	    fi
        fi
     ;;

Modified: tcl/rivet/debian/libapache2-mod-rivet.prerm
URL: http://svn.apache.org/viewvc/tcl/rivet/debian/libapache2-mod-rivet.prerm?rev=1329982&r1=1329981&r2=1329982&view=diff
==============================================================================
--- tcl/rivet/debian/libapache2-mod-rivet.prerm (original)
+++ tcl/rivet/debian/libapache2-mod-rivet.prerm Tue Apr 24 20:04:48 2012
@@ -27,11 +27,6 @@ case "$1" in
 
 	    apache2_invoke dismod foo
 
-	elif dpkg-query -f '${Version}'  -W 'apache2.2-common' > /dev/null 2>&1 ; then
-
-       	    a2dismod -q -f rivet || true
-            invoke-rc.d apache2 restart
-
 	fi
 
     ;;



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org