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

glondu pushed a commit to branch master
in repository cduce.

commit 5a2ed781cb7fda2266fe8db7f79313a5e626ca76
Author: Stephane Glondu <st...@glondu.net>
Date:   Sat Dec 14 17:46:51 2013 +0100

    Adapt to the new way ocaml-source is packaged
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ca6f9aa..521c222 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,8 @@ CONFIGURE_OPTS := --prefix=/usr \
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
-       tar -C debian -xjf /usr/src/ocaml-source-$(OCAML_ABI).tar.bz2
+       tar -C debian -xf /usr/src/ocaml-source-$(OCAML_ABI).tar
+       tar -C debian -xjf 
debian/ocaml-$(OCAML_ABI)/ocaml_$(OCAML_ABI).orig.tar.bz2
        ./configure  $(CONFIGURE_OPTS)
 
 .PHONY: override_dh_auto_build

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