File: rules

package info (click to toggle)
qpid-python 1.37.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,620 kB
  • sloc: python: 20,073; xml: 4,369; makefile: 8
file content (18 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

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

export PYBUILD_NAME = qpid

override_dh_auto_test:

override_dh_auto_install:
	dh_auto_install
	rm $(CURDIR)/debian/python-qpid/usr/bin/qpid-python-test.bat

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

.PHONY: override_dh_auto_test override_dh_auto_install