File: rules

package info (click to toggle)
python-galaxy-tool-util-models 25.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: python: 4,956; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	find debian -name __init__.py | grep galaxy/__init__.py | xargs rm
	find debian -name py.typed | grep galaxy/py.typed | xargs rm