File: rules

package info (click to toggle)
python-cjson 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: ansic: 968; python: 250; makefile: 9; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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