File: rules

package info (click to toggle)
cuetools 1.4.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 304 kB
  • sloc: ansic: 1,625; yacc: 506; lex: 201; sh: 167; python: 81; makefile: 27
file content (16 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# Enable this export to get more detailed information about what debhelper does
#export DH_VERBOSE=1

export DEB_CFLAGS_MAINT_APPEND= -Wall -W

%:
	dh $@

override_dh_install:
	dh_install
	## correcting script-with-language-extension
	cd $(CURDIR)/debian/cuetools/usr/bin && mv -v cuetag.sh cuetag

override_dh_installchangelogs:
	dh_installchangelogs NEWS