File: rules

package info (click to toggle)
markupsafe 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: python: 580; ansic: 177; makefile: 16
file content (11 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME = markupsafe
export PYBUILD_AFTER_INSTALL = rm -f {destdir}{install_dir}/markupsafe/_speedups.c
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=pybuild

override_dh_compress-indep:
	dh_compress -a -X.py