File: rules

package info (click to toggle)
screen-message 0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: ansic: 494; python: 95; makefile: 45
file content (12 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_icons:
	mkdir -p debian/sm/usr/share/pixmaps
	convert docs/sm.png -resize 32x32 debian/sm/usr/share/pixmaps/sm.xpm
	dh_icons