Control: tags -1 patch
Please find a patch for this attached.
diff -Nru libzypp-17.36.6/debian/changelog libzypp-17.36.6/debian/changelog --- libzypp-17.36.6/debian/changelog 2025-04-04 10:47:25.000000000 +0200 +++ libzypp-17.36.6/debian/changelog 2025-04-13 12:04:19.000000000 +0200 @@ -1,3 +1,10 @@ +libzypp (17.36.6-1.1) unstable; urgency=medium + + * Non-maintainer upload + * Disable mediabackend tests (Closes: #1102927) + + -- Bastian Germann <[email protected]> Sun, 13 Apr 2025 12:04:19 +0200 + libzypp (17.36.6-1) unstable; urgency=medium * Update upstream source from tag 'upstream/17.36.6' diff -Nru libzypp-17.36.6/debian/control libzypp-17.36.6/debian/control --- libzypp-17.36.6/debian/control 2025-03-18 19:03:23.000000000 +0100 +++ libzypp-17.36.6/debian/control 2025-04-13 12:03:08.000000000 +0200 @@ -17,7 +17,6 @@ libboost-program-options-dev, libboost-test-dev, libboost-thread-dev, - libfcgi-dev, libglib2.0-dev, libgpgme-dev, libsigc++-2.0-dev, @@ -36,7 +35,6 @@ graphviz <!nodoc>, gnupg2, dejagnu, - nginx, vsftpd, Rules-Requires-Root: no Homepage: https://github.com/openSUSE/libzypp diff -Nru libzypp-17.36.6/debian/rules libzypp-17.36.6/debian/rules --- libzypp-17.36.6/debian/rules 2025-03-02 15:36:18.000000000 +0100 +++ libzypp-17.36.6/debian/rules 2025-04-13 12:04:00.000000000 +0200 @@ -25,6 +25,7 @@ -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \ -DENABLE_BUILD_DOCS=$(ENABLE_DOCS) \ -DDISABLE_AUTODOCS=$(DISABLE_DOCS) \ + -DDISABLE_MEDIABACKEND_TESTS=ON \ -DDEBIAN=1 override_dh_auto_test:

