File: rules

package info (click to toggle)
gtksourceview2 2.10.5-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 11,948 kB
  • ctags: 3,337
  • sloc: ansic: 29,977; sh: 10,550; python: 424; makefile: 422; xml: 391
file content (24 lines) | stat: -rwxr-xr-x 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

GNOME_MODULE = gtksourceview

export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

%:
	dh $@ --with gnome

override_dh_autoreconf:
	dh_autoreconf --as-needed

override_dh_auto_configure:
	dh_auto_configure -- --enable-static

override_dh_makeshlibs:
	dh_makeshlibs -V 'libgtksourceview2.0-0 (>= 2.10.0)'

override_dh_auto_test:
ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
	$(MAKE) -C gtksourceview/language-specs check VERBOSE=1
endif