[Python-modules-commits] [pyspf] 01/04: Add "--slave" directive to update-alternatives to man page for spfquery is provided when spfquery.pyspf is the selected spfquery

Scott Kitterman kitterman at moszumanska.debian.org
Sat Jul 30 05:26:15 UTC 2016


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

kitterman pushed a commit to branch master
in repository pyspf.

commit 77eaf0b629127fca52b8f0d5d8358fad98b56db6
Author: Scott Kitterman <scott at kitterman.com>
Date:   Sat Jul 30 01:13:36 2016 -0400

    Add "--slave" directive to update-alternatives to man page for spfquery is provided when spfquery.pyspf is the selected spfquery
---
 debian/changelog                 | 7 +++++++
 debian/spf-tools-python.postinst | 1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 33df451..81f609e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyspf (2.0.12t-2) UNRELEASED; urgency=medium
+
+  * Add "--slave" directive to update-alternatives to man page for spfquery
+    is provided when spfquery.pyspf is the selected spfquery (Closes: #814985)
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 30 Jul 2016 01:10:41 -0400
+
 pyspf (2.0.12t-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/spf-tools-python.postinst b/debian/spf-tools-python.postinst
index afa50c4..ed8aa02 100644
--- a/debian/spf-tools-python.postinst
+++ b/debian/spf-tools-python.postinst
@@ -10,6 +10,7 @@ case "$mode" in
     prev_version=$2
     
     update-alternatives --install /usr/bin/spfquery spfquery      /usr/bin/spfquery.$source_package 75
+      --slave /usr/share/man/man1/spfquery.1.gz spfquery.1.gz /usr/share/man/man1/spfquery.${source_package}.1.gz
     ;;
 esac
 

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



More information about the Python-modules-commits mailing list