File: rules

package info (click to toggle)
visitors 0.7-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 668 kB
  • sloc: ansic: 13,139; perl: 58; makefile: 34; sh: 13
file content (12 lines) | stat: -rwxr-xr-x 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -D_FILE_OFFSET_BITS=64

%:
	dh $@

override_dh_install:
	dh_install
	install -m 0644 powered-by-visitors.png \
		debian/visitors/usr/share/pixmaps/visitors.png