File: rules

package info (click to toggle)
csmith 2.3.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,484 kB
  • sloc: cpp: 28,535; sh: 4,120; ansic: 820; makefile: 268; perl: 253
file content (15 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --exclude=.la

override_dh_install:
	mv debian/tmp/usr/bin/compiler_test.pl \
		debian/tmp/usr/bin/compiler_test
	mv debian/tmp/usr/bin/launchn.pl \
		debian/tmp/usr/bin/launchn

	dh_install