File: rules

package info (click to toggle)
verbiste 0.1.47-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,168 kB
  • sloc: xml: 24,823; sh: 12,426; ansic: 9,087; cpp: 4,483; makefile: 1,021; yacc: 288; perl: 281; lisp: 215; java: 47; sed: 16
file content (25 lines) | stat: -rwxr-xr-x 597 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

CPPFLAGS += -DMATELOCALEDIR=\"/usr/share/locale\"

override_dh_auto_configure:
	dh_auto_configure -- --with-gtk-app --without-gnome-app

override_dh_install:
	mv debian/tmp/usr/bin/verbiste-gtk debian/tmp/usr/bin/verbiste
	dh_install

override_dh_installdocs:
	dh_installdocs -A README LISEZMOI HACKING

override_dh_auto_test:
	mkdir -p debian/tmp/locale/
	localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
	LOCPATH=$(CURDIR)/debian/tmp/locale/ \
	LANG=en_US.UTF-8 \
	LC_ALL=en_US.UTF-8 \
	dh_auto_test

%:
	dh $@ --with elpa