File: rules

package info (click to toggle)
ktp-text-ui 22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,196 kB
  • sloc: cpp: 12,718; javascript: 6,752; sh: 21; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --with kf5

override_dh_auto_install:
	dh_auto_install
	find debian/kde-telepathy-text-ui -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;