diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9ba490a2a..243d64ab8 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,8 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -build: +build: + debian/version-hacker.sh python setup.py build clean: |