summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 7e5ae5aaf64fbbb99daf5737b2cfd95762b24f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_clean:
	$(MAKE) -C po clean

override_dh_auto_build:
	$(MAKE) -C po update-po

override_dh_auto_install:
	dh_auto_install

	$(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install

	mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-package debian/live-build/usr/share/doc/live-build/changelog.live-package
	mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-webhelper debian/live-build/usr/share/doc/live-build/changelog.live-webhelper

	rm -f debian/live-build/usr/share/doc/live-build/COPYING
	rm -f debian/live-build/usr/share/doc/live-build/ChangeLog

override_dh_installchangelogs:
	dh_installchangelogs docs/ChangeLog