File: rules

package info (click to toggle)
ir.lv2 1.3.3~dfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 356 kB
  • ctags: 440
  • sloc: cpp: 3,112; ansic: 188; makefile: 90
file content (25 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f
# -*- makefile -*-

LDFLAGS+=-Wl,--as-needed
export REPACK_SH=$(CURDIR)/debian/repack.sh

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	make convert4chan

override_dh_auto_install:
	dh_auto_install
	mkdir -p $(CURDIR)/debian/ir.lv2/usr/bin
	cp convert4chan $(CURDIR)/debian/ir.lv2/usr/bin

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

get-orig-source:
	uscan --force-download