diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-10 18:52:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-10 18:52:35 -0400 |
commit | f81bbc4a684e5d914a723f0bdc2e215308627a1d (patch) | |
tree | 88d8fadf5baaf5f302aa3fa95ab45e03100145dd /debian/rules | |
parent | 0986ef0f888fb73dabe5f069e67e41a0b5fa090f (diff) |
rename var
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index da5596871..3a0511fa6 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export CABAL=./Setup # Do use the changelog's version number, rather than making one up. -export VERSION_FROM_CHANGELOG=1 +export RELEASE_BUILD=1 %: dh $@ |