File: rules

package info (click to toggle)
gnome-alsamixer 0.9.7~cvs.20060916.ds.1-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,340 kB
  • ctags: 924
  • sloc: ansic: 3,430; sh: 1,298; makefile: 62
file content (16 lines) | stat: -rwxr-xr-x 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_autoreconf:
	#Hideous hack for now.
	cp -f /usr/share/glib-2.0/gettext/po/Makefile.in.in po/
	dh_autoreconf

override_dh_clean:
	rm -f INSTALL
	rm -f mkinstalldirs
	rm -f po/Makefile.in.in
	rm -f po/*.gmo
	dh_clean