File: rules

package info (click to toggle)
pinot 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,608 kB
  • sloc: cpp: 41,870; makefile: 611; xml: 416; sh: 336
file content (21 lines) | stat: -rwxr-xr-x 473 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Only link each program with the libraries it uses.
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

execute_before_dh_autoreconf:
	touch ChangeLog

override_dh_auto_configure:
	dh_auto_configure -- --enable-libarchive --enable-chmlib --enable-mempool

# Make helper scripts executable.
execute_after_dh_auto_install:
	chmod a+x debian/pinot/usr/share/pinot/*.sh

# Skip private libraries.
override_dh_makeshlibs:
	dh_makeshlibs -X/pinot/

%:
	dh $@