File: rules

package info (click to toggle)
psutils 3.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,248 kB
  • sloc: python: 2,955; perl: 233; makefile: 25
file content (12 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/default.mk

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build:
	DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM) dh_auto_build