Package: nextepc Followup-For: Bug #935538 User: [email protected] Usertags: origin-ubuntu eoan ubuntu-patch
Also, independent of what is done with the metapackage, attached is a patch which fixes the autopkgtests so that they don't depend on the metapackage and therefore should pass again on all architectures. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ [email protected] [email protected]
diff -Nru nextepc-0.3.10+nods/debian/tests/control nextepc-0.3.10+nods/debian/tests/control --- nextepc-0.3.10+nods/debian/tests/control 2019-01-19 00:12:13.000000000 -0800 +++ nextepc-0.3.10+nods/debian/tests/control 2019-08-23 10:48:25.000000000 -0700 @@ -1,2 +1,8 @@ -Tests: nextepc-mmed-help, nextepc-pgwd-help, nextepc-sgwd-help -Depends: nextepc +Tests: nextepc-mmed-help +Depends: nextepc-mme + +Tests: nextepc-pgwd-help +Depends: nextepc-pgw + +Tests: nextepc-sgwd-help +Depends: nextepc-sgw

