File: rules

package info (click to toggle)
groonga-normalizer-mysql 1.1.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,152 kB
  • ctags: 495
  • sloc: ansic: 14,202; sh: 4,356; makefile: 309
file content (17 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile-gmake -*-
#
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This has to be exported to make some magic below work.
export DH_OPTIONS

%:
	dh $@

# disable 'make check'.
override_dh_auto_test:

override_dh_install:
	find $(CURDIR) -name '*.la' -delete
	find $(CURDIR) -name 'lgpl-2.0.txt' -delete