File: rules

package info (click to toggle)
graide 1.1.0%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 38,424 kB
  • sloc: python: 13,207; xml: 7,027; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_DISABLE_python3.13=test

% :
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_autoreconf:
	cp -f "lib/graide/images/graide logo.svg" debian/graide.svg
	rcc -g python -o lib/graide/pyresources.py lib/graide/pyresources.qrc
	sed -i -e 's/PySide2/qtpy/' lib/graide/pyresources.py