[libkml] 02/23: Change upstream from google to libkml on GitHub.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jul 25 19:41:16 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 f56b4bee4d6c8b578fabf43db34d99debc770b41
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jul 25 15:10:32 2015 +0200
Change upstream from google to libkml on GitHub.
---
debian/changelog | 1 +
debian/control | 2 +-
debian/copyright | 4 ++--
debian/get-orig-source | 2 +-
debian/watch | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6a0236f..abe0681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libkml (1.3.0~r864+git20131113-9b50572+dfsg1-2) UNRELEASED; urgency=medium
* Add libcurl-ssl-dev as alternative for libcurl-gnutls-dev build dependency.
+ * Change upstream from google to libkml on GitHub.
-- Bas Couwenberg <sebastic at debian.org> Thu, 25 Jun 2015 21:00:59 +0200
diff --git a/debian/control b/debian/control
index 366cfbb..c511d6a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/libkml.git
Vcs-Git: git://anonscm.debian.org/pkg-grass/libkml.git
-Homepage: https://github.com/google/libkml
+Homepage: https://github.com/libkml/libkml
X-Python-Version: 2.7
Package: libkml0
diff --git a/debian/copyright b/debian/copyright
index 56dae96..0574cd6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libkml
-Upstream-Contact: Google Inc. <opensource at google.com>
-Source: https://github.com/google/libkm
+Upstream-Contact: Rashad Kanavath <mohammedrashadkm at gmail.com>
+Source: https://github.com/libkml/libkml
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*
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 2c7c592..89c1139 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -5,7 +5,7 @@ REMOTE=upstream
BRANCH=${REMOTE}/master
if [ $(git remote show ${REMOTE} | wc -l) -eq 0 ]; then
- git remote add ${REMOTE} https://github.com/google/libkml.git
+ git remote add ${REMOTE} https://github.com/libkml/libkml.git
fi
git fetch ${REMOTE} --no-tags
diff --git a/debian/watch b/debian/watch
index 3732c44..e6c8829 100644
--- a/debian/watch
+++ b/debian/watch
@@ -18,5 +18,5 @@ opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
filenamemangle=s/(?:.*)?(?:rel|release|v)[\-\_]?(\d[\d\.]*)\.tar\.gz/libkml-$1.tar.gz/,\
repacksuffix=+dfsg" \
-https://github.com/google/libkml/releases \
+https://github.com/libkml/libkml/releases \
(?:.*/)?(?:rel|release|v|libkml)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
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