tags 698635 + patch tags 698635 + pending thanks Dear maintainer,
I've prepared an NMU for gosa (versioned as 2.7.4-4.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Jonathan Wiltshire [email protected] Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51 <directhex> i have six years of solaris sysadmin experience, from 8->10. i am well qualified to say it is made from bonghits layered on top of bonghits
diff -Nru gosa-2.7.4/debian/changelog gosa-2.7.4/debian/changelog --- gosa-2.7.4/debian/changelog 2012-06-19 08:37:20.000000000 +0100 +++ gosa-2.7.4/debian/changelog 2013-01-27 12:29:24.000000000 +0000 @@ -1,3 +1,11 @@ +gosa (2.7.4-4.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * debian/gosa.postinst: add a guard around a2enmod for when + gosa is installed without Apache2 (Closes: #698635) + + -- Jonathan Wiltshire <[email protected]> Sun, 27 Jan 2013 12:28:46 +0000 + gosa (2.7.4-4) unstable; urgency=low * New smarty3 package fixes problems with template loading. This diff -Nru gosa-2.7.4/debian/gosa.postinst gosa-2.7.4/debian/gosa.postinst --- gosa-2.7.4/debian/gosa.postinst 2012-06-18 13:25:38.000000000 +0100 +++ gosa-2.7.4/debian/gosa.postinst 2013-01-27 12:28:42.000000000 +0000 @@ -54,7 +54,9 @@ fi # Add support for RequestHeader - a2enmod headers + if [ -x /usr/sbin/a2enmod ]; then + a2enmod headers + fi # Finally restart servers if [ -x /usr/sbin/invoke-rc.d ]; then
signature.asc
Description: Digital signature

