File: rules

package info (click to toggle)
libvisual-plugins 1%3A0.4.0%2Bdfsg1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,576 kB
  • ctags: 1,165
  • sloc: ansic: 9,358; sh: 8,809; cpp: 871; makefile: 220; sed: 16
file content (15 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CPPFLAGS_MAINT_APPEND := -D_GNU_SOURCE

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-gdkpixbuf-plugin --disable-gstreamer-plugin

override_dh_auto_install:
	dh_auto_install
	find debian/libvisual-0.4-plugins -name '*.la' -exec rm -f {} \;