File: rules

package info (click to toggle)
florence 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,436 kB
  • ctags: 1,115
  • sloc: sh: 11,243; ansic: 7,644; xml: 2,569; makefile: 173
file content (20 lines) | stat: -rwxr-xr-x 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --without-panelapplet

override_dh_install:
	dh_install --fail-missing -Xflorence_applet.1 -Xlibflorence-1.0.la

override_dh_installexamples:
	dh_installexamples -a
	rm -f $(CURDIR)/debian/florence/usr/share/florence/florence.conf

override_dh_auto_test:
	echo "Skipping test suite due to scrollkeeper breakage."

override_dh_auto_clean:
	dh_auto_clean