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

treinen pushed a commit to branch try
in repository why.

commit bd04621d287493239a020f176d7cc396fc92bce5
Author: Ralf Treinen <trei...@free.fr>
Date:   Fri Sep 30 21:33:25 2016 +0200

    create bin dir before building
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 268b893..787b624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ why (2.36-1) UNRELEASED; urgency=medium
       trying to read the download/ directory).
   * Bump build-dependency on frama-c to magnesium.
   * d/rules: disable tests
+  * d/rules: create bin directory before invoking dh_auto_build
 
  -- Ralf Treinen <trei...@debian.org>  Fri, 30 Sep 2016 21:28:43 +0200
 
diff --git a/debian/rules b/debian/rules
index 778ef45..6268bab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,10 @@ override_dh_auto_clean:
        [ ! -f Makefile.debian ] || $(MAKE) -f Makefile.debian clean
        $(RM) -f lib/coq/*.glob
 
+override_dh_auto_build:
+       mkdir -p bin
+       dh_auto_build
+
 override_dh_auto_install:
        mkdir -p $(FRAMADIR)
        $(MAKE) prefix=$(WHYDIR)/usr install \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/why.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