File: rules

package info (click to toggle)
cmake-fedora 2.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 764 kB
  • sloc: sh: 1,336; perl: 87; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 379 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
DH_VERBOSE = 1

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@ 

override_dh_auto_test:
	# FIXME: testing is broken for now.

override_dh_install:
	dh_install
	rm -r $(CURDIR)/debian/cmake-fedora/usr/bin
	rm $(CURDIR)/debian/cmake-fedora/usr/share/doc/cmake-fedora/COPYING

override_dh_installchangelogs:
	dh_installchangelogs --keep