File: rules

package info (click to toggle)
transtermhp 2.09-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 572
  • sloc: cpp: 4,665; makefile: 204; python: 147; sh: 66
file content (24 lines) | stat: -rwxr-xr-x 557 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
20
21
22
23
24
#!/usr/bin/make -f
# debian/rules for transtermhp
# Author: Alex Mestiashvili <alex@biotec.tu-dresden.de>

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

# This has to be exported to make some magic below work.
export DH_OPTIONS


%:
	dh $@ 

# test: target in Makefile is broken.
# don't forget to notify upstream.
override_dh_auto_test:
	echo "Testing is not possible since upstream source is lacking needed input files."

override_dh_installchangelogs:
	dh_installchangelogs RELEASE-NOTES.txt

get-orig-source:
	. debian/get-orig-source