diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-24 21:13:23 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2008-03-24 21:13:23 +0000 |
commit | 483f8dd1042e89e02a0eb736f65885e9f74a344d (patch) | |
tree | 3199e0ee5dee3aaff7d7c5291c8465763835c9c0 /debian/rules | |
parent | 628e6018a8387603e67f4ce1c8b3b67126408726 (diff) |
Removed DEB_BUILD_OPTIONS because it turns out this isn't just some string1.2-3
I can pass through to configure, there's an official policy on what can be
in there exactly. (Or at least I found a suggested policy on the debian-
policy mailing list.) 1.2-3, because I just uploaded -2 already. :-(
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 0c757899..252fb742 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ endif build-arch: build-arch-stamp build-arch-stamp: if [ ! -d debian ]; then exit 1; fi - ./configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent $(DEB_BUILD_OPTIONS) + ./configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent $(MAKE) # $(MAKE) -C doc/ all touch build-arch-stamp |