[pve-devel] applied: [PATCH iproute2 0/5] build cleanup & source package
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Dec 20 08:22:26 CET 2018
On 12/19/18 1:28 PM, Fabian Grünbichler wrote:
> Fabian Grünbichler (5):
> d/control: change metadata
> d/watch: remove watch file
> build: add dsc target
> d/control: add missing build-depends
> build: drop explicit -rfakeroot
>
> Makefile | 27 +++++++++++++++++++++------
> debian/control | 10 +++++-----
> debian/watch | 3 ---
> 3 files changed, 26 insertions(+), 14 deletions(-)
> delete mode 100644 debian/watch
>
Applied, with the following patch on top allowing a DSC build after a DEB build
(not really usual to do, but for cleanliness sake):
----8<----
From: Thomas Lamprecht <t.lamprecht at proxmox.com>
Date: Thu, 20 Dec 2018 08:15:09 +0100
Subject: [PATCH] buildsys: allow one to build a DSC after a DEB has been build
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 3d819c3..8f34d88 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ ${MAIN_DEB}: ${BUILDDIR}
.PHONY: dsc
dsc: ${DSC}
${DSC}: ${BUILDDIR}
+ cd ${BUILDDIR}; debian/rules clean
cd ${BUILDDIR}; tar czf ../${PACKAGE}_${VER}.orig.tar.gz *
cd ${BUILDDIR}; dpkg-buildpackage -S -uc -us -d
lintian $@
--
2.19.2
More information about the pve-devel
mailing list