File: rules

package info (click to toggle)
groonga-normalizer-mysql 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,864 kB
  • sloc: ansic: 38,255; sh: 4,303; makefile: 369
file content (18 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 '*.a' -delete
	find $(CURDIR) -name 'lgpl-2.0.txt' -delete