From: Wolfgang Bumiller Date: Wed, 26 Aug 2015 07:50:31 +0000 (+0200) Subject: makefile updates X-Git-Url: https://git.proxmox.com/?p=arch-pacman.git;a=commitdiff_plain;h=1e5ba46186c28a6cbcef87f7d6de9c816025fddd makefile updates --- diff --git a/Makefile b/Makefile index e2989bd..b049c5c 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ ${DEB}: ${SRCTAR} rm -rf ${SRCDIR} tar xf ${SRCTAR} cp -a debian ${SRCDIR}/debian - echo "git clone git://git.proxmox.com/git/arch-pacman.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}/debian/SOURCE + echo "git clone git://projects.archlinux.org/pacman.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}/debian/SOURCE cd ${SRCDIR}; DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -b -us -uc lintian ${DEBS} @@ -38,19 +38,6 @@ download ${SRCTAR}: mv ${SRCTAR}.tmp ${SRCTAR} rm -rf pacman-git -# FIXME: -#.PHONY: upload -#upload: ${DEBS} -# umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw -# mkdir -p /pve/${RELEASE}/extra -# rm -f /pve/${RELEASE}/extra/${PACKAGE}_*.deb -# rm -f /pve/${RELEASE}/extra/${PACKAGE}-dev_*.deb -# rm -f /pve/${RELEASE}/extra/${PACKAGE}-dbg_*.deb -# rm -f /pve/${RELEASE}/extra/Packages* -# cp ${DEBS} /pve/${RELEASE}/extra -# cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz -# umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro - distclean: clean .PHONY: clean