Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
3
Disable CharLS support, version 2.0.0 is not supported yet.
· 1a8d2568
Bas Couwenberg
authored
Jan 11, 2019
1a8d2568
Add lintian override for package-has-long-file-name.
· 1c14703b
Bas Couwenberg
authored
Jan 11, 2019
1c14703b
Set distribution to experimental.
· 42ef0942
Bas Couwenberg
authored
Jan 11, 2019
42ef0942
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
42ef0942
librasterlite2 (1.1.0~beta0+really1.1.0~beta0-1~exp2)
UNRELEASED
; urgency=medium
librasterlite2 (1.1.0~beta0+really1.1.0~beta0-1~exp2)
experimental
; urgency=medium
* Bump Standards-Version to 4.3.0, no changes.
* Add Build-Depends-Package field to symbols file.
* Drop workaround for libgeotiff-dfsg (1.4.2-1) issue, fixed in -2.
* Disable CharLS support, version 2.0.0 is not supported yet.
* Add lintian override for package-has-long-file-name.
-- Bas Couwenberg <sebastic@debian.org>
Sat, 04 Aug
201
8
1
4:47:08
+0
2
00
-- Bas Couwenberg <sebastic@debian.org>
Fri, 11 Jan
201
9
1
3:10:37
+0
1
00
librasterlite2 (1.1.0~beta0+really1.1.0~beta0-1~exp1) experimental; urgency=medium
...
...
debian/control
View file @
42ef0942
...
...
@@ -6,7 +6,6 @@ Priority: optional
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf,
libcairo2-dev,
libcharls-dev,
libcurl4-gnutls-dev | libcurl-ssl-dev,
libfreetype6-dev,
libgeotiff-dev,
...
...
debian/libsqlite3-mod-rasterlite2.lintian-overrides
View file @
42ef0942
...
...
@@ -3,3 +3,6 @@ libsqlite3-mod-rasterlite2: non-dev-pkg-with-shlib-symlink usr/lib/*/mod_rasterl
libsqlite3-mod-rasterlite2: no-symbols-control-file usr/lib/*/mod_rasterlite2.so.*
libsqlite3-mod-rasterlite2: package-name-doesnt-match-sonames mod-rasterlite2*
# Cannot be helped
libsqlite3-mod-rasterlite2: package-has-long-file-name *
debian/rules
View file @
42ef0942
...
...
@@ -32,6 +32,9 @@ endif
override_dh_clean:
dh_clean debian/man/*.1
override_dh_auto_configure:
dh_auto_configure -- --disable-charls
override_dh_auto_build:
# Create man page from DocBook XML
for x in $(MANPAGES) ; do \
...
...