[jhbuild/jhdebuild] [jhdebuild] Do a build before make dist



commit f62977b8f1d3226addbe8b10e0f8045d7e65dfde
Author: John Carr <john carr unrouted co uk>
Date:   Sun May 17 22:34:19 2009 +0100

    [jhdebuild] Do a build before make dist
---
 jhbuild/modtypes/autotools.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jhbuild/modtypes/autotools.py b/jhbuild/modtypes/autotools.py
index 0a715d7..27d263d 100644
--- a/jhbuild/modtypes/autotools.py
+++ b/jhbuild/modtypes/autotools.py
@@ -340,7 +340,7 @@ class AutogenModule(Package, DebianBasePackage):
         except:
             pass
     do_deb_dist.error_phases = []
-    do_deb_dist.depends = [PHASE_CHECKOUT]
+    do_deb_dist.depends = [PHASE_BUILD]
 
     def get_distdir(self, buildscript):
         tarball_dir = self.get_tarball_dir(buildscript)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]