File: rules

package info (click to toggle)
php-horde-imp 6.2.17-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,712 kB
  • ctags: 6,649
  • sloc: php: 36,418; xml: 23,136; makefile: 9; sh: 3
file content (14 lines) | stat: -rwxr-xr-x 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

HORDENAME=imp
DESTDIR=$(CURDIR)/debian/php-horde-$(HORDENAME)

%:
	dh $@ --buildsystem=phppear --with phppear

override_dh_link:
	dh_link
	dh_installdirs etc/horde
	# config of "imp" app:
	mv $(DESTDIR)/usr/share/horde/$(HORDENAME)/config $(DESTDIR)/etc/horde/$(HORDENAME)
	dh_link etc/horde/$(HORDENAME) usr/share/horde/$(HORDENAME)/config