File: rules

package info (click to toggle)
pscan-chip 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,136 kB
  • sloc: cpp: 1,842; sh: 24; makefile: 17
file content (13 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic -flto
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-flto

%:
	dh $@

override_dh_auto_clean:
	if [ -r Makefile ]; then $(MAKE) clean; fi
	rm -fr fasta_to_raw pscan_chip
	dh_clean