[Pkg-ocaml-maint-commits] [jbuilder] 03/03: update to 1.0+beta19

Andy Li andyli-guest at moszumanska.debian.org
Mon Mar 19 07:37:55 UTC 2018


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 <andy at 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 <andy at 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



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