File: rules

package info (click to toggle)
emms 6.00-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,580 kB
  • sloc: lisp: 10,968; makefile: 101; cpp: 79; perl: 61; sh: 41; ansic: 40
file content (16 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- coding: utf-8 -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with elpa

override_dh_auto_build:
	dh_auto_build -- all emms-print-metadata
	$(MAKE) -C doc/ all emms.html

override_dh_auto_install:
	echo "Just use dh_install"