File: rules

package info (click to toggle)
python-demjson 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 656 kB
  • ctags: 609
  • sloc: python: 5,695; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_DESTDIR_python2=debian/python-demjson/
export PYBUILD_DESTDIR_python3=debian/python3-demjson/

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

override_dh_install:
	dh_install
	mv $(CURDIR)/debian/python3-demjson/usr/bin/jsonlint \
		$(CURDIR)/debian/python3-demjson/usr/bin/jsonlint3