Skip to content
Commits on Source (2)
qgis (2.14.22+dfsg-1~trusty2) trusty; urgency=medium
* Rebuild for trusty.
* Disable libqca2-plugins dependency for qgis-providers-common
-- Martin Landa <landa.martin@gmail.com> Mon, 05 Mar 2018 13:58:15 +0100
qgis (2.14.22+dfsg-1~trusty1) trusty; urgency=medium
* Rebuild for trusty.
......
......@@ -394,7 +394,7 @@ Architecture: any
Pre-Depends: dpkg (>= 1.16.1),
${misc:Pre-Depends}
Depends: qgis-providers-common (= ${source:Version}),
libqca2-plugins,
# libqca2-plugins,
libqt4-sql-sqlite,
${shlibs:Depends},
${misc:Depends}
......
......@@ -6,7 +6,7 @@ upstream-branch = upstream-ltr
# The default name for the Debian branch is "master".
# Change it if the name is different (for instance, "debian/unstable").
debian-branch = master
debian-branch = ubuntu/trusty
# git-import-orig uses the following names for the upstream tags.
# Change the value if you are not using git-import-orig
......