File: rules

package info (click to toggle)
mixer.app 1.8.0-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 224 kB
  • ctags: 67
  • sloc: cpp: 589; makefile: 28
file content (16 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

override_dh_auto_clean:
	rm -f Mixer.app
	dh_auto_clean

override_dh_auto_install:
	$(MAKE) X11_BINDIR=/usr/bin DESTDIR=`pwd`/debian/mixer.app install-x11

%:
	dh $@