File: rules

package info (click to toggle)
refcard 13.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,284 kB
  • sloc: python: 189; makefile: 108; sh: 6
file content (12 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (4)
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