File: rules

package info (click to toggle)
event-dance 0.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,096 kB
  • sloc: ansic: 29,033; javascript: 2,709; makefile: 434; xml: 247; sh: 30; python: 27
file content (14 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (2)
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

export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) \
	-DGLIB_DISABLE_DEPRECATION_WARNINGS

%:
	dh $@ --with gir

override_dh_auto_configure:
	dh_auto_configure -- --disable-gtk-doc --enable-js=no

override_dh_auto_test: