Statistics
| Branch: | Tag: | Revision:

root / debian / rules @ 511bdce8

History | View | Annotate | Download (510 Bytes)

1
#!/usr/bin/make -f
2
# -*- makefile -*-
3

    
4
#export DH_VERBOSE=1
5

    
6
.PHONY: override_dh_dkms override_dh_strip
7
export VERSION := $(shell head -n 1 debian/changelog | sed -r 's/.*([0-9]+\.[0-9]+.*)-[0-9]+.*/\1/g')
8

    
9
%:
10
	dh $@ --with dkms --with python2
11

    
12
override_dh_dkms:
13
	dh_dkms -V $(VERSION)
14

    
15
override_dh_strip:
16
	dh_strip -plibxseg0 --dbg-package=libxseg0-dbg
17
	dh_strip -parchipelago --dbg-package=archipelago-dbg
18

    
19
override_dh_installinit:
20
	dh_installinit --no-start
21

    
22
override_dh_auto_build:
23
	dh_auto_build -- build