mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 16:11:15 +00:00
13 lines
316 B
Makefile
Executable File
13 lines
316 B
Makefile
Executable File
#!/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/
|