File: rules

package info (click to toggle)
pypibrowser 1.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 222
  • sloc: python: 3,385; makefile: 8; sh: 1
file content (16 lines) | stat: -rwxr-xr-x 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_install:
	dh_auto_install -- --install-lib /usr/share/pypibrowser/

override_dh_install:
	dh_install
	install -m755 debian/wrapper.sh $(CURDIR)/debian/pypibrowser/usr/bin/pypibrowser
	rm -rf $(CURDIR)/debian/pypibrowser/usr/bin/pypibrowser.py

%:
	dh $@ --with python2