File: rules

package info (click to toggle)
casacore-data-sources 2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 520 kB
  • sloc: python: 45; sh: 31; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	python3 debian/create_casacore_table.py

get-orig-source:
	wget ftp://cdsarc.u-strasbg.fr/pub/cats/I/323/icrf2.dat
	tar cf casacore-data-sources_2.orig.tar icrf2.dat
	rm -f icrf2.dat
	xz casacore-data-sources_2.orig.tar