This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pywps.
commit 506d728bb429026096109013859e761951f3aa8b Author: Bas Couwenberg <[email protected]> Date: Fri May 13 20:29:37 2016 +0200 Rename /usr/bin/wps.py to /usr/bin/pywps. --- debian/changelog | 1 + debian/pywps.install | 1 + debian/pywps.links | 2 +- debian/rules | 5 +++++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8474f4a..91c4384 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium * Add gbp.conf to use pristine-tar by default. * Install AUTHORS & README files in docs. * Remove compiled templates with dh_clean. + * Rename /usr/bin/wps.py to /usr/bin/pywps. -- Bas Couwenberg <[email protected]> Fri, 13 May 2016 19:33:40 +0200 diff --git a/debian/pywps.install b/debian/pywps.install new file mode 100644 index 0000000..e772481 --- /dev/null +++ b/debian/pywps.install @@ -0,0 +1 @@ +usr/bin diff --git a/debian/pywps.links b/debian/pywps.links index e6ebe4f..0c384c5 100644 --- a/debian/pywps.links +++ b/debian/pywps.links @@ -1 +1 @@ -/usr/bin/wps.py /usr/lib/cgi-bin/wps.py +usr/bin/pywps usr/lib/cgi-bin/wps.py diff --git a/debian/rules b/debian/rules index d872d94..21a4a1c 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie override_dh_clean: dh_clean pywps/Templates/*/*.tmplc +override_dh_auto_install: + dh_auto_install + + mv debian/tmp/usr/bin/wps.py debian/tmp/usr/bin/pywps + override_dh_install: dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pywps.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

