File: rules

package info (click to toggle)
transgui 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,288 kB
  • ctags: 4,148
  • sloc: pascal: 40,152; makefile: 2,289; cs: 347; perl: 347; lisp: 347; sh: 84
file content (14 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_BUILD_OPTIONS=nocheck

override_dh_auto_build:
	convert transgui.ico transgui.xpm
	dh_auto_build

override_dh_auto_test:

override_dh_auto_install:

%:
	dh $@