This is an automated email from the git hooks/post-receive script. kalxas-guest pushed a commit to branch master in repository pycsw.
commit 1372edf4b1e2119a8866d62c6b6d14fa4378904c Author: Angelos Tzotsos <[email protected]> Date: Fri Jun 10 19:07:12 2016 +0300 Added upstream 1.10.x patch to use geolinks 0.2.0 --- debian/changelog | 6 +++++ debian/patches/0007-Use-geolinks-0.2.0.patch | 39 ++++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 46 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9e77759..efdc368 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pycsw (1.10.4+dfsg-3) UNRELEASED; urgency=medium + + * Added upstream 1.10.x patch to use geolinks 0.2.0. + + -- Angelos Tzotsos <[email protected]> Fri, 10 Jun 2016 19:04:00 +0200 + pycsw (1.10.4+dfsg-2) UNRELEASED; urgency=medium * Team upload. diff --git a/debian/patches/0007-Use-geolinks-0.2.0.patch b/debian/patches/0007-Use-geolinks-0.2.0.patch new file mode 100644 index 0000000..491b37d --- /dev/null +++ b/debian/patches/0007-Use-geolinks-0.2.0.patch @@ -0,0 +1,39 @@ +Description: <Patch to use geolinks 0.2.0> + . + pycsw (1.10.4+dfsg-2~xenial2) xenial; urgency=medium + . + * Applied patch to work with geolinks 0.2.0. +Author: Angelos Tzotsos <[email protected]> + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: <vendor|upstream|other>, <url of original patch> +Bug: <url in upstream bugtracker> +Bug-Debian: http://bugs.debian.org/<bugnumber> +Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> +Forwarded: <no|not-needed|url proving that it has been forwarded> +Reviewed-By: <name and email of someone who approved the patch> +Last-Update: <YYYY-MM-DD> + +--- pycsw-1.10.4+dfsg.orig/pycsw/metadata.py ++++ pycsw-1.10.4+dfsg/pycsw/metadata.py +@@ -34,7 +34,7 @@ from urlparse import urlparse + from lxml import etree + from owslib.util import build_get_url + from pycsw import util +-from geolinks.links import sniff_link ++from geolinks import sniff_link + + LOGGER = logging.getLogger(__name__) + +--- pycsw-1.10.4+dfsg.orig/requirements.txt ++++ pycsw-1.10.4+dfsg/requirements.txt +@@ -1,4 +1,4 @@ +-geolinks==0.0.1 ++geolinks==0.2.0 + lxml==3.3.5 + OWSLib<0.9.0 + pyproj==1.9.3 diff --git a/debian/patches/series b/debian/patches/series index a92dfd2..0494969 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ 0004-Use-xdg-open-instead-of-firefox-in-desktop-file.patch 0005-Set-default-configuration-path-for-wsgi.patch 0006-Don-t-include-external-references-to-images.patch +0007-Use-geolinks-0.2.0.patch \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

