[Pkg-apache-commits] [SCM] Debian packaging for apache2 (Apache HTTPD 2.x) branch, next, updated. 2b160a48be4be0d68f78f2cd172815da6b6e5981

Stefan Fritsch sf at sfritsch.de
Thu Mar 29 18:39:06 UTC 2012


The following commit has been merged in the next branch:
commit 2b160a48be4be0d68f78f2cd172815da6b6e5981
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Thu Mar 29 00:17:58 2012 +0200

    Remove filename filtering
    
    The corresponding patch has been removed from apache, too

diff --git a/debian/a2enmod b/debian/a2enmod
index 7391a07..eebc10c 100755
--- a/debian/a2enmod
+++ b/debian/a2enmod
@@ -106,10 +106,6 @@ sub myglob {
         $_
     } glob("$choicedir/$arg$sffx");
 
-    # use same rules as apache's Include directive
-    @glob = grep( /^[[:alnum:]][-._[:alnum:]]*$/, @glob );
-    @glob = grep( !/\.dpkg/, @glob );
-
     return @glob;
 }
 

-- 
Debian packaging for apache2 (Apache HTTPD 2.x)



More information about the Pkg-apache-commits mailing list