projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c6469
)
More generic generation of debian/ocaml-source.files
author
Samuel Mimram
<smimram@debian.org>
Mon, 17 Apr 2006 00:49:19 +0000
(
00:49
+0000)
committer
Samuel Mimram
<smimram@debian.org>
Mon, 17 Apr 2006 00:49:19 +0000
(
00:49
+0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 9a8fc281175c39913b2c4491dbafa9e668ad5ae1..6edaf3bf2e9aa8577bf3cf0570d31daa9b2cd5f3 100755
(executable)
--- 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