Codebase list mg / a221661
include patch provided by Helmut Grohne <helmut@subdivi.de> to fix cross-platform builds (Closes: #866889) + Pass PKG_CONFIG via MAKE_VARS to make clean + Let dh_auto_build pass cross compilers to make Harald Dunkel 6 years ago
2 changed file(s) with 17 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 mg (20170828-2) unstable; urgency=medium
1
2 * include patch provided by Helmut Grohne <helmut@subdivi.de>
3 to fix cross-platform builds (Closes: #866889)
4 + Pass PKG_CONFIG via MAKE_VARS to make clean
5 + Let dh_auto_build pass cross compilers to make
6
7 -- Harald Dunkel <harri@afaics.de> Wed, 30 Aug 2017 18:51:48 +0200
8
09 mg (20170828-1) unstable; urgency=medium
110
211 * new upstream version 20170828
22 DH_VERBOSE=1
33 # export DH_OPTIONS=-v
44
5 MAKE_VARS=DESTDIR=debian/mg prefix=/usr mandir=/usr/share/man CURSES_LIBS=-ltinfo
5 include /usr/share/dpkg/architecture.mk
6 PKG_CONFIG ?= $(DEB_HOST_GNU_TYPE)-pkg-config
7
8 MAKE_VARS=DESTDIR=debian/mg prefix=/usr mandir=/usr/share/man CURSES_LIBS=-ltinfo PKG_CONFIG='$(PKG_CONFIG)'
69
710 %:
811 dh $@
912
13 override_dh_auto_clean:
14 dh_auto_clean -- $(MAKE_VARS)
15
1016 override_dh_auto_build:
11 $(MAKE) $(MAKE_VARS)
17 dh_auto_build -- $(MAKE_VARS)
1218
1319 override_dh_auto_install:
1420 $(MAKE) install $(MAKE_VARS)