File: rules

package info (click to toggle)
simplejson 3.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 588 kB
  • sloc: python: 3,405; ansic: 2,928; makefile: 19; sh: 16
file content (26 lines) | stat: -rwxr-xr-x 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f

export PYBUILD_DESTDIR_python2=debian/python-simplejson/
export PYBUILD_DESTDIR_python2-dbg=debian/python-simplejson-dbg/
export PYBUILD_DESTDIR_python3=debian/python3-simplejson/
export PYBUILD_DESTDIR_python3-dbg=debian/python3-simplejson-dbg/
export PYBUILD_DESTDIR_pypy=debian/pypy-simplejson/

LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
SPHINXOPTS := -D html_last_updated_fmt="$(BUILD_DATE)"

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

build-indep:
	dh_testdir
	dh_installdirs
	python3 -m sphinx $(SPHINXOPTS) -N -q -E -b html . \
	 $(CURDIR)/debian/python-simplejson-doc/usr/share/doc/python-simplejson-doc/

override_dh_sphinxdoc:
	dh_sphinxdoc -p python-simplejson-doc

override_dh_strip:
	dh_strip --no-automatic-dbgsym