diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-23 09:47:02 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-23 09:47:02 +0100 | 
| commit | 2d93a51e15ac2d6daaac0d6ac1e2c41e33486c53 (patch) | |
| tree | d4190f677dae73d991d62c07f8692a7eab366e43 /debian/rules | |
| parent | d6ddff0d4dae3d93de21fc37ca2e4df6d0cc3fab (diff) | |
Removing the version number override hack broken by a recent NMU. Instead,
I'll try to solve this problem on just the buildbot using "dch".
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/debian/rules b/debian/rules index 8b90640c..2c9e3a12 100755 --- a/debian/rules +++ b/debian/rules @@ -109,11 +109,7 @@ binary-common:  	dh_fixperms  	dh_installdeb  	dh_shlibdeps -ifdef BITLBEE_VERSION -	dh_gencontrol -- -v$(BITLBEE_VERSION) -else  	dh_gencontrol -endif  	dh_md5sums  	dh_builddeb | 
