Changes in debian/rules [55bc71e:135271c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r55bc71e r135271c 41 41 42 42 HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed") 43 44 # No difference at the build stage so just call main build target.45 # (Well indep could be docs-only but we prebuild them plus it's really46 # not that much work.)47 build-arch build-indep: build48 43 49 44 build: build-stamp … … 120 115 dh_installdebconf 121 116 ifeq ($(HAS_DH_SYSTEMD),1) 122 dh_systemd_enable --no-enable bitlbee.socket 123 dh_systemd_enable bitlbee.service 117 dh_systemd_enable 124 118 dh_installinit --init-script=bitlbee 125 119 dh_systemd_start
Note: See TracChangeset
for help on using the changeset viewer.