[Python-modules-commits] [python-pyscss] 03/04: fix binary/manpage name, #832341

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Jul 24 22:10:04 UTC 2016


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

debacle pushed a commit to branch master
in repository python-pyscss.

commit 138697a835be80ae720c49e4f78bd6b26f01d5eb
Author: W. Martin Borgert <debacle at debian.org>
Date:   Mon Jul 25 00:00:36 2016 +0200

    fix binary/manpage name, #832341
---
 debian/python-pyscss.postinst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/python-pyscss.postinst b/debian/python-pyscss.postinst
index 7de0365..29cf49a 100644
--- a/debian/python-pyscss.postinst
+++ b/debian/python-pyscss.postinst
@@ -7,8 +7,8 @@ mandir=/usr/share/man
 if [ "$1" = "configure" ] ; then
 	update-alternatives --install /usr/bin/pyscss pyscss /usr/bin/python2-pyscss 200 \
 		--slave $mandir/man1/pyscss.1.gz pyscss.1.gz $mandir/man1/python2-pyscss.1.gz
-	update-alternatives --install /usr/bin/less2scss less2scss /usr/bin/python-less2scss 200 \
-		--slave $mandir/man1/less2scss.1.gz less2scss.1.gz $mandir/man1/python-less2scss.1.gz
+	update-alternatives --install /usr/bin/less2scss less2scss /usr/bin/python2-less2scss 200 \
+		--slave $mandir/man1/less2scss.1.gz less2scss.1.gz $mandir/man1/python2-less2scss.1.gz
 fi
 
 #DEBHELPER#

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



More information about the Python-modules-commits mailing list