[Pkg-ocaml-maint-commits] r2510 - trunk/projects/approx/trunk/debian

Eric Cooper ecc-guest at costa.debian.org
Tue Jan 17 16:25:32 UTC 2006


Author: ecc-guest
Date: 2006-01-17 16:25:31 +0000 (Tue, 17 Jan 2006)
New Revision: 2510

Modified:
   trunk/projects/approx/trunk/debian/changelog
   trunk/projects/approx/trunk/debian/control
   trunk/projects/approx/trunk/debian/control.in
   trunk/projects/approx/trunk/debian/rules
Log:
rename substvar for ocamlrun on bytecode-only architectures

fix whitespace syntax error in changelog


Modified: trunk/projects/approx/trunk/debian/changelog
===================================================================
--- trunk/projects/approx/trunk/debian/changelog	2006-01-17 15:24:20 UTC (rev 2509)
+++ trunk/projects/approx/trunk/debian/changelog	2006-01-17 16:25:31 UTC (rev 2510)
@@ -78,7 +78,7 @@
 
 approx (1.16) unstable; urgency=low
 
- * Support concurrent requests
+  * Support concurrent requests
     - use http_daemon's Fork mode
     - rely on atomic rename of foo.tmp -> foo in cache
     - detect concurrent downloads in progress and wait for them

Modified: trunk/projects/approx/trunk/debian/control
===================================================================
--- trunk/projects/approx/trunk/debian/control	2006-01-17 15:24:20 UTC (rev 2509)
+++ trunk/projects/approx/trunk/debian/control	2006-01-17 16:25:31 UTC (rev 2510)
@@ -8,7 +8,7 @@
 
 Package: approx
 Architecture: any
-Depends: ${shlibs:Depends}, ${F:OCamlRuntime}, adduser, bzip2, curl
+Depends: ${shlibs:Depends}, ${F:OCamlRun}, adduser, bzip2, curl
 Description: caching proxy server for Debian archive files
  Approx is an HTTP-based Debian archive server.
  It fetches packages from remote repositories on demand,

Modified: trunk/projects/approx/trunk/debian/control.in
===================================================================
--- trunk/projects/approx/trunk/debian/control.in	2006-01-17 15:24:20 UTC (rev 2509)
+++ trunk/projects/approx/trunk/debian/control.in	2006-01-17 16:25:31 UTC (rev 2510)
@@ -8,7 +8,7 @@
 
 Package: approx
 Architecture: any
-Depends: ${shlibs:Depends}, ${F:OCamlRuntime}, adduser, bzip2, curl
+Depends: ${shlibs:Depends}, ${F:OCamlRun}, adduser, bzip2, curl
 Description: caching proxy server for Debian archive files
  Approx is an HTTP-based Debian archive server.
  It fetches packages from remote repositories on demand,

Modified: trunk/projects/approx/trunk/debian/rules
===================================================================
--- trunk/projects/approx/trunk/debian/rules	2006-01-17 15:24:20 UTC (rev 2509)
+++ trunk/projects/approx/trunk/debian/rules	2006-01-17 16:25:31 UTC (rev 2510)
@@ -2,7 +2,7 @@
 
 OCAMLABI = $(shell ocamlc -version)
 BYTECODE = $(shell [ -x /usr/bin/ocamlopt ] || echo yes)
-RUNTIME = $(if $(BYTECODE),ocaml-base-nox-$(OCAMLABI))
+OCAMLRUN = $(if $(BYTECODE),ocaml-base-nox-$(OCAMLABI))
 
 debian/control:
 	sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $@.in > $@
@@ -59,7 +59,7 @@
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol -- -VF:OCamlRuntime="$(RUNTIME)"
+	dh_gencontrol -- -VF:OCamlRun="$(OCAMLRUN)"
 	dh_md5sums
 	dh_builddeb
 




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