File: rules

package info (click to toggle)
pidgin-mpris 0.2.3-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 132 kB
  • ctags: 41
  • sloc: ansic: 331; sh: 76; makefile: 23
file content (14 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@


# empties dependency_libs from .la files

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR)/debian/ -name "*.la" -type f \
	-exec sed -i "/dependency_libs/ s/'.*'/''/" -i {} \;