File: rules

package info (click to toggle)
gnome-pie 0.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,308 kB
  • sloc: xml: 533; sh: 109; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake

override_dh_auto_build:
	$(CURDIR)/resources/locale/compile-po.sh
	dh_auto_build

override_dh_auto_clean:
	dh_auto_clean
	$(RM) $(CURDIR)/resources/locale/*/LC_MESSAGES/*.mo