File: rules

package info (click to toggle)
gtkam 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 4,328 kB
  • sloc: ansic: 10,269; sh: 4,858; xml: 816; makefile: 233
file content (18 lines) | stat: -rwxr-xr-x 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS := hardening=+all

override_dh_auto_configure:
	dh_auto_configure --verbose -- --with-gimp --without-gnome \
		--without-bonobo --libdir=/usr/lib

override_dh_auto_install:
	dh_auto_install --verbose
	rm -vf debian/tmp/usr/share/doc/gtkam/COPYING

override_dh_strip:
	dh_strip --ddeb-migration='gtkam-dbg (<< 1.0-1~)'

%:
	dh $@