Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package libapache2-mod-nss

This module should not be enabled by default, since it'd leave
port 8443 open. That also interferes with freeipa-server setup
script which tests that the port is available for certificate
authority, and will fail if it's not.

I simply forgot to push this change to sid before last weekend..

diff --git a/debian/changelog b/debian/changelog
index ccaf094..d027154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libapache2-mod-nss (1.0.10-2) unstable; urgency=medium
+
+  * rules: Don't enable the module by default.
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Tue, 28 Oct 2014 15:11:45 +0200
+
 libapache2-mod-nss (1.0.10-1) unstable; urgency=medium
 
   * mod_nss-conf.patch: Fix IfModule header so it'll actually load when
diff --git a/debian/rules b/debian/rules
index 7a0cdaf..7b44508 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_install:
 # too many fedoraisms in the tests to bother
 override_dh_auto_test:
 
+override_dh_apache2:
+       dh_apache2 -e
+
 gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 
's/-.*$$//')
 gentarball:
        git archive --format=tar upstream --prefix=$(SOURCE)-$(UV)/ | xz --best 
> ../$(SOURCE)_$(UV).orig.tar.xz

unblock libapache2-mod-nss/1.0.10-2


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to