File: rules

package info (click to toggle)
ibus-typing-booster 2.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 108,516 kB
  • sloc: xml: 975,212; python: 29,947; sh: 4,622; makefile: 349; sed: 16
file content (10 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_install:
	cd debian/ibus-typing-booster/usr/share/ibus-typing-booster/data; \
	    gzip *\.txt */*\.xml
	cd debian/ibus-typing-booster/usr; \
	    sed -i s,#!/usr/bin/sh,#!/bin/sh, bin/* libexec/*