Skip to content
Commits on Source (6)
libquazip (0.7.6-5) unstable; urgency=medium
* Remove obsolete fields Name from debian/upstream/metadata.
* Rely on pre-initialized dpkg-architecture variables.
* Fix day-of-week for changelog entries 0.4.4-1.
* Add d-shlibmove override
-- Andreas Tille <tille@debian.org> Sat, 28 Sep 2019 08:30:05 +0200
libquazip (0.7.6-4) unstable; urgency=medium
* Expected to pass new queue due to name change. Since this is not
the case doing a source only upload
-- Alf Gaida <agaida@siduction.org> Mon, 19 Aug 2019 14:37:06 +0200
libquazip (0.7.6-3) unstable; urgency=medium
[ Alf Gaida ]
......@@ -270,4 +286,4 @@ libquazip (0.4.4-1) unstable; urgency=low
* Initial release (Closes: #675276)
-- Eric Maeker <eric.maeker@gmail.com> Mon, 30 May 2012 12:00:00 +0100
-- Eric Maeker <eric.maeker@gmail.com> Wed, 30 May 2012 12:00:00 +0100
......@@ -12,7 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
QT_SELECT=qt5
# Enable multiarch builds & prepare qmake vars
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
include /usr/share/dpkg/architecture.mk
%:
......@@ -49,6 +49,7 @@ override_dh_install:
d-shlibmove --commit \
--multiarch \
--devunversioned \
--override 's/libQt5[CGX][oreuiml]\+5-dev/qtbase5-dev/' \
--exclude-la \
--movedev debian/tmp/usr/share/cmake*/Modules/FindQuaZip5.cmake usr/share/quazip/ \
--movedev debian/tmp/usr/include usr \
......