File: rules

package info (click to toggle)
mp3info 0.8.5a%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: ansic: 2,684; makefile: 123
file content (15 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- mp3info doc

override_dh_auto_install:
	$(MAKE) DESTDIR=`pwd`/debian/mp3info install-mp3info
	dh_movefiles --sourcedir=debian/mp3info

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog