[Pkg-ocaml-maint-commits] [cduce] 01/01: More flexibility with packaging of ocaml-source

Stéphane Glondu glondu at moszumanska.debian.org
Mon Aug 3 13:01:49 UTC 2015


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

glondu pushed a commit to branch master
in repository cduce.

commit 5bf1aaf53d1107642e768f940a298a8fad3b18d5
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Jun 16 10:05:47 2015 +0200

    More flexibility with packaging of ocaml-source
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4194664..c0a90cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cduce (0.6.0-2) UNRELEASED; urgency=medium
+
+  * More flexibility with packaging of ocaml-source
+
+ -- Stéphane Glondu <glondu at debian.org>  Tue, 16 Jun 2015 10:05:42 +0200
+
 cduce (0.6.0-1) unstable; urgency=medium
 
   * New upstream release (Closes: #731818)
diff --git a/debian/rules b/debian/rules
index b2784e6..1bf2740 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ CONFIGURE_OPTS := --prefix=/usr \
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
 	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
+	tar -C debian -xf debian/ocaml-$(OCAML_ABI)/ocaml_*.orig.tar.*
 	./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



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