Changeset 3cabcec for debian


Ignore:
Timestamp:
2014-07-19T23:21:13Z (10 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
0d8add8a
Parents:
ea2828f
Message:

Build with dpkg-flags, for hardening.

Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/changelog

    rea2828f r3cabcec  
    44  * Bump standards version to 3.9.5 (no changes).
    55  * Remove obsolete DM-Upload-Allowed header.
     6  * Build with dpkg-flags, for hardening.
    67
    78 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 20 Jul 2014 01:19:30 +0200
  • debian/rules

    rea2828f r3cabcec  
    3939
    4040        mkdir -p debian/build-native
    41         ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --skype=$(BITLBEE_SKYPE) $(BITLBEE_CONFIGURE_FLAGS)
     41        $(shell dpkg-buildflags --export=configure) ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --skype=$(BITLBEE_SKYPE) $(BITLBEE_CONFIGURE_FLAGS)
    4242        $(MAKE) -C debian/build-native
    4343
Note: See TracChangeset for help on using the changeset viewer.