File: rules

package info (click to toggle)
calcurse 4.7.1-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,148 kB
  • sloc: ansic: 18,115; sh: 12,168; python: 715; makefile: 301; sed: 16
file content (10 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ 

# Skip dh_autoreconf because upstream doesn't ship build-aux/git-version-gen.
override_dh_autoreconf:

# Tests can't be run in parallel
override_dh_auto_test:
	dh_auto_test --no-parallel