blob: 70c5753bcc5b2f81570504d520c79b77b0acacd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
%:
dh $@ --with python3 --with quilt
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
|