File: rules

package info (click to toggle)
xfce4-appfinder 4.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,956 kB
  • ctags: 564
  • sloc: sh: 11,274; ansic: 5,193; makefile: 107
file content (14 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

override_dh_install:
	# install menu pixmap
	install -d $(CURDIR)/debian/xfce4-appfinder/usr/share/pixmaps
	install -c -m 644 $(CURDIR)/debian/xfce4-appfinder.xpm \
		$(CURDIR)/debian/xfce4-appfinder/usr/share/pixmaps
	dh_install

%:
	dh $@ --parallel