File: rules

package info (click to toggle)
cassiopee 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 408 kB
  • sloc: cpp: 3,661; ansic: 46; python: 32; makefile: 9
file content (21 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

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

# This has to be exported to make some magic below work.
export DH_OPTIONS

#include /usr/share/cdbs/1/class/cmake.mk

%:
	dh $@ 

override_dh_clean:
	dh_clean
	rm -rf doc

override_dh_install:
	rm -f doc/html/jquery.js
	dh_install