[Pkg-ocaml-maint-commits] [SCM] ocamlweb packaging branch, master, updated. debian/1.37-15-8-g4cf97a4

Ralf Treinen treinen at free.fr
Sun May 13 18:39:58 UTC 2012


The following commit has been merged in the master branch:
commit 887d0c066fe6b3ae157e6d24c81cd03e01441222
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed May 9 20:25:51 2012 +0200

    use absolute pathes in debian/rules

diff --git a/debian/changelog b/debian/changelog
index 606e848..5f7186f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocamlweb (1.38-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/rules: use absolute path names in options to ./configure
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 09 May 2012 20:24:28 +0200
+
 ocamlweb (1.37-15) unstable; urgency=low
 
   [ Stéphane Glondu ]
diff --git a/debian/rules b/debian/rules
index 1f578f2..1c12f24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_DESTDIR=debian/ocamlweb
+DEB_DESTDIR=$(CURDIR)/debian/ocamlweb
 
 %:
 	dh $@ --with ocaml,tex

-- 
ocamlweb packaging



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