File: rules

package info (click to toggle)
nala 0.16.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: python: 6,636; sh: 62; makefile: 38
file content (12 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME = nala
export DH_VERBOSE = 1
%:
	dh $@ --buildsystem=pybuild

execute_before_dh_installman:
	python3 nala_build.py man

execute_before_dh_auto_install:
	python3 nala_build.py babel --compile