File: rules

package info (click to toggle)
gdmap 0.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,384 kB
  • sloc: ansic: 2,777; sh: 1,494; makefile: 36
file content (15 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
export DEB_LDFLAGS_MAINT_APPEND

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/gdmap/usr/share/gdmap

override_dh_clean:
	rm -rf intltool-extract intltool-merge intltool-update po/missing data/gdmap.desktop
	dh_clean