File: rules

package info (click to toggle)
meld 3.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,968 kB
  • sloc: python: 11,872; xml: 576; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=meld

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

override_dh_install:
	find debian/meld -name 'COPYING' -delete
	rm -rf debian/meld/usr/share/doc/meld-*
	dh_install