File: rules

package info (click to toggle)
pcapy 0.11.5-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 452 kB
  • sloc: cpp: 1,681; xml: 1,294; python: 177; makefile: 8; sh: 8
file content (14 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export PYBUILD_NAME=pcapy
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_clean:
	rm -rf pcapy.egg-info

execute_after_dh_auto_install:
	rm -rf debian/python3-pcapy/usr/share/doc/pcapy