File: rules

package info (click to toggle)
libktoblzcheck 1.11-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,196 kB
  • ctags: 398
  • sloc: sh: 8,525; cpp: 2,780; python: 150; perl: 133; makefile: 90; ansic: 5
file content (12 lines) | stat: -rwxr-xr-x 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --disable-static --with-bankdata-path=/usr/share/libktoblzcheck1
include /usr/share/cdbs/1/rules/debhelper.mk

binary-install/libktoblzcheck1-dev::
	find debian/libktoblzcheck1-dev/usr/share/doc/ -type f -and -size 0 -and -exec rm '{}' ';'
$(patsubst %,install/%,$(DEB_PACKAGES)) ::
	if [ -e debian/$(cdbs_curpkg).lintian-overrides ] ; then \
	  mkdir -p debian/$(cdbs_curpkg)/usr/share/lintian/overrides/ ; \
	  cp debian/$(cdbs_curpkg).lintian-overrides debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg) ; \
	fi