From: Zooko O'Whielacronx Date: Mon, 16 Feb 2009 21:15:58 +0000 (-0700) Subject: setup: if you sdist_dsc (to produce the input files for dpkg-buildpackage) then run... X-Git-Tag: allmydata-tahoe-1.4.0~217 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=1e078794b20c4c219ebda407d54bbcdc4acd75c1;p=tahoe-lafs%2Ftahoe-lafs.git setup: if you sdist_dsc (to produce the input files for dpkg-buildpackage) then run darcsver first --- diff --git a/setup.cfg b/setup.cfg index 6ed046e8..3832367b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,3 +39,4 @@ sdist = darcsver --count-all-patches sdist install = darcsver --count-all-patches install bdist_egg = darcsver --count-all-patches bdist_egg trial = darcsver --count-all-patches trial +sdist_dsc = darcsver --count-all-patches sdist_dsc