[Pkg-ocaml-maint-commits] r3615 - in /trunk/packages/ocsigen:
trunk/debian/changelog
trunk/debian/control trunk/debian/patches/00list
trunk/debian/patches/no-chown.dpatch trunk/debian/rules
upstream/ocsigen_0.6.0.orig.tar.gz
smimram at users.alioth.debian.org
smimram at users.alioth.debian.org
Sat Mar 17 22:45:04 CET 2007
Author: smimram
Date: Sat Mar 17 21:44:52 2007
New Revision: 3615
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3615
Log:
New upstream release.
Added:
trunk/packages/ocsigen/upstream/ocsigen_0.6.0.orig.tar.gz (with props)
Removed:
trunk/packages/ocsigen/trunk/debian/patches/no-chown.dpatch
Modified:
trunk/packages/ocsigen/trunk/debian/changelog
trunk/packages/ocsigen/trunk/debian/control
trunk/packages/ocsigen/trunk/debian/patches/00list
trunk/packages/ocsigen/trunk/debian/rules
Modified: trunk/packages/ocsigen/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/changelog?rev=3615&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/changelog (original)
+++ trunk/packages/ocsigen/trunk/debian/changelog Sat Mar 17 21:44:52 2007
@@ -1,3 +1,10 @@
+ocsigen (0.6.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Removed no-chown.dpatch.
+
+ -- Samuel Mimram <smimram at debian.org> Tue, 13 Mar 2007 19:09:49 +0100
+
ocsigen (0.6.0~rc1-2) experimental; urgency=low
* Added no-chown.dpatch in order for the Makefile not to try to chown files
Modified: trunk/packages/ocsigen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/control?rev=3615&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/control (original)
+++ trunk/packages/ocsigen/trunk/debian/control Sat Mar 17 21:44:52 2007
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, ocaml-nox (>= 3.08.4), ocaml-findlib, libocamlnet-ocaml-dev (>= 2.2.4-1), libdbi-ocaml-dev, libssl-ocaml-dev (>= 0.4.0-1)
+Build-Depends: debhelper (>= 5), dpatch, ocaml-nox (>= 3.08.4), ocaml-findlib, libocamlnet-ocaml-dev (<< 2.0), libdbi-ocaml-dev, libssl-ocaml-dev (>= 0.4.0-1)
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocsigen
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/
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=3615&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/patches/00list (original)
+++ trunk/packages/ocsigen/trunk/debian/patches/00list Sat Mar 17 21:44:52 2007
@@ -1,1 +1,0 @@
-no-chown
Modified: trunk/packages/ocsigen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/rules?rev=3615&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/rules (original)
+++ trunk/packages/ocsigen/trunk/debian/rules Sat Mar 17 21:44:52 2007
@@ -26,6 +26,7 @@
chmod +x configure
./configure \
+ --disable-newocamlnet \
--prefix $(DESTDIR) \
--bindir /usr/bin \
--libdir /usr/lib \
@@ -61,7 +62,7 @@
dh_clean -k
dh_installdirs
- $(MAKE) fullinstall MODULEINSTALLDIR=$(shell ocamlc -where)
+ $(MAKE) fullinstall MODULEINSTALLDIR=$(shell ocamlc -where) CHOWN=true
cp -r doc $(DESTDIR)/usr/share/doc/ocsigen/html
binary-indep: build install
Added: trunk/packages/ocsigen/upstream/ocsigen_0.6.0.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/upstream/ocsigen_0.6.0.orig.tar.gz?rev=3615&op=file
==============================================================================
Binary file - no diff available.
Propchange: trunk/packages/ocsigen/upstream/ocsigen_0.6.0.orig.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
More information about the Pkg-ocaml-maint-commits
mailing list