]> git.proxmox.com Git - arch-pacman.git/blob - debian/rules
e24be99d7a383d2096e4b79a0b45ddf9a77757b2
[arch-pacman.git] / debian / rules
1 #!/usr/bin/make -f
2
3 # output every command that modifies files on the build system.
4 #DH_VERBOSE = 1
5
6 # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
7 DPKG_EXPORT_BUILDFLAGS = 1
8 include /usr/share/dpkg/default.mk
9
10 %:
11 dh $@ --buildsystem=meson
12
13 override_dh_auto_configure:
14 dh_auto_configure -- \
15 -Dpkg-ext=.tar.xz \
16 -Dscriptlet-shell=/bin/bash