File: rules

package info (click to toggle)
sword-comm-mhcc 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,260 kB
  • sloc: xml: 55,334; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build-indep:
	-mkdir -p modules/comments/zcom/mhcc
	osis2mod modules/comments/zcom/mhcc mhcc.osis.xml -z z -N
	du -bc modules/comments/zcom/mhcc/* | awk 'END{ print "InstallSize="$$1 }' >> mhcc.conf