Changeset 7a9d968 for debian/rules
- Timestamp:
- 2018-03-10T11:30:39Z (7 years ago)
- Children:
- 5447c59
- Parents:
- 3f44e43 (diff), 4a9c6b0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r3f44e43 r7a9d968 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.