File: rules

package info (click to toggle)
gtkam 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,956 kB
  • sloc: ansic: 10,271; sh: 5,404; xml: 816; makefile: 233; sed: 16
file content (18 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download
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 -- --without-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 $@