From: Samuel Mimram Date: Mon, 17 Apr 2006 00:49:19 +0000 (+0000) Subject: More generic generation of debian/ocaml-source.files X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~650 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1a2dfbcf2719d36747c8b1352f64f9982b9666f8;p=ocaml.git More generic generation of debian/ocaml-source.files --- diff --git a/debian/rules b/debian/rules index 9a8fc281..6edaf3bf 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,7 @@ debian/control: # Generate list of files ocaml-source. # Should never be called automatically. debian/ocaml-source.files: - tar ztf ../upstream/ocaml_3.09.2.orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files + tar ztf ../upstream/ocaml_$(OCAMLABI).orig.tar.gz | cut -d/ -f2- | grep -v ^$$ | grep -v .*/$$ | grep -v .cvsignore > debian/ocaml-source.files config-stamp: configure abi-sed