File: rules

package info (click to toggle)
inkscape-speleo 1.8-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 252 kB
  • sloc: python: 3,059; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@ --with python3

override_dh_install:
	dh_install
	chmod -x $(CURDIR)/debian/inkscape-speleo/usr/share/inkscape/extensions/*
	sed -i 's%#!/usr/bin/env python%#!/usr/bin/python3%' $(CURDIR)/debian/inkscape-speleo/usr/share/inkscape/extensions/*.py