r15613 - in /packages/unstable/gnome-user-share/debian: changelog patches/01_apache-config.patch rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Apr 10 06:44:39 UTC 2008


Author: slomo
Date: Thu Apr 10 06:44:39 2008
New Revision: 15613

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15613
Log:
debian/patches/01_apache-config.patch,
debian/rules:
+ Fix the apache config and don't ship a config for apache 2.0, we only
support 2.2.

Added:
    packages/unstable/gnome-user-share/debian/patches/01_apache-config.patch
Modified:
    packages/unstable/gnome-user-share/debian/changelog
    packages/unstable/gnome-user-share/debian/rules

Modified: packages/unstable/gnome-user-share/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-user-share/debian/changelog?rev=15613&op=diff
==============================================================================
--- packages/unstable/gnome-user-share/debian/changelog (original)
+++ packages/unstable/gnome-user-share/debian/changelog Thu Apr 10 06:44:39 2008
@@ -1,3 +1,12 @@
+gnome-user-share (0.31-2) unstable; urgency=low
+
+  * debian/patches/01_apache-config.patch,
+    debian/rules:
+    + Fix the apache config and don't ship a config for apache 2.0, we only
+      support 2.2.
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 10 Apr 2008 08:43:56 +0200
+
 gnome-user-share (0.31-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/unstable/gnome-user-share/debian/patches/01_apache-config.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-user-share/debian/patches/01_apache-config.patch?rev=15613&op=file
==============================================================================
--- packages/unstable/gnome-user-share/debian/patches/01_apache-config.patch (added)
+++ packages/unstable/gnome-user-share/debian/patches/01_apache-config.patch Thu Apr 10 06:44:39 2008
@@ -1,0 +1,26 @@
+--- data/dav_user_2.2.conf.in.old	2008-04-10 08:40:37.000000000 +0200
++++ data/dav_user_2.2.conf.in	2008-04-10 08:42:03.000000000 +0200
+@@ -14,6 +14,8 @@
+ LoadModule auth_digest_module @HTTP_MODULES_PATH at mod_auth_digest.so
+ LoadModule authz_groupfile_module @HTTP_MODULES_PATH at mod_authz_groupfile.so
+ 
++TypesConfig /etc/mime.types
++
+ DocumentRoot ${XDG_PUBLICSHARE_DIR}
+ <Directory "${XDG_PUBLICSHARE_DIR}">
+   AllowOverride None
+@@ -41,7 +43,10 @@
+   </IfDefine>
+ </Directory>
+ 
+-StartServers 1
+-MinSpareServers 1
+-MaxSpareServers 1
+-MaxClients 3
++<IfModule prefork.c>
++  StartServers 1
++  MinSpareServers 1
++  MaxSpareServers 1
++  MaxClients 3
++</IfModule>
++

Modified: packages/unstable/gnome-user-share/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-user-share/debian/rules?rev=15613&op=diff
==============================================================================
--- packages/unstable/gnome-user-share/debian/rules (original)
+++ packages/unstable/gnome-user-share/debian/rules Thu Apr 10 06:44:39 2008
@@ -13,3 +13,6 @@
 clean::
 	rm -f data/dav_user_2.2.conf
 
+install/gnome-user-share::
+	rm -f debian/gnome-user-share/usr/share/gnome-user-share/dav_user_2.0.conf
+




More information about the pkg-gnome-commits mailing list