From 2d0d594b8da72876825885df686fcc4813c085c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 13 Oct 2018 03:33:18 +0200 Subject: [PATCH] debian: don't create orig.tar.gz manually Rely on builder-debian doing it. This way it will be reproducible. QubesOS/qubes-issues#2775 (cherry picked from commit 5ff462004a42d1ea1de179b09bbc354f4619ae5a) --- Makefile.builder | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.builder b/Makefile.builder index 244423a..7f1018c 100644 --- a/Makefile.builder +++ b/Makefile.builder @@ -22,6 +22,5 @@ source-debian-quilt-copy-in: sed -i /initscripts/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\ fi -$(shell $(ORIG_SRC)/debian-quilt $(ORIG_SRC)/series-debian-vm.conf $(CHROOT_DIR)/$(DIST_SRC)/debian/patches) - tar cfz $(ORIG_FILE) --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C $(CHROOT_DIR)/$(DIST_SRC) . # vim: filetype=make