File: rules

package info (click to toggle)
screen-message 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 744 kB
  • sloc: sh: 1,241; ansic: 474; python: 95; makefile: 43
file content (8 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@

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