File: rules

package info (click to toggle)
python-multidict 4.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 972 kB
  • sloc: python: 2,185; ansic: 2,009; makefile: 218
file content (13 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

export PYBUILD_NAME=multidict
export PYBUILD_DISABLE=test/python3-dbg
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_strip:
	dh_strip --no-automatic-dbgsym