ToastFreeware
/
debian
/
bti.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* Simplify debian/rules, adjust versioned build dependencies on debhelper
[debian/bti.git]
/
debian
/
rules
1
#!/usr/bin/make -f
2
3
%:
4
dh --with quilt $@
5
6
# after #535105 is fixed we can use '--with quilt,bash-completion'
7
# and need to bump the build dependencies on debhelper and bash-completion;
8
# until then, let's simulate the behaviour
9
override_dh_installman:
10
dh_installman
11
dh_bash-completion