[Pkg-ocaml-maint-commits] r3597 - in /trunk/packages/ocsigen/trunk/debian: changelog patches/00list patches/no-chown.dpatch

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Thu Mar 8 22:36:07 CET 2007


Author: smimram
Date: Thu Mar  8 21:36:07 2007
New Revision: 3597

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3597
Log:
Don't chown files during installation.

Added:
    trunk/packages/ocsigen/trunk/debian/patches/no-chown.dpatch   (with props)
Modified:
    trunk/packages/ocsigen/trunk/debian/changelog
    trunk/packages/ocsigen/trunk/debian/patches/00list

Modified: trunk/packages/ocsigen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/changelog?rev=3597&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/changelog (original)
+++ trunk/packages/ocsigen/trunk/debian/changelog Thu Mar  8 21:36:07 2007
@@ -1,3 +1,10 @@
+ocsigen (0.6.0~rc1-2) experimental; urgency=low
+
+  * Added no-chown.dpatch in order for the Makefile not to try to chown files
+    during installation, closes: #413301.
+
+ -- Samuel Mimram <smimram at debian.org>  Thu,  8 Mar 2007 22:28:33 +0100
+
 ocsigen (0.6.0~rc1-1) experimental; urgency=low
 
   * New upstream release.

Modified: trunk/packages/ocsigen/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/patches/00list?rev=3597&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/patches/00list (original)
+++ trunk/packages/ocsigen/trunk/debian/patches/00list Thu Mar  8 21:36:07 2007
@@ -1,0 +1,1 @@
+no-chown

Added: trunk/packages/ocsigen/trunk/debian/patches/no-chown.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/patches/no-chown.dpatch?rev=3597&op=file
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/patches/no-chown.dpatch (added)
+++ trunk/packages/ocsigen/trunk/debian/patches/no-chown.dpatch Thu Mar  8 21:36:07 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## no-chown.dpatch by Samuel Mimram <smimram at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad ocsigen-0.6.0~rc1~/Makefile ocsigen-0.6.0~rc1/Makefile
+--- ocsigen-0.6.0~rc1~/Makefile	2007-03-02 18:06:03.000000000 +0100
++++ ocsigen-0.6.0~rc1/Makefile	2007-03-08 22:28:00.000000000 +0100
+@@ -88,8 +88,6 @@
+ 	-mv $(PREFIX)/$(CONFIGDIR)/mime.types $(PREFIX)/$(CONFIGDIR)/mime.types.old
+ 	cp -f files/mime.types $(PREFIX)/$(CONFIGDIR)
+ 	mkdir -p $(PREFIX)/$(LOGDIR)
+-	chown -R $(OCSIGENUSER):$(OCSIGENGROUP) $(PREFIX)/$(LOGDIR)
+-	chown -R $(OCSIGENUSER):$(OCSIGENGROUP) $(PREFIX)/$(STATICPAGESDIR)
+ 	chmod u+rwx $(PREFIX)/$(LOGDIR)
+ 	chmod a+rx $(PREFIX)/$(CONFIGDIR)
+ 	chmod a+r $(PREFIX)/$(CONFIGDIR)/ocsigen.conf

Propchange: trunk/packages/ocsigen/trunk/debian/patches/no-chown.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-ocaml-maint-commits mailing list