File: rules

package info (click to toggle)
bashacks 1.5%2Bgit20241128.a8d16fc-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: sh: 435; python: 34; makefile: 32
file content (16 lines) | stat: -rwxr-xr-x 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
export DH_VERBOSE = 1

%:
	dh $@

override_dh_install:
	dh_install
	install -m 755 bashacks.sh debian/bashacks/usr/bin/
	mv debian/bashacks/usr/bin/bashacks.sh debian/bashacks/usr/bin/bashacks
	chmod +x  debian/bashacks/usr/share/bashacks/src/internal/bootstrap.sh

# sphinx documentation
execute_before_dh_sphinxdoc:
	http_proxy='http://127.0.0.1:9/' python3 -m sphinx  -d debian/doctrees  \
	-N -bhtml  doc/source debian/bashacks-doc/usr/share/doc/bashacks-doc/html