This is an automated email from the git hooks/post-receive script.

andyli-guest pushed a commit to branch master
in repository jbuilder.

commit e99adddafc69146de66c89f012cb3aa33fee9e16
Author: Andy Li <a...@onthewings.net>
Date:   Mon Mar 19 15:37:29 2018 +0800

    update to 1.0+beta19
---
 debian/changelog | 9 +++++++++
 debian/rules     | 4 ++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 418f97a..65c5ee3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+jbuilder (1.0~beta19-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream release
+    + Updated d/rules to call ./configure manually because it errors
+      on extra arguments
+
+ -- Andy Li <a...@onthewings.net>  Mon, 19 Mar 2018 15:21:27 +0800
+
 jbuilder (1.0~beta18-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/rules b/debian/rules
index d22db3c..6dcd405 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ DESTDIR=$(CURDIR)/debian/jbuilder
 %:
        dh $@ --with ocaml
 
+.PHONY: override_dh_auto_configure
+override_dh_auto_configure:
+       ./configure --libdir /usr/lib/$(DEB_HOST_MULTIARCH)
+
 .PHONY: override_dh_auto_build
 override_dh_auto_build:
        ocaml bootstrap.ml

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/jbuilder.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to