Changeset 53cb4ae for debian/rules


Ignore:
Timestamp:
2017-01-28T22:36:26Z (7 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
30d598c
Parents:
eaffd0d
Message:

More troubles because the fix from the Debian bug didn't match the fix
actually NMU'd. :-( Now this fix really should work. Third time's the
charm after all, innit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    reaffd0d r53cb4ae  
    4141
    4242HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed")
    43 # https://bugs.debian.org/821967
    44 build-indep: binary-indep
    45 build-arch: binary-arch
     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
    4648
    4749build: build-stamp
Note: See TracChangeset for help on using the changeset viewer.