File: rules

package info (click to toggle)
cairo-dock 3.5.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,936 kB
  • sloc: ansic: 55,359; sh: 2,037; python: 522; xml: 34; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 344 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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with cmake --no-parallel

override_dh_auto_configure:
	dh_auto_configure -- -Denable-desktop-manager=ON

override_dh_auto_clean:
	dh_auto_clean
	rm -f $(CURDIR)/src/config.h
	rm -f $(CURDIR)/src/gldit/gldi-config.h
	rm -f $(CURDIR)/src/gldit/gldi-module-config.h