File: rules

package info (click to toggle)
gtkam 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,928 kB
  • ctags: 1,402
  • sloc: sh: 10,747; ansic: 10,137; xml: 816; makefile: 223; sed: 16
file content (17 lines) | stat: -rwxr-xr-x 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

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 --dbg-package=gtkam-dbg

%:
	dh $@ --parallel --with autoreconf