Updating rules for gitlint and gitlint-core changes.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f0efe5b708
commit
dcaef481ec
1 changed files with 4 additions and 1 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem=pybuild
|
||||
dh ${@} --buildsystem=pybuild --sourcedir=$(CURDIR)/gitlint-core
|
||||
|
||||
override_dh_auto_test:
|
||||
# disabled
|
||||
|
@ -19,3 +19,6 @@ execute_after_dh_auto_install:
|
|||
|
||||
execute_after_dh_fixperms:
|
||||
find debian/gitlint/usr/lib -name commit-msg -exec chmod +x {} \;
|
||||
|
||||
override_dh_missing:
|
||||
# disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue