File: rules

package info (click to toggle)
orpie 1.6.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,168 kB
  • sloc: ml: 9,016; makefile: 55; python: 11; sh: 2
file content (13 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PREFIX=/usr
export DESTDIR=$(CURDIR)/debian/orpie

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	mv $(CURDIR)/debian/orpie/usr/man $(CURDIR)/debian/orpie/usr/share/man
	mv $(CURDIR)/debian/orpie/usr/doc/$(PACKAGE) $(CURDIR)/debian/orpie/usr/share/doc/$(PACKAGE)
	mkdir -p $(CURDIR)/debian/orpie/etc/ && mv $(CURDIR)/debian/orpie/usr/etc/orpie/orpierc $(CURDIR)/debian/orpie/etc/ && rm -rf $(CURDIR)/debian/orpie/usr/etc