aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 3cb2061febe69aacad174cc50a667c524d0e1b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# $Id: rules 51 2003-12-29 20:02:19Z bob $
# Sample debian/rules that uses debhelper. 
# This file is public domain software, originally written by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/dpkg/default.mk

%:
	dh $@ --with python3 --buildsystem pybuild

override_dh_auto_clean:
	echo "pkg_version = \"$(DEB_VERSION_UPSTREAM)\"" > minidinstall/version.py
	dh_auto_clean