File: rules

package info (click to toggle)
forensics-all 3.61
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: sh: 326; makefile: 17
file content (22 lines) | stat: -rwxr-xr-x 537 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
22
#!/usr/bin/make -f
#export DH_VERBOSE = 1

%:
	dh $@

execute_after_dh_clean:
	rm -rf build

execute_before_dh_auto_build:
	@if [ -e control.NEW -o \
              -e forensics-all.README.Debian.NEW -o \
              -e forensics-all-gui.README.Debian.NEW ]; \
	then \
	    echo " " ; \
	    echo " " ; \
	    echo ERROR: I found control.NEW or \*.README.Debian.NEW file in upstream place. ; \
	    echo Please, move it to debian/, removing ".NEW" suffix. You can use move.sh. ; \
	    echo " " ; \
	    echo " " ; \
	    exit 1 ;\
	fi