File: rules

package info (click to toggle)
apache-parquet-testing 0.0%2Bgit20251126-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,508 kB
  • sloc: python: 340; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_configure:
	@echo "Nothing to configure."

override_dh_auto_build:
	@echo "Nothing to build."