More generic generation of debian/ocaml-source.files
authorSamuel Mimram <smimram@debian.org>
Mon, 17 Apr 2006 00:49:19 +0000 (00:49 +0000)
committerSamuel Mimram <smimram@debian.org>
Mon, 17 Apr 2006 00:49:19 +0000 (00:49 +0000)
debian/rules

index 9a8fc281175c39913b2c4491dbafa9e668ad5ae1..6edaf3bf2e9aa8577bf3cf0570d31daa9b2cd5f3 100755 (executable)
@@ -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