File: rules

package info (click to toggle)
gpxpy 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,284 kB
  • ctags: 299
  • sloc: python: 2,265; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 280 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=gpxpy

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

override_dh_auto_install:
	dh_auto_install
	mkdir -p debian/gpxinfo/usr/bin
	mv debian/python3-gpxpy/usr/bin/gpxinfo debian/gpxinfo/usr/bin
	rm -rf debian/python*-gpxpy/usr/bin