aboutsummaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-06-13 20:20:26 +0000
committerRob Austein <sra@hactrn.net>2013-06-13 20:20:26 +0000
commitf60075c5115dccf4225d2de84ff77490a1f6d625 (patch)
treeb9f90ed52f69d650e75d99395a789de0c09230ee /buildtools
parente289fb70cbd45be002ccb2dcf501292efab838a8 (diff)
Need to stash version number in source package.
svn path=/trunk/; revision=5405
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/rpki-pbuilder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/rpki-pbuilder.py b/buildtools/rpki-pbuilder.py
index 5683d95e..8dfcb9de 100644
--- a/buildtools/rpki-pbuilder.py
+++ b/buildtools/rpki-pbuilder.py
@@ -70,6 +70,7 @@ if not os.path.exists(dsc):
if fn != "trunk":
os.unlink(os.path.join("..", fn))
run("rm", "-rf", "debian")
+ run("python", "buildtools/make-version.py")
run("python", "buildtools/build-ubuntu-ports.py")
run("dpkg-buildpackage", "-S", "-us", "-uc", "-rfakeroot")