Changeset 483f8dd for debian/rules


Ignore:
Timestamp:
2008-03-24T21:13:23Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0281c45, 5e81e60
Parents:
628e601
Message:

Removed DEB_BUILD_OPTIONS because it turns out this isn't just some string
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. :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r628e601 r483f8dd  
    1414build-arch-stamp:
    1515        if [ ! -d debian ]; then exit 1; fi
    16         ./configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent $(DEB_BUILD_OPTIONS)
     16        ./configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent
    1717        $(MAKE)
    1818#       $(MAKE) -C doc/ all
Note: See TracChangeset for help on using the changeset viewer.