Changeset 53cb4ae for debian/rules
- Timestamp:
- 2017-01-28T22:36:26Z (8 years ago)
- Branches:
- master
- Children:
- 30d598c
- Parents:
- eaffd0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
reaffd0d r53cb4ae 41 41 42 42 HAS_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.) 47 build-arch build-indep: build 46 48 47 49 build: build-stamp
Note: See TracChangeset
for help on using the changeset viewer.