[Git][debian-gis-team/libkml][master] 4 commits: Drop autopkgtest to test installability.

Bas Couwenberg gitlab at salsa.debian.org
Tue Jul 31 19:23:09 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / libkml


Commits:
a7b51a37 by Bas Couwenberg at 2018-07-31T17:58:51Z
Drop autopkgtest to test installability.

- - - - -
bde21e4f by Bas Couwenberg at 2018-07-31T17:59:22Z
Add lintian override for testsuite-autopkgtest-missing.

- - - - -
df5832fb by Bas Couwenberg at 2018-07-31T18:11:24Z
Add patch to fix wrong-path-for-interpreter lintian issue.

- - - - -
53c516a5 by Bas Couwenberg at 2018-07-31T18:11:24Z
Set distribution to unstable.

- - - - -


5 changed files:

- debian/changelog
- + debian/patches/series
- + debian/patches/wrong-path-for-interpreter.patch
- debian/source/lintian-overrides
- − debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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 at 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
=====================================
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+wrong-path-for-interpreter.patch


=====================================
debian/patches/wrong-path-for-interpreter.patch
=====================================
--- /dev/null
+++ b/debian/patches/wrong-path-for-interpreter.patch
@@ -0,0 +1,20 @@
+Description: Use Debian specific path to perl.
+Author: Bas Couwenberg <sebastic at 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
=====================================
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,6 @@
 # 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
=====================================
--- a/debian/tests/control
+++ /dev/null
@@ -1,3 +0,0 @@
-# Test installability
-Depends: @
-Test-Command: /bin/true



View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/compare/db225e5321395e705995d90f6efe2c592895a6bd...53c516a5dc2c047820d65383e6fa0843b19b6a14

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/libkml/compare/db225e5321395e705995d90f6efe2c592895a6bd...53c516a5dc2c047820d65383e6fa0843b19b6a14
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180731/c5636fb2/attachment-0001.html>


More information about the Pkg-grass-devel mailing list