File: rules

package info (click to toggle)
libnet-sftp-sftpserver-perl 1.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 492 kB
  • sloc: perl: 1,929; makefile: 9; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export HOME=$(DEB_SRCDIR)/debian/fake-home/
export USER=$(shell id -un)

include /usr/share/cdbs/1/class/perl-makemaker.mk
include /usr/share/cdbs/1/rules/debhelper.mk

makebuilddir::
	mkdir -p $(DEB_SRCDIR)/debian/fake-home/$(USER)

clean::
	rm -f $(CURDIR)/Makefile.old
	-rm -rf $(DEB_SRCDIR)/debian/fake-home/