~unit193/ubuntu-dev-tools/update-deb-mirror

1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=ubuntutools

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	mkdir -p debian/ubuntu-dev-tools/usr
	mv debian/python-ubuntutools/usr/bin debian/ubuntu-dev-tools/usr/
	mv debian/python-ubuntutools/usr/share debian/ubuntu-dev-tools/usr/