Codebase list ethflop / 204272a
Enable cross-building Stephen Kitt 2 years ago
3 changed file(s) with 11 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 ethflop (0~20191003-3) UNRELEASED; urgency=medium
1
2 * Enable cross-building:
3 - build-depend on the native nasm package;
4 - don’t override CC so that dh_auto_build can specify the
5 cross-compiler.
6
7 -- Stephen Kitt <skitt@debian.org> Sat, 16 Apr 2022 11:18:35 +0200
8
09 ethflop (0~20191003-2) unstable; urgency=medium
110
211 * Limit the package to Linux architectures, it’s Linux-specific.
11 Section: admin
22 Priority: optional
33 Maintainer: Stephen Kitt <skitt@debian.org>
4 Build-Depends: debhelper-compat (= 13), nasm
4 Build-Depends: debhelper-compat (= 13), nasm:native
55 Standards-Version: 4.5.1
66 Rules-Requires-Root: no
77 Homepage: http://ethflop.sourceforge.net/
77 dh $@
88
99 override_dh_auto_build:
10 dh_auto_build -- CFLAGS="$(CFLAGS)" CC="$(CC)"
10 dh_auto_build -- CFLAGS="$(CFLAGS)"
1111 dh_auto_build -- tsr
1212
1313 override_dh_auto_test: