File: rules

package info (click to toggle)
xdx 2.91-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,968 kB
  • sloc: ansic: 6,136; sh: 4,745; perl: 197; makefile: 69; sed: 16
file content (12 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

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

override_dh_auto_build:
	dh_auto_build
	# force rebuild of .gmo files since we patch the .po files
	$(MAKE) -C po update-gmo