]> git.proxmox.com Git - libarchive-perl.git/blobdiff - Makefile
updates for debian stretch amd64
[libarchive-perl.git] / Makefile
index 6f7ae2b23bf1bd1759c4c2498cc375e28dd49ec0..f1d8d551cc3ee603bba18644131045753846f9ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ RELEASE=4.0
 #DEVDEB = libarchive-dev_2.2.4-1_i386.deb
 
 PPSRC = LibArchive
-PDEB = libarchive-perl_3.0.4-1_amd64.deb
+PDEB = libarchive-perl_3.2.1-1_amd64.deb
 
 all: ${PDEB}
 
@@ -22,14 +22,7 @@ ${PDEB}: ${PPSRC}/LibArchive.xs
 
 .phony: upload
 upload: ${PDEB}
-       umount /proxmox/${RELEASE}; mount /proxmox/${RELEASE} -o rw 
-       mkdir -p /proxmox/${RELEASE}/extra
-       rm -rf /proxmox/${RELEASE}/extra/libarchive1_*.deb
-       rm -rf /proxmox/${RELEASE}/extra/libarchive-dev_*.deb
-       rm -rf /proxmox/${RELEASE}/extra/libarchive-perl_*.deb
-       cp ${PDEB} /proxmox/${RELEASE}/extra
-       cd /proxmox/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz
-       umount /proxmox/${RELEASE}; mount /proxmox/${RELEASE} -o ro 
+       fixme
 
 CLEANFILES = *~ build *.deb libarchive_* ${OPKGNAME} libarchive-perl_*