暫無描述

rules 140B

12345678910
  1. #!/usr/bin/make -f
  2. %:
  3. ifneq ($(shell dh -l | grep -xF translations),)
  4. dh $@ --with python2,translations
  5. else
  6. dh $@ --with python2
  7. endif