Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Drop autopkgtest to test installability.
· a7b51a37
Bas Couwenberg
authored
Jul 31, 2018
a7b51a37
Add lintian override for testsuite-autopkgtest-missing.
· bde21e4f
Bas Couwenberg
authored
Jul 31, 2018
bde21e4f
Add patch to fix wrong-path-for-interpreter lintian issue.
· df5832fb
Bas Couwenberg
authored
Jul 31, 2018
df5832fb
Set distribution to unstable.
· 53c516a5
Bas Couwenberg
authored
Jul 31, 2018
53c516a5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
53c516a5
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.
...
...
debian/patches/series
0 → 100644
View file @
53c516a5
wrong-path-for-interpreter.patch
debian/patches/wrong-path-for-interpreter.patch
0 → 100644
View file @
53c516a5
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.
#
debian/source/lintian-overrides
View file @
53c516a5
# Only Python supported at the moment
libkml source: python-foo-but-no-python3-foo python-kml
# Not worth the effort
testsuite-autopkgtest-missing
debian/tests/control
deleted
100644 → 0
View file @
db225e53
# Test installability
Depends: @
Test-Command: /bin/true