diff -Nru libquazip-0.9.1/debian/changelog libquazip-0.9.1/debian/changelog --- libquazip-0.9.1/debian/changelog 2024-03-31 02:12:24.000000000 +0000 +++ libquazip-0.9.1/debian/changelog 2024-03-30 23:23:56.000000000 +0000 @@ -1,14 +1,12 @@ -libquazip (0.9.1-3.1build2) noble; urgency=medium +libquazip (0.9.1-4) unstable; urgency=medium - * No-change rebuild for CVE-2024-3094 + * QA upload. + * debian/libquazip6-1t64.symbols: Fix symbols file on amd64 for time_t + transition rename. + * debian/control: Bump Standards-Version + * debian/: Drop use of qmake and use cmake-based build system. - -- Steve Langasek Sun, 31 Mar 2024 02:12:24 +0000 - -libquazip (0.9.1-3.1build1) noble; urgency=medium - - * No-change rebuild against libqt5core5t64 - - -- Steve Langasek Fri, 15 Mar 2024 05:41:35 +0000 + -- Sebastian Ramacher Sun, 31 Mar 2024 00:23:56 +0100 libquazip (0.9.1-3.1) unstable; urgency=medium diff -Nru libquazip-0.9.1/debian/control libquazip-0.9.1/debian/control --- libquazip-0.9.1/debian/control 2024-03-15 05:41:35.000000000 +0000 +++ libquazip-0.9.1/debian/control 2024-03-30 23:23:56.000000000 +0000 @@ -1,18 +1,17 @@ Source: libquazip -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian QA Group +Maintainer: Debian QA Group Section: libs Priority: optional -Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), +Build-Depends: dpkg-dev (>= 1.22.5), + debhelper-compat (= 13), d-shlibs (>= 0.106), cmake, qtbase5-dev, - qtchooser, libxext-dev, zlib1g-dev, doxygen, graphviz -Standards-Version: 4.6.1 +Standards-Version: 4.6.3 Vcs-Browser: https://salsa.debian.org/debian/libquazip Vcs-Git: https://salsa.debian.org/debian/libquazip.git Homepage: https://github.com/stachenov/quazip diff -Nru libquazip-0.9.1/debian/libquazip5-1t64.symbols.amd64 libquazip-0.9.1/debian/libquazip5-1t64.symbols.amd64 --- libquazip-0.9.1/debian/libquazip5-1t64.symbols.amd64 2022-11-03 08:46:42.000000000 +0000 +++ libquazip-0.9.1/debian/libquazip5-1t64.symbols.amd64 2024-03-30 23:23:56.000000000 +0000 @@ -1,4 +1,4 @@ -libquazip5.so.1 libquazip5-1 #MINVER# +libquazip5.so.1 libquazip5-1t64 #MINVER# * Build-Depends-Package: libquazip5-dev LoadCentralDirectoryRecord@Base 0.7.3 Write_EndOfCentralDirectoryRecord@Base 0.7.3 diff -Nru libquazip-0.9.1/debian/rules libquazip-0.9.1/debian/rules --- libquazip-0.9.1/debian/rules 2024-03-01 12:26:48.000000000 +0000 +++ libquazip-0.9.1/debian/rules 2024-03-30 23:23:56.000000000 +0000 @@ -5,12 +5,10 @@ # Modified by Stefan Ahlers, 2016 # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +# export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow -QT_SELECT=qt5 - include /usr/share/dpkg/pkg-info.mk UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') @@ -18,9 +16,8 @@ # Enable multiarch builds & prepare qmake vars include /usr/share/dpkg/architecture.mk - %: - dh $@ -buildsystem qmake + dh $@ override_dh_auto_configure: dh_auto_configure -- \ @@ -39,21 +36,16 @@ -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH) \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON \ -DBUILD_SHARED_LIBS=OFF - cp NEWS.txt NEWS -override_dh_auto_build: - dh_auto_build # -Bbuild-shared - # dh_auto_build -Bbuild-static +execute_after_dh_auto_build: # build doc doxygen -override_dh_auto_clean: - dh_auto_clean +execute_after_dh_auto_clean: $(RM) -r doc - $(RM) NEWS override_dh_installchangelogs: - dh_installchangelogs -k NEWS + dh_installchangelogs -k NEWS.txt override_dh_installdocs-indep: dh_installdocs -i