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 5ff462004a)
This commit is contained in:
Marek Marczykowski-Górecki 2018-10-13 03:33:18 +02:00
parent 6e038dd72d
commit 2d0d594b8d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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