File: rules

package info (click to toggle)
gnomint 1.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,564 kB
  • sloc: ansic: 13,488; sh: 11,291; makefile: 192; xml: 30
file content (18 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --sysconfdir=/etc

override_dh_auto_test:
	# disabled

override_dh_auto_install:
	dh_auto_install

	# don't install empty /usr/lib/*/pkgconfig directory
	rm -rf debian/gnomint/usr/lib