mirror of
git://git.proxmox.com/git/pve-apiclient.git
synced 2024-12-21 13:34:10 +03:00
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:
parent
2d80533629
commit
2689bc847d
2
Makefile
2
Makefile
@ -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
1
debian/docs
vendored
Normal file
@ -0,0 +1 @@
|
||||
debian/SOURCE
|
Loading…
Reference in New Issue
Block a user