Codebase list guitarix / a12fe20
Use python3 in waf calls, Build-Depends on python3 VĂ­ctor Cuadrado Juan 4 years ago
2 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
2424 libzita-convolver-dev,
2525 libzita-resampler-dev,
2626 lv2-dev,
27 python,
27 python3,
2828 Build-Depends-Indep: doxygen, graphviz
2929 Standards-Version: 4.5.0
3030 Homepage: https://guitarix.org
1111 dh $@
1212
1313 override_dh_auto_configure:
14 ./waf configure --prefix=/usr --no-faust \
14 python3 ./waf configure --prefix=/usr --no-faust \
1515 --cxxflags="$(shell dpkg-buildflags --get CXXFLAGS) \
1616 $(shell dpkg-buildflags --get CPPFLAGS)" \
1717 --ldflags="$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed" -v \
2121 dh_makeshlibs -V
2222
2323 override_dh_auto_build-arch:
24 ./waf build -v --jobs=$(NUMJOBS)
24 python3 ./waf build -v --jobs=$(NUMJOBS)
2525
2626 override_dh_auto_build-indep:
2727 cd $(CURDIR)/documentation ; doxygen
3030 cd $(CURDIR)/documentation/html && find . -name "*.map" -delete
3131
3232 override_dh_auto_clean:
33 ./waf distclean
33 python3 ./waf distclean
3434 rm -rf build/*
3535 rm -rf build/.conf*
3636 rm -rf build/.waf*
3838 rm -rf documentation/html
3939
4040 override_dh_auto_install:
41 ./waf install --destdir=$(CURDIR)/debian/tmp --libdir=$(CURDIR)/debian/tmp
41 python3 ./waf install --destdir=$(CURDIR)/debian/tmp --libdir=$(CURDIR)/debian/tmp
4242 rm -f $(CURDIR)/debian/tmp/usr/share/gx_head/sounds/bands/LICENSE
4343 rm -f $(CURDIR)/debian/tmp/usr/share/gx_head/sounds/amps/LICENSE
4444 rm -f $(CURDIR)/debian/tmp/usr/lib/libgxwmm.so