File: rules

package info (click to toggle)
sphinx-patchqueue 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 80 kB
  • ctags: 51
  • sloc: python: 229; makefile: 5
file content (16 lines) | stat: -rwxr-xr-x 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

## Don't try to run the nonexistent upstream test suite:
#export PYBUILD_DISABLE=test

PKD   = $(abspath $(dir $(MAKEFILE_LIST)))
PKG   = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))

#export PYBUILD_NAME=sphinx-patchqueue
export PYBUILD_NAME=$(PKG)

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