File: rules

package info (click to toggle)
lincity 1.13.1-15
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,244 kB
  • sloc: ansic: 32,745; sh: 8,578; makefile: 584; perl: 445; yacc: 316; sed: 16
file content (16 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_autoreconf:
	cp /usr/share/gettext/config.rpath $(CURDIR)
	cp /usr/share/gettext/po/Makefile.in.in $(CURDIR)/po
	dh_autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-gzip --without-svga --disable-rpath --bindir=/usr/games

override_dh_link:
	ln -s /usr/share/locale debian/lincity/usr/share/lincity/locale
	dh_link