[neon/qt/qttools/Neon/testing] debian: Add 4: epoch to qdbus transitional package.
Dmitry Shachnev
null at kde.org
Tue May 18 13:43:19 BST 2021
Git commit 3f30e1424052ebb926ec506f1fda8294c49f0434 by Dmitry Shachnev.
Committed on 18/02/2021 at 17:05.
Pushed by sitter into branch 'Neon/testing'.
Add 4: epoch to qdbus transitional package.
Closes: #983018.
M +2 -0 debian/changelog
M +5 -1 debian/rules
https://invent.kde.org/neon/qt/qttools/commit/3f30e1424052ebb926ec506f1fda8294c49f0434
diff --git a/debian/changelog b/debian/changelog
index 328af64..d20bd5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qttools-opensource-src (5.15.2-4) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Add 4: epoch to qdbus transitional package (closes: #983018).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 18 Feb 2021 20:05:09 +0300
diff --git a/debian/rules b/debian/rules
index f908055..b80cbb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/dpkg/architecture.mk
+include /usr/share/dpkg/default.mk
export QT_SELECT := qt5
export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
@@ -88,3 +88,7 @@ override_dh_link:
dh_link -pqt5-assistant usr/lib/qt5/bin/assistant usr/lib/$(DEB_HOST_MULTIARCH)/qt5/bin/assistant
override_dh_auto_test-indep:
+
+override_dh_gencontrol:
+ dh_gencontrol -p qdbus -- -v4:$(DEB_VERSION)
+ dh_gencontrol --remaining-packages
More information about the Neon-commits
mailing list