File: rules

package info (click to toggle)
php-horde-whups 3.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,040 kB
  • ctags: 2,494
  • sloc: php: 12,596; xml: 1,489; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 439 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

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

override_dh_link:
	dh_link
	dh_installdirs etc/horde
	# config of "whups" app:
	mv $(DESTDIR)/usr/share/horde/$(HORDENAME)/config $(DESTDIR)/etc/horde/$(HORDENAME)
	dh_link etc/horde/$(HORDENAME) usr/share/horde/$(HORDENAME)/config
	# Remove extra license file
	rm $(DESTDIR)/usr/share/horde/whups/LICENSE