[pybtex] 19/108: Lower priority for /usr/bin/bibtex alternative.

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:26 UTC 2017


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

stender pushed a commit to branch master
in repository pybtex.

commit d8c040c26d4f3ec66b0333bc4bc95bcea220105f
Author: Jakub Wilk <jwilk at debian.org>
Date:   Wed Dec 30 10:11:40 2009 +0000

    Lower priority for /usr/bin/bibtex alternative.
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index c1c4481..1d2351f 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -5,7 +5,7 @@ set -e
 case "$1" in
     configure)
         update-alternatives \
-            --install /usr/bin/bibtex bibtex /usr/bin/bibtex.pybtex 90 \
+            --install /usr/bin/bibtex bibtex /usr/bin/bibtex.pybtex 10 \
 	    --slave /usr/share/man/man1/bibtex.1.gz bibtex.1.gz /usr/share/man/man1/bibtex.pybtex.1.gz
         update-alternatives \
             --install /usr/bin/pybtex pybtex /usr/bin/bibtex.pybtex 200 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list