projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a6667
)
setup: add setup_requires += stdeb if "sdist_dsc" appears in sys.argv
author
zooko
<zooko@zooko.com>
Wed, 17 Jun 2009 17:40:28 +0000
(23:10 +0530)
committer
zooko
<zooko@zooko.com>
Wed, 17 Jun 2009 17:40:28 +0000
(23:10 +0530)
Ignore-this:
897843b0bd1f899f416aef1bdd1caa0c
darcs-hash:
6998c04be1a7fb934f5b51363109f4601a2b5b73
zfec/setup.py
patch
|
blob
|
history
diff --git
a/zfec/setup.py
b/zfec/setup.py
index ef123dcf69e03a7fd642e47d94c19c9d0fb2b13d..a2f64b3b82b81735ceaeb76393a6dce351b23690 100755
(executable)
--- a/
zfec/setup.py
+++ b/
zfec/setup.py
@@
-123,6
+123,10
@@
setup_requires.append('darcsver >= 1.2.0')
# http://pypi.python.org/pypi/setuptools_darcs
setup_requires.append('setuptools_darcs >= 1.1.0')
+# stdeb is required to build Debian dsc files.
+if "sdist_dsc" in sys.argv:
+ setup_requires.append('stdeb')
+
data_fnames=[ 'COPYING.GPL', 'changelog', 'COPYING.TGPPL.html', 'TODO', 'README.txt' ]
# In case we are building for a .deb with stdeb's sdist_dsc command, we put the