File: rules

package info (click to toggle)
libnet-sftp-sftpserver-perl 1.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 492 kB
  • sloc: perl: 1,929; makefile: 11; sh: 2
file content (17 lines) | stat: -rwxr-xr-x 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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/

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..