File: rules

package info (click to toggle)
hippo-canvas 0.3.1-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,820 kB
  • ctags: 1,823
  • sloc: ansic: 12,985; sh: 10,115; makefile: 81; xml: 40; python: 31
file content (17 lines) | stat: -rwxr-xr-x 522 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DEB_DH_INSTALL_SOURCEDIR := debian/tmp

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/autoreconf.mk

binary-install/python-hippocanvas::
	find debian/$(cdbs_curpkg)/usr/lib -type f -regex '.*\.l?a' -exec rm -f '{}' ';'
	dh_python2 -ppython-hippocanvas --no-guessing-versions

DEB_DH_MAKESHLIBS_ARGS += -V 'libhippocanvas-1-0 (>= 0.2.30)'

clean::
	rm -rf config/hippo-canvas