File: rules

package info (click to toggle)
libmath-symbolic-perl 0.613-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,268 kB
  • sloc: perl: 12,638; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	mv lib/Math/Symbolic/Parser/Yapp.pm debian/
	./compile_yapp_parser.pl --yes
	dh_auto_build

override_dh_clean:
	-test -e debian/Yapp.pm && mv debian/Yapp.pm lib/Math/Symbolic/Parser/
	dh_clean