File: rules

package info (click to toggle)
ns2 2.35~RC5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 86,236 kB
  • ctags: 26,940
  • sloc: cpp: 172,777; tcl: 107,181; perl: 6,391; sh: 6,175; ansic: 5,839; makefile: 793; awk: 525; csh: 355
file content (29 lines) | stat: -rwxr-xr-x 779 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

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

# in doc dir ,make will be failed.

%:
	dh  $@

# these files have something warning
override_dh_auto_clean:
	dh_auto_clean -a
	find . -name "*.o" -exec rm {} \;
	find . -name ".cvsignore" -exec rm {} \;

override_dh_auto_install:

override_dh_auto_test:
	#it takes too long time.

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.html