Codebase list gkrellm / 058ad1b
fix FTCBFS: Let dh_auto_build pass cross compilers to make; patch by Helmut Grohne; Closes: #876110 Sandro Tosi 6 years ago
2 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
11
22 * debian/control
33 - point Vcs fields to salsa
4
5 -- Sandro Tosi <morph@debian.org> Sun, 13 May 2018 19:06:20 -0400
4 * debian/rules
5 - fix FTCBFS: Let dh_auto_build pass cross compilers to make; patch by
6 Helmut Grohne; Closes: #876110
7
8 -- Sandro Tosi <morph@debian.org> Sun, 13 May 2018 19:07:40 -0400
69
710 gkrellm (2.3.10-1) unstable; urgency=medium
811
66 dh_installinit -u"defaults 21"
77
88 override_dh_auto_build:
9 $(MAKE) PREFIX=/usr without-ssl=1
9 dh_auto_build -- PREFIX=/usr without-ssl=1
1010
1111 override_dh_auto_install:
1212 $(MAKE) install DESTDIR=`pwd`/debian/tmp PREFIX=/usr