From 1e078794b20c4c219ebda407d54bbcdc4acd75c1 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 16 Feb 2009 14:15:58 -0700
Subject: [PATCH] setup: if you sdist_dsc (to produce the input files for
 dpkg-buildpackage) then run darcsver first

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.45.2