File: rules

package info (click to toggle)
octave-cgi 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: sh: 52; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

pkg = octave-cgi
exdir = $(CURDIR)/debian/$(pkg)/usr/share/doc/$(pkg)/examples

%:
	dh $@ --buildsystem=octave

execute_before_dh_installdeb:
	# Fix permissions of examples files
	chmod -x $(exdir)/*.sh