File: rules

package info (click to toggle)
liblunar 2.0.1-2.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,076 kB
  • ctags: 480
  • sloc: sh: 10,194; ansic: 4,603; xml: 584; makefile: 173; python: 16
file content (27 lines) | stat: -rwxr-xr-x 503 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
25
26
27
#!/usr/bin/make -f

build: build-stamp
build-stamp:
	dh build --before configure
	dh_auto_configure -- --enable-python --enable-gtk-doc LDFLAGS="-Wl,-z,defs,--as-needed"
	dh build
	touch build-stamp

clean:
	dh clean

install: build install-stamp
install-stamp:
	dh install
	touch install-stamp

binary-arch: install
	dh binary-arch --before dh_strip
	dh_strip -a --dbg-package=liblunar-1-0-dbg
	dh binary-arch --after dh_strip

binary-indep: install
	dh binary-indep

binary: binary-arch binary-indep