File: rules

package info (click to toggle)
apt-listdifferences 1.20141011
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 1
  • sloc: python: 112; sh: 18; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@ --with python3

override_dh_auto_build:
	patch /usr/bin/colordiff colordiff-git.patch -o colordiff-git	
	gunzip < /usr/share/man/man1/colordiff.1.gz > colordiff-git.1

override_dh_clean:
	dh_clean colordiff-git colordiff-git.1
	debconf-updatepo