File: rules

package info (click to toggle)
faba-icon-theme 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 12,032 kB
  • sloc: ruby: 163; makefile: 7; python: 6
file content (10 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
export DH_VERBOSE = 1

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	find debian -iname *.svg -exec chmod 644 {} +
	find debian -iname index.theme -exec chmod 644 {} +