File: rules

package info (click to toggle)
ui-auto 1.2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 860 kB
  • sloc: sh: 3,318; makefile: 51
file content (11 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with=bash-completion

# Upstream installs 'COPYING' and 'ChangeLog'
# 'COPYING' is not needed as we have 'copyright', 'ChangeLog' is already installed by debhelper
override_dh_install:
	dh_install
	rm debian/ui-auto/usr/share/doc/ui-auto/COPYING
	rm debian/ui-auto/usr/share/doc/ui-auto/ChangeLog