[go: up one dir, main page]

File: rules

package info (click to toggle)
libgrip 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,776 kB
  • ctags: 395
  • sloc: sh: 11,451; ansic: 1,392; makefile: 184; python: 21
file content (19 lines) | stat: -rwxr-xr-x 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@ --with python2,python3,autoreconf

override_dh_autoreconf:
	NOCONFIGURE=1 dh_autoreconf ./autogen.sh

override_dh_auto_configure:
	dh_auto_configure -- --enable-gtk-doc --disable-silent-rules

override_dh_install:
	PYTHON=python3 ./configure --prefix=/usr
	dh_auto_install -- -C bindings/python install
	dh_install --fail-missing -X.a -X.la -X.pyc -X.pyo

override_dh_python3:
	dh_python3 debian/gir1.2-grip/usr/lib/python3