File: rules

package info (click to toggle)
ffdiaporama 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 21,492 kB
  • sloc: cpp: 26,449; xml: 403; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 444 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
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ 

override_dh_auto_configure:
	qmake-qt4 ffDiaporama.pro

override_dh_fixperms:
	find debian/ffdiaporama-data/usr/share/ffDiaporama -type f  -print0 2>/dev/null | xargs -0r chmod 644
	find debian/ffdiaporama/usr/share/mime -type f  -print0 2>/dev/null | xargs -0r chmod 644
	dh_fixperms

override_dh_install:
	dh_install -Xlicence