aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-04-22 20:31:36 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2011-04-22 20:31:36 +0100
commita658f104202a51e8b51b944f9e61370f8e67acfc (patch)
tree098c5b2cfef4582c753f5248b4a5795b6d761a6c /debian/rules
parentff139f00a0761b1eb6dbd24a26ae231d6b959270 (diff)
Actually, let's also drop the -0.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 36662860..2afadd90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,7 @@ binary-common:
dh_installdeb
dh_shlibdeps
ifdef BITLBEE_VERSION
- dh_gencontrol -- -v$(BITLBEE_VERSION)-0 -Vbee:Version=$(BITLBEE_VERSION)-0
+ dh_gencontrol -- -v$(BITLBEE_VERSION) -Vbee:Version=$(BITLBEE_VERSION)
else
dh_gencontrol -- -Vbee:Version=$(shell dpkg-parsechangelog | grep ^Version: | awk '{print $$2}' | sed -e 's/+b[0-9]\+$$//')
endif