[Python-modules-commits] [remotecv] 06/07: Rename binary to python-remotecv

Marcelo Jorge Vieira metal at moszumanska.debian.org
Fri Sep 8 20:46:26 UTC 2017


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

metal pushed a commit to branch master
in repository remotecv.

commit d7858b90b43f93f7e012530dbb2389a9b67d55c9
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Fri Sep 8 01:13:42 2017 -0300

    Rename binary to python-remotecv
---
 debian/control                         | 2 +-
 debian/{remotecv.manpages => manpages} | 0
 debian/{remotecv.postinst => postinst} | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0f4e5bf..4a34bdb 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Homepage: https://github.com/thumbor/remotecv
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/remotecv.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/remotecv.git
 
-Package: remotecv
+Package: python-remotecv
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pyres (>= 1.2), python-pil (>= 3.0), python-opencv
 Description: Python module providing an OpenCV server for facial and feature recognition
diff --git a/debian/remotecv.manpages b/debian/manpages
similarity index 100%
rename from debian/remotecv.manpages
rename to debian/manpages
diff --git a/debian/remotecv.postinst b/debian/postinst
similarity index 64%
rename from debian/remotecv.postinst
rename to debian/postinst
index 1517c06..6d6f0fd 100644
--- a/debian/remotecv.postinst
+++ b/debian/postinst
@@ -4,7 +4,7 @@ set -e
 
 if [ "$1" = "configure" ] ; then
 	if ! getent passwd remotecv | grep -q remotecv; then
-		useradd --system --user-group --home /var/lib/remotecv remotecv
+		useradd --system --user-group --home /var/lib/python-remotecv remotecv
 	fi
 fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/remotecv.git



More information about the Python-modules-commits mailing list