Compare commits
2 Commits
32dc6b2dc5
...
131c7ba5be
Author | SHA1 | Date |
---|---|---|
|
131c7ba5be | |
|
56f5aca6c2 |
|
@ -7,3 +7,7 @@ export DH_RUBY = --gem-install
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --buildsystem=ruby --with ruby
|
dh $@ --buildsystem=ruby --with ruby
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install
|
||||||
|
find $(CURDIR) -iname "*.erb" -and -executable -exec chmod -x {} +
|
||||||
|
|
0
lib/puppet-strings/yard/templates/default/puppet_class/html/note.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_class/html/note.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_class/html/todo.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_class/html/todo.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_defined_type/html/note.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_defined_type/html/note.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_defined_type/html/todo.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_defined_type/html/todo.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_function/html/note.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_function/html/note.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_function/html/todo.erb
Executable file → Normal file
0
lib/puppet-strings/yard/templates/default/puppet_function/html/todo.erb
Executable file → Normal file
Loading…
Reference in New Issue