[go: up one dir, main page]

File: rules

package info (click to toggle)
tumbler 0.1.25-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,072 kB
  • sloc: ansic: 11,727; sh: 11,440; makefile: 619; xml: 186
file content (19 lines) | stat: -rwxr-xr-x 471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow

override_dh_install:
	dh_install --list-missing -X .la

override_dh_makeshlibs:
	dh_makeshlibs -p libtumbler-1-0 -X usr/lib/$(DEB_HOST_MULTIARCH)/tumbler-1/plugins

override_dh_strip:
	dh_strip --dbg-package=libtumbler-1-dbg

%:
	dh $@ --parallel

override_dh_auto_configure:
	dh_auto_configure -- --disable-ffmpeg-thumbnailer