File: rules

package info (click to toggle)
vim-ultisnips 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,924 kB
  • sloc: python: 8,353; sh: 64; makefile: 38
file content (13 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ -S none

# Reset unnecessary executable bit of a non-runnable file in Python package.
execute_after_dh_install:
	chmod 0644 debian/vim-ultisnips/usr/share/vim-ultisnips/pythonx/UltiSnips/vim_helper.py

# Exclude huge GIFs from examples directory.
override_dh_installexamples:
	dh_installexamples -X \*.gif doc/examples/*