File: rules

package info (click to toggle)
jamin 0.98.9~git20170111~199091~repack1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 3,172 kB
  • sloc: ansic: 12,841; perl: 679; makefile: 132; sh: 131; xml: 96
file content (14 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export CFLAGS += -fcommon -g

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- libdir=/usr/lib

override_dh_auto_install:
	dh_auto_install -- libdir=/usr/lib
	find $(CURDIR)/debian/jamin -type f -name '*.la*' -delete
	mv $(CURDIR)/debian/jamin/usr/share/locale/cz/ $(CURDIR)/debian/jamin/usr/share/locale/cs