File: rules

package info (click to toggle)
ubuntu-dev-tools 0.157
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,004 kB
  • ctags: 580
  • sloc: python: 7,582; sh: 1,101; perl: 167; makefile: 10
file content (12 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (2)
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/