aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b043c13a..1d266c0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+bitlbee (1.2-3) unstable; urgency=low
+
+ * Removed DEB_BUILD_OPTIONS again (forgot to apply that change to the 1.2
+ branch when I finished 1.0.4-2, things diverged too much anyway.)
+ Closes: #472540.
+
+ -- Wilmer van der Gaast <wilmer@gaast.net> Mon, 24 Mar 2008 21:10:14 +0000
+
bitlbee (1.2-2) unstable; urgency=low
* Fixed some packaging issues reported by IRC and e-mail. (Closes: #472373)
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