File: rules

package info (click to toggle)
dhcpcd-ui 0.7.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,580 kB
  • sloc: ansic: 6,459; cpp: 2,060; sh: 482; makefile: 212
file content (20 lines) | stat: -rwxr-xr-x 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

# There is no test target as such, but the build system does not know this.
override_dh_auto_test:

%:
	dh  $@

override_dh_installchangelogs:
	dh_installchangelogs debian/NEWS.dhcpcd-ui

override_dh_auto_configure:
	dh_auto_configure -- --with-gtk=gtk+-3.0

execute_after_dh_auto_clean:
	find icons/ -type f -name "*.png" -exec rm -f {} \;