Changeset 7a9d968 for debian/rules


Ignore:
Timestamp:
2018-03-10T11:30:39Z (6 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
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.
Message:

Merge branch 'master' into HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r3f44e43 r7a9d968  
    4141
    4242HAS_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.)
     47build-arch build-indep: build
    4348
    4449build: build-stamp
     
    115120        dh_installdebconf
    116121ifeq ($(HAS_DH_SYSTEMD),1)
    117         dh_systemd_enable
     122        dh_systemd_enable --no-enable bitlbee.socket
     123        dh_systemd_enable bitlbee.service
    118124        dh_installinit --init-script=bitlbee
    119125        dh_systemd_start
Note: See TracChangeset for help on using the changeset viewer.