File: rules

package info (click to toggle)
coherence 0.6.6.2-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,436 kB
  • ctags: 4,206
  • sloc: python: 27,187; xml: 5,207; sh: 59; makefile: 26
file content (15 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_clean:
	rm -rf \
	    build \
	    coherence/__init__.pyc \
	    Coherence.egg-info/PKG-INFO \
	    Coherence.egg-info/SOURCES.txt

override_dh_install:
	dh_install -Xuuid