aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: fb6726e4e94628aecda0105933fd82407ff7b7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f


export DEB_DESTDIR := $(CURDIR)/debian/tmp/

%:
	dh ${@}

override_dh_auto_install:
	dh_auto_install -- INSTALL_FILE="install -m 644" INSTALL_DIR="install -d -m 755" DESTDIR="$(DEB_DESTDIR)"

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..