Browse Source

Add bionic, remove old Ubuntu versions

unman 5 years ago
parent
commit
ee2afab9a0
1 changed files with 1 additions and 4 deletions
  1. 1 4
      Makefile.builder

+ 1 - 4
Makefile.builder

@@ -12,10 +12,7 @@ endif
 source-debian-quilt-copy-in: VERSION = $(shell cat $(ORIG_SRC)/version)
 source-debian-quilt-copy-in: ORIG_FILE = "$(CHROOT_DIR)/$(DIST_SRC)/../qubes-core-agent_$(VERSION).orig.tar.gz"
 source-debian-quilt-copy-in:
-	if [ $(DIST) == trusty ] ; then \
-		sed -i /locales-all/d $(CHROOT_DIR)/$(DIST_SRC)/debian/control ;\
-	fi
-	if [ $(DIST) == zesty ] ; then \
+	if [ $(DIST) == bionic ] ; then \
 		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)