Add SOURCE file

This package was missing the SOURCE information from the binary package.

Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>
This commit is contained in:
Rhonda D'Vine 2018-12-28 18:24:06 +01:00 committed by Wolfgang Bumiller
parent 2d80533629
commit 2689bc847d
2 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ DOCDIR=${DESTDIR}/usr/share/doc/${PACKAGE}
PVE_COMMON_FILES= \
Exception.pm
GITVERSION:=$(shell git rev-parse HEAD)
all: ${DEB}
@ -22,6 +23,7 @@ $(BUILDSRC):
rm -rf $(BUILDSRC)
rsync -a debian $(BUILDSRC)
make DESTDIR=./$(BUILDSRC) install
echo "git clone git://git.proxmox.com/git/pve-apiclient.git\\ngit checkout ${GITVERSION}" > $(BUILDSRC)/debian/SOURCE
.PHONY: deb
deb ${DEB}: $(BUILDSRC)

1
debian/docs vendored Normal file
View File

@ -0,0 +1 @@
debian/SOURCE