Control: tags -1 patch
Please find a debdiff attached.
diff -Nru fritzing-1.0.1/debian/changelog fritzing-1.0.1/debian/changelog --- fritzing-1.0.1/debian/changelog 2023-11-23 20:04:39.000000000 +0100 +++ fritzing-1.0.1/debian/changelog 2026-05-14 16:52:20.000000000 +0200 @@ -1,3 +1,11 @@ +fritzing (1.0.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build-Depend on libquazip1-qt5-dev instead of the obsolete predecessor. + (Closes: #1136670) + + -- Bastian Germann <[email protected]> Thu, 14 May 2026 16:52:20 +0200 + fritzing (1.0.1-1) unstable; urgency=medium * New upstream version 1.0.1 (Closes: #1021049) diff -Nru fritzing-1.0.1/debian/control fritzing-1.0.1/debian/control --- fritzing-1.0.1/debian/control 2023-11-23 20:04:39.000000000 +0100 +++ fritzing-1.0.1/debian/control 2026-05-14 16:52:09.000000000 +0200 @@ -13,7 +13,7 @@ libgit2-dev, sqlite3, libngspice0-dev, - libquazip5-dev, + libquazip1-qt5-dev, libsvgpp-dev, Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/georgesk/fritzing diff -Nru fritzing-1.0.1/debian/patches/other-libraries.patch fritzing-1.0.1/debian/patches/other-libraries.patch --- fritzing-1.0.1/debian/patches/other-libraries.patch 2023-11-23 20:04:39.000000000 +0100 +++ fritzing-1.0.1/debian/patches/other-libraries.patch 2026-05-14 16:52:20.000000000 +0200 @@ -33,10 +33,10 @@ -exists($$absolute_path($$PWD/../../quazip_qt$$QT_MAJOR_VERSION)) { - QUAZIPPATH = $$absolute_path($$PWD/../../quazip_qt$$QT_MAJOR_VERSION) -+exists(/usr/include/quazip5) { ++exists(/usr/include/QuaZip-Qt5-1.5) { + ## QUAZIPPATH = $$absolute_path($$PWD/../../quazip_qt$$QT_MAJOR_VERSION) -+ # in Debian, the package libquazip5-dev provides /usr/include/quazip5 -+ QUAZIPPATH = /usr/include/quazip5 ++ # in Debian, the package libquazip1-qt5-dev provides: ++ QUAZIPPATH = /usr/include/QuaZip-Qt5-1.5/quazip message("found quazip in $${QUAZIPPATH}") } else { error("quazip could not be found.") @@ -51,7 +51,7 @@ - LIBS += -L$$absolute_path($${QUAZIPPATH}/lib) -lquazip1-qt$$QT_MAJOR_VERSION - QMAKE_RPATHDIR += $$absolute_path($${QUAZIPPATH}/lib) + INCLUDEPATH += $$absolute_path($${QUAZIPPATH}) -+ LIBS += -lquazip5 -lQt5Core ++ LIBS += -lquazip1-qt5 -lQt5Core } macx {

