Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Update gbp.conf to use --source-only-changes by default.
· e0ba2e72
Bas Couwenberg
authored
Jul 07, 2019
e0ba2e72
Bump Standards-Version to 4.4.0, no changes.
· 081936ed
Bas Couwenberg
authored
Jul 10, 2019
081936ed
Set distribution to unstable.
· 7ad6bb8f
Bas Couwenberg
authored
Jul 11, 2019
7ad6bb8f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7ad6bb8f
spatialite (4.3.0a-6)
UNRELEASED
; urgency=medium
spatialite (4.3.0a-6)
unstable
; urgency=medium
* Enable all hardening buildflags.
* Reorder build dependencies.
...
...
@@ -11,15 +11,16 @@ spatialite (4.3.0a-6) UNRELEASED; urgency=medium
* Update Vcs-* URLs for Salsa.
* Drop obsolete dbg package.
* Add Build-Depends-Package field to symbols file.
* Bump Standards-Version to 4.
3
.0, changes: priority.
* Bump Standards-Version to 4.
4
.0, changes: priority.
* Add -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H to CFLAGS for PROJ 6.0.0.
* Remove package name from lintian overrides.
* Update URL to SQLite Loadable Extensions documentation.
* Enable parallel builds, disable parallel test execution.
* Add lintian override for testsuite-autopkgtest-missing.
* Add patch to fix spelling errors.
* Update gbp.conf to use --source-only-changes by default.
-- Bas Couwenberg <sebastic@debian.org>
Sat, 13 Apr
2019 11:
07
:5
0
+0200
-- Bas Couwenberg <sebastic@debian.org>
Thu, 11 Jul
2019 11:
31
:5
2
+0200
spatialite (4.3.0a-5) unstable; urgency=medium
...
...
debian/control
View file @
7ad6bb8f
...
...
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9.20160114),
libxml2-dev,
pkg-config,
zlib1g-dev
Standards-Version: 4.
3
.0
Standards-Version: 4.
4
.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/spatialite
Vcs-Git: https://salsa.debian.org/debian-gis-team/spatialite.git
Homepage: https://www.gaia-gis.it/fossil/libspatialite
...
...
debian/gbp.conf
View file @
7ad6bb8f
...
...
@@ -14,3 +14,6 @@ upstream-tag = upstream/%(version)s
# Always use pristine-tar.
pristine
-
tar
=
True
[
buildpackage
]
pbuilder
-
options
= --
source
-
only
-
changes