File: rules

package info (click to toggle)
solfege 3.23.4-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,236 kB
  • sloc: python: 26,930; xml: 4,380; ansic: 1,544; sh: 807; makefile: 642; exp: 7
file content (13 lines) | stat: -rwxr-xr-x 214 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=+all

# UTF-8 locale required for tests
export LC_ALL=C.UTF-8

%:
	dh $@ --with python3

override_dh_auto_build:
	dh_auto_build
	$(MAKE) update-manual