File: rules

package info (click to toggle)
python-cjson 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 138
  • sloc: ansic: 947; python: 251; makefile: 9; sh: 2
file content (16 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

PACKAGE=python-cjson

%:
	dh $@ --with python2

override_dh_installdocs:
	dh_installdocs
	rm -rf debian/$(PACKAGE)-dbg/usr/share/doc/$(PACKAGE)-dbg
	ln -s $(PACKAGE) debian/$(PACKAGE)-dbg/usr/share/doc/$(PACKAGE)-dbg

override_dh_strip:
	dh_strip --dbg-package=$(PACKAGE)-dbg