File: rules

package info (click to toggle)
autopkgtest 5.53
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,600 kB
  • sloc: python: 15,484; sh: 2,317; makefile: 116; perl: 19
file content (12 lines) | stat: -rwxr-xr-x 293 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

override_dh_missing:
	: # do nothing

override_dh_builddeb:
	# Newer Ubuntu systems default to zstd when building packages.
	# For compatibility with older testbeds (Trusty), we need to
	# explicitly request a different compression method.
	dh_builddeb -- -Zgzip