From: Andreas Bombe <aeb@debian.org>
Date: Fri, 29 Jan 2021 03:35:35 +0100
Subject: Remove vital95 and vital2000 libraries from build

Both of these subdirectories are removed in the DFSG repack so they also
need to be removed from the Makefile.in for the build to succeed.
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: git/Makefile.in
===================================================================
--- git.orig/Makefile.in	2021-01-29 03:51:09.297112893 +0100
+++ git/Makefile.in	2021-01-29 03:51:09.293112885 +0100
@@ -533,7 +533,7 @@
   std/v08 ieee/v08 \
   src/openieee
 
-VHDLLIB_SUBDIRS_FULL= src/ieee src/vital95 src/vital2000 src/mentor \
+VHDLLIB_SUBDIRS_FULL= src/ieee src/mentor \
   src/ieee/v87 src/ieee/v93 src/ieee2008 \
   mentor/v93 synopsys/v08
 
Index: git/libraries/Makefile.inc
===================================================================
--- git.orig/libraries/Makefile.inc	2021-01-29 03:52:19.233274379 +0100
+++ git/libraries/Makefile.inc	2021-01-29 03:52:33.713307765 +0100
@@ -57,11 +57,8 @@
   numeric_std.vhdl numeric_std-body.vhdl
 MATH_SRCS := math_real.vhdl math_real-body.vhdl \
   math_complex.vhdl math_complex-body.vhdl
-VITAL95_BSRCS := vital95/vital_timing.vhdl vital95/vital_timing-body.vhdl \
-  vital95/vital_primitives.vhdl vital95/vital_primitives-body.vhdl
-VITAL2000_BSRCS := vital2000/timing_p.vhdl vital2000/timing_b.vhdl \
-  vital2000/prmtvs_p.vhdl vital2000/prmtvs_b.vhdl \
-  vital2000/memory_p.vhdl vital2000/memory_b.vhdl
+VITAL95_BSRCS :=
+VITAL2000_BSRCS :=
 IEEE08_BSRCS := \
   ieee2008/std_logic_1164.vhdl ieee2008/std_logic_1164-body.vhdl \
   ieee2008/std_logic_textio.vhdl \
