File: rules

package info (click to toggle)
basket 1.80-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,668 kB
  • ctags: 2,926
  • sloc: cpp: 28,186; sh: 441; makefile: 48; xml: 31
file content (14 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh --with kde $@

override_dh_auto_install:
	dh_auto_install
	rm -f $(TMP)/usr/lib/libbasketcommon.so

.PHONY: override_dh_auto_test