File: rules

package info (click to toggle)
nemiver 0.9.6-1.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 11,500 kB
  • sloc: cpp: 56,699; sh: 4,732; makefile: 862; xml: 702; ansic: 43; sql: 39
file content (17 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND  = -Wall

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		   --enable-gsettings

override_dh_install:
	find debian -name '*.la' -print -delete
	dh_install

override_dh_shlibdeps:
	dh_shlibdeps -- --ignore-missing-info