Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Rebuild 2.14.22+dfsg for trusty
· f501d476
Martin Landa
authored
Mar 05, 2018
f501d476
fix debian/gbp.conf - debian-branch
· 803b10ad
Martin Landa
authored
Mar 05, 2018
803b10ad
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
803b10ad
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.
...
...
debian/control
View file @
803b10ad
...
...
@@ -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}
...
...
debian/gbp.conf
View file @
803b10ad
...
...
@@ -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
...
...