File: rules

package info (click to toggle)
refcard 11.0
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,228 kB
  • sloc: python: 189; makefile: 108; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	LC_ALL=en_US.utf8 $(MAKE)

override_dh_auto_clean:
	dh_auto_clean
	$(MAKE) mrproper