xed/debian/rules

33 lines
612 B
Plaintext
Raw Permalink Normal View History

2016-01-25 04:45:34 -06:00
#!/usr/bin/make -f
DHFLAGS=--parallel
%:
dh $@ $(DHFLAGS) --with gir
2016-01-25 04:45:34 -06:00
override_dh_auto_configure:
meson debian/build \
--prefix=/usr \
--buildtype=plain \
-D docs=true \
-D deprecated_warnings=false
2016-01-25 04:45:34 -06:00
override_dh_installchangelogs:
dh_installchangelogs NEWS
override_dh_auto_test:
ninja -C debian/build test
2016-01-25 04:45:34 -06:00
override_dh_strip:
dh_strip --dbg-package=xed-dbg
2016-01-25 04:45:34 -06:00
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
override_dh_auto_install:
DESTDIR=${CURDIR}/debian/tmp \
ninja -C debian/build install
override_dh_auto_build:
ninja -C debian/build