diff -Nru libyang-1.0.184/debian/changelog libyang-1.0.184/debian/changelog --- libyang-1.0.184/debian/changelog 2020-09-04 08:16:16.000000000 +0000 +++ libyang-1.0.184/debian/changelog 2020-09-15 16:59:51.000000000 +0000 @@ -1,3 +1,9 @@ +libyang (1.0.184-2ubuntu1) groovy; urgency=medium + + * Drop Python autopkgtest since python3-yang is not built anymore + + -- Balint Reczey Tue, 15 Sep 2020 18:59:51 +0200 + libyang (1.0.184-2) unstable; urgency=medium * Move the C++ symbols file to be amd64 only (Closes: #969073) diff -Nru libyang-1.0.184/debian/control libyang-1.0.184/debian/control --- libyang-1.0.184/debian/control 2020-09-04 08:16:16.000000000 +0000 +++ libyang-1.0.184/debian/control 2020-09-15 16:59:51.000000000 +0000 @@ -1,7 +1,8 @@ Source: libyang Section: libs Homepage: https://netopeer.liberouter.org/ -Maintainer: David Lamparter +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: David Lamparter Uploaders: CESNET , Ondřej Surý Priority: optional diff -Nru libyang-1.0.184/debian/tests/control libyang-1.0.184/debian/tests/control --- libyang-1.0.184/debian/tests/control 2020-09-04 08:16:16.000000000 +0000 +++ libyang-1.0.184/debian/tests/control 2020-09-15 16:59:45.000000000 +0000 @@ -1,7 +1,3 @@ -Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import yang; print(yang)" ; done -Depends: python3-all, - python3-yang - Tests: yanglint Depends: gzip, libyang-tools