File: rules

package info (click to toggle)
svn-workbench 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,164 kB
  • ctags: 2,111
  • sloc: python: 15,849; sh: 236; makefile: 11; ansic: 9
file content (19 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	true # avoid terrible upstream configure file

override_dh_auto_build:
	true # avoid terrible upstream build system...

override_dh_fixperms:
	dh_fixperms
	chmod +x $(CURDIR)/debian/svn-workbench/usr/share/svn-workbench/wb_main.py

override_dh_compress:
	dh_compress	-X.png