Changeset 763a3ab for debian/rules
- Timestamp:
- 2010-08-18T10:01:10Z (14 years ago)
- Branches:
- master
- Children:
- acd7959
- Parents:
- 57782e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r57782e4 r763a3ab 16 16 # Want to use the full package version number instead of just the release. 17 17 BITLBEE_CONFIGURE_VERSION ?= BITLBEE_VERSION=\"$(shell dpkg-parsechangelog | grep ^Version: | awk '{print $$2}')\" 18 endif 19 20 ifneq ($(BITLBEE_LIBPURPLE),1) 21 DH_OPTIONS += -Nbitlbee-libpurple 18 22 endif 19 23 … … 91 95 endif 92 96 dh_md5sums 93 ifeq ($(BITLBEE_LIBPURPLE),1)94 97 dh_builddeb 95 else96 dh_builddeb -Nbitlbee-libpurple97 endif98 98 99 99 binary-indep: build install 100 $(MAKE) -f debian/rules DH_OPTIONS=-ibinary-common100 DH_OPTIONS=-i $(MAKE) -f debian/rules binary-common 101 101 102 102 binary-arch: build install 103 $(MAKE) -f debian/rules DH_OPTIONS=-abinary-common103 DH_OPTIONS=-a $(MAKE) -f debian/rules binary-common 104 104 105 105 binary-%: build install 106 make -f debian/rules binary-common DH_OPTIONS=-p$*106 DH_OPTIONS=-p$* $(MAKE) -f debian/rules binary-common 107 107 108 108 binary: binary-indep binary-arch
Note: See TracChangeset
for help on using the changeset viewer.