File: rules

package info (click to toggle)
php-horde-dav 1.1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 1,800 kB
  • sloc: php: 12,818; xml: 794; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

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

override_dh_auto_install:
	dh_auto_install -O--buildsystem=phppear
	# Remove included Sabre_Dav (replaced by a dependency on php-sabre-dav)
	rm -r $(DESTDIR)/usr/share/php/Sabre