[libkml] 13/18: Also exclude useless prebuilt Windows binaries from upstream source.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 13 00:59:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libkml.

commit 8f936d947b2a17c43e25d8caefc1dddce9af2f85
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 13 01:38:08 2015 +0100

    Also exclude useless prebuilt Windows binaries from upstream source.
---
 debian/changelog                | 1 +
 debian/copyright                | 2 ++
 debian/get-orig-source          | 2 +-
 debian/source.lintian-overrides | 5 -----
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5d5ca11..70b6800 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libkml (1.3.0~r864+git20131113-9b50572+dfsg-1) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to use cgit instead of gitweb.
   * Bump Standards-Version to 3.9.6, no changes.
   * Add dh-python to build dependencies.
+  * Also exclude useless prebuilt Windows binaries from upstream source.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 12 Mar 2015 23:16:55 +0100
 
diff --git a/debian/copyright b/debian/copyright
index a9daae0..56dae96 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,9 @@ Upstream-Name: libkml
 Upstream-Contact: Google Inc. <opensource at google.com>
 Source: https://github.com/google/libkm
 Comment: The IETF RFCs are removed due to non-free restrictions.
+ Useless prebuilt Windows binaries are also removed.
 Files-Excluded: third_party/uriparser-*/doc/rfc*
+ third_party/*.win32/*
 
 Files: *
 Copyright: 2008-2010, Google Inc.
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 4cbed04..55bce0b 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -19,4 +19,4 @@ VERSION="1.3.0~r864+git${DATE}-${COMMIT}"
 
 git archive --format=tar.gz --prefix=${PACKAGE}-${VERSION}/ -o ../${PACKAGE}_${VERSION}.orig.tar.gz ${BRANCH}
 
-gunzip -c ../${PACKAGE}_${VERSION}.orig.tar.gz | tar --delete --wildcards -vf - ${PACKAGE}-${VERSION}/third_party/uriparser-\*/doc/rfc\* | GZIP="--best --no-name" gzip -c > ../${PACKAGE}_${VERSION}+dfsg.orig.tar.gz
+gunzip -c ../${PACKAGE}_${VERSION}.orig.tar.gz | tar --delete --wildcards -vf - ${PACKAGE}-${VERSION}/third_party/uriparser-\*/doc/rfc\* ${PACKAGE}-${VERSION}/third_party/\*.win32/\* | GZIP="--best --no-name" gzip -c > ../${PACKAGE}_${VERSION}+dfsg1.orig.tar.gz
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
deleted file mode 100644
index 646dafd..0000000
--- a/debian/source.lintian-overrides
+++ /dev/null
@@ -1,5 +0,0 @@
-# Upstream provides no tarballs without windows DLLs
-libkml source: source-contains-prebuilt-windows-binary third_party/expat.win32/libexpat.dll
-libkml source: source-contains-prebuilt-windows-binary third_party/expat.win32/libexpatw.dll
-libkml source: source-contains-prebuilt-windows-binary third_party/zlib-1.2.3.win32/bin/minizip.dll
-libkml source: source-contains-prebuilt-windows-binary third_party/zlib-1.2.3.win32/bin/zlib1.dll

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git



More information about the Pkg-grass-devel mailing list