File: rules

package info (click to toggle)
calendarserver 9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 25,688 kB
  • sloc: python: 195,037; sql: 78,794; xml: 16,936; sh: 2,502; ansic: 66; makefile: 26
file content (20 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with python2

override_dh_installpam:
	dh_installpam --name=caldav

override_dh_install:
	dh_install
	mv $(CURDIR)/debian/calendarserver/etc/caldavd/augments-default.xml $(CURDIR)/debian/calendarserver/etc/caldavd/augments.xml

override_dh_clean:
	dh_clean
	rm -f calendarserver/version.py
	rm -rf CalendarServer.egg-info