Skip to content
Commits on Source (4)
libkml (1.3.0-7) unstable; urgency=medium
* Drop autopkgtest to test installability.
* Add lintian override for testsuite-autopkgtest-missing.
* Add patch to fix wrong-path-for-interpreter lintian issue.
-- Bas Couwenberg <sebastic@debian.org> Tue, 31 Jul 2018 19:59:24 +0200
libkml (1.3.0-6) unstable; urgency=medium
* Strip trailing whitespace from changelog, control & rules files.
......
wrong-path-for-interpreter.patch
Description: Use Debian specific path to perl.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed
--- a/examples/perl/helloplacemark.pl
+++ b/examples/perl/helloplacemark.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright 2008, Google Inc. All rights reserved.
#
--- a/examples/perl/hellowalk.pl
+++ b/examples/perl/hellowalk.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright 2008, Google Inc. All rights reserved.
#
# Only Python supported at the moment
libkml source: python-foo-but-no-python3-foo python-kml
# Not worth the effort
testsuite-autopkgtest-missing
# Test installability
Depends: @
Test-Command: /bin/true