File: rules

package info (click to toggle)
pyraf 2.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,384 kB
  • sloc: python: 24,918; ansic: 372; lisp: 76; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export PYBUILD_NAME = pyraf
export USER=debuild

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	find debian -type f -name clcache.sqlite3 -print0 | xargs -0r rm -rfv