File: rules

package info (click to toggle)
diffuse 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,160 kB
  • sloc: python: 7,689; xml: 5,993; sh: 61; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DH_VERBOSE=1

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@ --with python3

override_dh_auto_install:
	dh_auto_install
	mv debian/diffuse/usr/share/appdata debian/diffuse/usr/share/metainfo
	echo "Keywords=viewer,diff,editor,text" >> debian/diffuse/usr/share/applications/io.github.mightycreak.Diffuse.desktop