]> git.proxmox.com Git - arch-pacman.git/blame - debian/rules
d/rules: do not build translations
[arch-pacman.git] / debian / rules
CommitLineData
a009ec9d
WB
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/*
7DPKG_EXPORT_BUILDFLAGS = 1
8include /usr/share/dpkg/default.mk
9
10%:
d622a05f 11 dh $@ --buildsystem=meson
a009ec9d
WB
12
13override_dh_auto_configure:
d622a05f 14 dh_auto_configure -- \
d92c8213 15 -Di18n=false \
d622a05f
TL
16 -Dpkg-ext=.tar.xz \
17 -Dscriptlet-shell=/bin/bash