Comment 10 for bug 1612619

Revision history for this message
Michael Terry (mterry) wrote :

Good question, I was vague before because I couldn't remember the variables for it.

Looks like one thing you can do is:

include /usr/share/dpkg/default.mk

ifeq (Ubuntu,$(DEB_VENDOR))
  ifeq (vivid,$(DEB_DISTRIBUTION))
    XXX
  endif
endif

(stolen from php7.0)