File: rules

package info (click to toggle)
guile-zlib 0.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: lisp: 404; makefile: 60
file content (20 lines) | stat: -rwxr-xr-x 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure --builddirectory=debian/build/guile-2.2 -- GUILE_EFFECTIVE_VERSION=2.2
	dh_auto_configure --builddirectory=debian/build/guile-3.0

override_dh_auto_build:
	dh_auto_build --builddirectory=debian/build/guile-2.2
	dh_auto_build --builddirectory=debian/build/guile-3.0

override_dh_auto_install:
	dh_auto_install --builddirectory=debian/build/guile-2.2
	dh_auto_install --builddirectory=debian/build/guile-3.0

override_dh_auto_test:
	dh_auto_test --builddirectory=debian/build/guile-2.2
	dh_auto_test --builddirectory=debian/build/guile-3.0