Changes in / [5e81e60:990d5fd]
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r5e81e60 r990d5fd 1 bitlbee (1.2-3) unstable; urgency=low2 3 * Removed DEB_BUILD_OPTIONS again (forgot to apply that change to the 1.24 branch when I finished 1.0.4-2, things diverged too much anyway.)5 Closes: #472540.6 7 -- Wilmer van der Gaast <wilmer@gaast.net> Mon, 24 Mar 2008 21:10:14 +00008 9 1 bitlbee (1.2-2) unstable; urgency=low 10 2 -
debian/rules
r5e81e60 r990d5fd 14 14 build-arch-stamp: 15 15 if [ ! -d debian ]; then exit 1; fi 16 ./configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent 16 ./configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent $(DEB_BUILD_OPTIONS) 17 17 $(MAKE) 18 18 # $(MAKE) -C doc/ all
Note: See TracChangeset
for help on using the changeset viewer.