File: rules

package info (click to toggle)
nuapplet 2.3.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 300 kB
  • ctags: 108
  • sloc: cpp: 877; makefile: 27
file content (18 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_build:
	$(MAKE) release

override_dh_auto_install:
	cd release && $(MAKE) DESTDIR=$(CURDIR)/debian/nuapplet install

override_dh_clean:
	rm -f lang/nuapplet2_fr_FR.qm
	dh_clean

%:
	dh $@