[Pkg-ocaml-maint-commits] r2620 - trunk/packages/ocaml/trunk/debian

Samuel Mimram smimram at costa.debian.org
Mon Apr 17 00:49:20 UTC 2006


Author: smimram
Date: 2006-04-17 00:49:19 +0000 (Mon, 17 Apr 2006)
New Revision: 2620

Modified:
   trunk/packages/ocaml/trunk/debian/rules
Log:
More generic generation of debian/ocaml-source.files

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2006-04-16 23:38:25 UTC (rev 2619)
+++ trunk/packages/ocaml/trunk/debian/rules	2006-04-17 00:49:19 UTC (rev 2620)
@@ -59,7 +59,7 @@
 # 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




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