Changes in debian/rules [135271c:55bc71e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r135271c r55bc71e 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 really 46 # not that much work.) 47 build-arch build-indep: build 43 48 44 49 build: build-stamp … … 115 120 dh_installdebconf 116 121 ifeq ($(HAS_DH_SYSTEMD),1) 117 dh_systemd_enable 122 dh_systemd_enable --no-enable bitlbee.socket 123 dh_systemd_enable bitlbee.service 118 124 dh_installinit --init-script=bitlbee 119 125 dh_systemd_start
Note: See TracChangeset
for help on using the changeset viewer.