[Python-modules-commits] [pyres] 05/06: Rename binary package to python-pyres

Marcelo Jorge Vieira metal at moszumanska.debian.org
Fri Sep 8 03:40:50 UTC 2017


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

metal pushed a commit to branch master
in repository pyres.

commit fa104c1517359ba90010e13c0caa055477399a1f
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Thu Sep 7 23:49:54 2017 -0300

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

diff --git a/debian/control b/debian/control
index 70fc6f5..06a68b9 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Homepage: https://github.com/binarydud/pyres
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyres.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyres.git
 
-Package: pyres
+Package: python-pyres
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-redis, python-setproctitle
 Description: Python module to provide a Resque-like job queue
diff --git a/debian/pyres.manpages b/debian/manpages
similarity index 100%
rename from debian/pyres.manpages
rename to debian/manpages
diff --git a/debian/pyres.postinst b/debian/postinst
similarity index 65%
rename from debian/pyres.postinst
rename to debian/postinst
index f427a60..fedb58a 100644
--- a/debian/pyres.postinst
+++ b/debian/postinst
@@ -4,7 +4,7 @@ set -e
 
 if [ "$1" = "configure" ] ; then
 	if ! getent passwd pyres | grep -q pyres; then
-		useradd --system --user-group --home /var/lib/pyres pyres
+		useradd --system --user-group --home /var/lib/python-pyres pyres
 	fi
 fi
 

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



More information about the Python-modules-commits mailing list