File: rules

package info (click to toggle)
onedrive 2.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,636 kB
  • sloc: sh: 629; makefile: 156
file content (18 lines) | stat: -rwxr-xr-x 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DC=ldc2

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-debug --enable-completions --enable-notifications \
		--with-zsh-completion-dir=/usr/share/zsh/vendor-completions \
		--with-fish-completion-dir=/usr/share/fish/vendor_completions.d

override_dh_auto_build:
	make
	chrpath --delete onedrive

override_dh_installinit:
	dh_installinit --no-start --no-enable