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

%:
	dh $@ --with python3, --with quilt

override_dh_auto_build:

override_dh_auto_install:
	dh_install -pvyos-1x
	cd python; python3 setup.py install --install-layout=deb --root ../debian/vyos-1x; cd ..