[pycsw] 01/02: Refresh patches.
Bas Couwenberg
sebastic at debian.org
Mon Jun 5 20:19:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pycsw.
commit 0f2a0649ba1908446dc64c30d32831d7578ec31a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jun 5 22:10:19 2017 +0200
Refresh patches.
---
debian/changelog | 1 +
debian/patches/pavement.patch | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 78094ee..34cc7c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pycsw (2.0.3-1) UNRELEASED; urgency=medium
[ Bas Couwenberg ]
* Update copyright years for Tom Kralidis.
+ * Refresh patches.
-- Angelos Tzotsos <gcpp.kalxas at gmail.com> Mon, 05 Jun 2017 22:25:13 +0300
diff --git a/debian/patches/pavement.patch b/debian/patches/pavement.patch
index 791c515..7c44e0f 100644
--- a/debian/patches/pavement.patch
+++ b/debian/patches/pavement.patch
@@ -4,7 +4,7 @@ Forwarded: not-needed
--- a/pavement.py
+++ b/pavement.py
-@@ -166,11 +166,11 @@ def setup_testdata():
+@@ -166,13 +166,13 @@ def setup_testdata():
for database, has_testdata in test_database_parameters.items():
info('Setting up test database %s' % database)
cfg = path('tests/suites/%s/default.cfg' % database)
@@ -15,6 +15,9 @@ Forwarded: not-needed
info('Loading test data from %s' % datapath)
- sh('pycsw-admin.py -c load_records -f %s -p %s' % (cfg, datapath))
+ sh('python bin/pycsw-admin.py -c load_records -f %s -p %s' % (cfg, datapath))
-
+ exportpath = path('tests/results/exports')
+- sh('pycsw-admin.py -c export_records -f %s -p %s' % (cfg, exportpath))
++ sh('python bin/pycsw-admin.py -c export_records -f %s -p %s' % (cfg, exportpath))
@task
+ @cmdopts([
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pycsw.git
More information about the Pkg-grass-devel
mailing list