File: rules

package info (click to toggle)
squirrelmail-lockout 1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 204 kB
  • ctags: 168
  • sloc: php: 171; sh: 142; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_install:
	dh_install
	install -D --mode=644 data/config.sample.php $(TMP)/etc/squirrelmail/lockout-config.php
	install -D --mode=644 data/lockout_table.sample.php $(TMP)/etc/squirrelmail/lockout-table.php