[Pkg-ocaml-maint-commits] r3734 - in /trunk/packages/ocsigen: trunk/debian/changelog trunk/debian/control trunk/debian/ocsigen.init trunk/debian/rules upstream/ocsigen_0.6.0.orig.tar.gz upstream/ocsigen_0.99.0.orig.tar.gz

smimram at users.alioth.debian.org smimram at users.alioth.debian.org
Sat May 5 09:32:07 UTC 2007


Author: smimram
Date: Sat May  5 09:31:55 2007
New Revision: 3734

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3734
Log:
New upstream release.

Added:
    trunk/packages/ocsigen/upstream/ocsigen_0.99.0.orig.tar.gz   (with props)
Removed:
    trunk/packages/ocsigen/upstream/ocsigen_0.6.0.orig.tar.gz
Modified:
    trunk/packages/ocsigen/trunk/debian/changelog
    trunk/packages/ocsigen/trunk/debian/control
    trunk/packages/ocsigen/trunk/debian/ocsigen.init
    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=3734&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/changelog (original)
+++ trunk/packages/ocsigen/trunk/debian/changelog Sat May  5 09:31:55 2007
@@ -1,3 +1,11 @@
+ocsigen (0.99.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * Build with ocamlnet >= 2.0.
+  * Added a build-dependency on libgdbm-dev.
+
+ -- Samuel Mimram <smimram at debian.org>  Thu, 03 May 2007 21:56:52 +0200
+
 ocsigen (0.6.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/packages/ocsigen/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/control?rev=3734&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/control (original)
+++ trunk/packages/ocsigen/trunk/debian/control Sat May  5 09:31:55 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.0), 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), libgdbm-dev
 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/ocsigen.init
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/ocsigen.init?rev=3734&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/ocsigen.init (original)
+++ trunk/packages/ocsigen/trunk/debian/ocsigen.init Sat May  5 09:31:55 2007
@@ -46,13 +46,18 @@
         rm -f $PIDFILE
 	echo "$NAME."
 	;;
+  reload)
+        echo -n "Reloading $DESC: "
+        echo reload > /var/run/ocsigen_command
+        echo "$NAME."
+        ;;
   restart|force-reload)
 	$0 stop
 	$0 start
 	;;
   *)
 	N=/etc/init.d/$NAME
-	echo "Usage: $N {start|stop|restart|force-reload|force-start}" >&2
+	echo "Usage: $N {start|stop|restart|reload|force-reload|force-start}" >&2
 	exit 1
 	;;
 esac

Modified: trunk/packages/ocsigen/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/trunk/debian/rules?rev=3734&op=diff
==============================================================================
--- trunk/packages/ocsigen/trunk/debian/rules (original)
+++ trunk/packages/ocsigen/trunk/debian/rules Sat May  5 09:31:55 2007
@@ -26,8 +26,8 @@
 
 	chmod +x configure
 	./configure \
-	    --disable-newocamlnet \
-	    --prefix $(DESTDIR) \
+	    --temproot $(DESTDIR) \
+	    --prefix /usr \
 	    --bindir /usr/bin \
 	    --libdir /usr/lib \
 	    --mandir /usr/share/man/man1 \
@@ -42,7 +42,7 @@
 	dh_testdir
 
 	#-$(MAKE) depend all OCSIMORE=YES BINDIR=/usr/bin
-	$(MAKE) all OCSIMORE=YES BINDIR=/usr/bin
+	$(MAKE) all OCSIMORE=YES
 	$(MAKE) doc OCSIMORE=YES
 
 	touch $@
@@ -62,7 +62,9 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) fullinstall MODULEINSTALLDIR=$(shell ocamlc -where) CHOWN=true
+	$(MAKE) install MODULEINSTALLDIR=$(shell ocamlc -where) CHOWN=true
+	$(MAKE) logrotate
+	rm -f $(DESTDIR)/var/run/ocsigen_command
 	cp -r doc $(DESTDIR)/usr/share/doc/ocsigen/html
 
 binary-indep: build install

Added: trunk/packages/ocsigen/upstream/ocsigen_0.99.0.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocsigen/upstream/ocsigen_0.99.0.orig.tar.gz?rev=3734&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/ocsigen/upstream/ocsigen_0.99.0.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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