File: rules

package info (click to toggle)
microdc2 0.15.6-4
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 4,256 kB
  • ctags: 3,823
  • sloc: ansic: 31,186; sh: 4,024; makefile: 142; sed: 16
file content (10 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf

override_dh_clean::
	find po -name \*.gmo -delete
	dh_clean