File: rules

package info (click to toggle)
php-horde-wicked 2.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,736 kB
  • ctags: 1,237
  • sloc: php: 5,401; xml: 1,142; makefile: 9; sh: 3
file content (14 lines) | stat: -rwxr-xr-x 367 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=wicked
DESTDIR=$(CURDIR)/debian/php-horde-$(HORDENAME)

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

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