File: rules

package info (click to toggle)
gpicview 0.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,712 kB
  • sloc: sh: 11,299; ansic: 5,508; makefile: 97
file content (16 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/gpicview

override_dh_auto_test:
	# disabled: test fails in po directory

override_dh_installchangelogs:
	dh_installchangelogs debian/ChangeLog