File: rules

package info (click to toggle)
inkscape 0.92.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 221,244 kB
  • ctags: 54,393
  • sloc: cpp: 389,156; ansic: 63,602; python: 32,260; xml: 7,979; sh: 2,563; makefile: 1,914; perl: 1,286; tcl: 223; ruby: 148
file content (21 lines) | stat: -rwxr-xr-x 554 bytes parent folder | download | duplicates (2)
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

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem cmake --with python2,bash-completion,gnome

# Don't waste CPU cycles in autoreconfig a package building with cmake.
override_dh_autoreconf:

override_dh_auto_configure:
	dh_auto_configure -- \
		-DWITH_DBUS=ON \

override_dh_gnome_clean:
	dh_gnome_clean --no-control

# Don't run scour, there is no need for it at all, and the deafults are not
# appropriate for inkscape's SVGs
# https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1638373
override_dh_scour: