소스 검색

debian: don't create orig.tar.gz manually

Rely on builder-debian doing it. This way it will be reproducible.

QubesOS/qubes-issues#2775
Marek Marczykowski-Górecki 5 년 전
부모
커밋
5ff462004a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Makefile.builder

+ 0 - 1
Makefile.builder

@@ -16,6 +16,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