Changeset 8d7b0a4
- Timestamp:
- 2018-04-11T01:49:27Z (7 years ago)
- Branches:
- master
- Children:
- f8d2cff
- Parents:
- 8c4af56e
- git-author:
- dequis <dx@…> (11-04-18 01:42:45)
- git-committer:
- dequis <dx@…> (11-04-18 01:49:27)
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/changelog
r8c4af56e r8d7b0a4 8 8 * Add existence check to chmod call in bitlbee-common.postinst 9 9 (Closes: #816200). 10 11 [ dequis ] 12 * Fix lintian pkg-config-unavailable-for-cross-compilation 10 13 11 14 -- dequis <dx@dxzone.com.ar> Mon, 19 Mar 2018 22:18:43 -0300 -
debian/rules
r8c4af56e r8d7b0a4 45 45 46 46 mkdir -p debian/build-native 47 ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --systemdsystemunitdir=/lib/systemd/system $(BITLBEE_CONFIGURE_FLAGS)47 ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --systemdsystemunitdir=/lib/systemd/system --pcdir=/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig $(BITLBEE_CONFIGURE_FLAGS) 48 48 $(MAKE) -C debian/build-native 49 49 50 50 ifeq ($(BITLBEE_LIBPURPLE),1) 51 51 mkdir -p debian/build-libpurple 52 ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --systemdsystemunitdir=/lib/systemd/system --p urple=1 $(BITLBEE_CONFIGURE_FLAGS)52 ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --systemdsystemunitdir=/lib/systemd/system --pcdir=/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig --purple=1 $(BITLBEE_CONFIGURE_FLAGS) 53 53 $(MAKE) -C debian/build-libpurple 54 54 endif
Note: See TracChangeset
for help on using the changeset viewer.