[Python-modules-commits] [python-pysnmp4] 05/11: Remove manual pages for tools not shipped anymore
Vincent Bernat
bernat at moszumanska.debian.org
Sat Jul 2 14:13:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository python-pysnmp4.
commit dd0241be37b97301acfdad94105195b2f3b9936d
Author: Vincent Bernat <vincent at bernat.im>
Date: Sat Jul 2 15:52:20 2016 +0200
Remove manual pages for tools not shipped anymore
AFAIK, those tools should use PySMI now. Not packaged yet.
---
debian/build-pysnmp-mib.1 | 28 ----------------------------
debian/changelog | 1 +
debian/libsmi2pysnmp.1 | 18 ------------------
debian/python-pysnmp4.manpages | 2 --
debian/rules | 4 ----
5 files changed, 1 insertion(+), 52 deletions(-)
diff --git a/debian/build-pysnmp-mib.1 b/debian/build-pysnmp-mib.1
deleted file mode 100644
index 003b011..0000000
--- a/debian/build-pysnmp-mib.1
+++ /dev/null
@@ -1,28 +0,0 @@
-.TH "build-pysnmp-mib" "1" "" "Jan Luebbe" "PYSNMP"
-.SH "NAME"
-.LP
-build-pysnmp-mib \- build PySNMP MIB definitions from MIB text files
-.SH "SYNTAX"
-.LP
-.B build-pysnmp-mib
-[
-.B \-o
-.I pysnmp-mib-file
-] [
-.I mib-text-file
-]
-.SH "DESCRIPTION"
-.LP
-build-pysnmp-mib is used to convert many MIB definitions to a form usable by PySNMP.
-.SH "OPTIONS"
-.TP
-\-o \fI pysnmp-mib-file
-write the generated file to
-.I pysnmp-mib-file
-.SH "AUTHORS"
-.LP
-Ilya Etingof <ilya at glas.net>
-.SH "SEE ALSO"
-.LP
-http://pysnmp.sourceforge.net
-
diff --git a/debian/changelog b/debian/changelog
index 98c63e4..afc213b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-pysnmp4 (4.3.2-1) UNRELEASED; urgency=medium
[ Vincent Bernat ]
* New upstream release.
+ * Remove manual pages for tools not shipped anymore by PySNMP.
* Switch buildsystem to pybuild.
* Give ownership to DPMT.
* Bump Standards-Version.
diff --git a/debian/libsmi2pysnmp.1 b/debian/libsmi2pysnmp.1
deleted file mode 100644
index 62f5755..0000000
--- a/debian/libsmi2pysnmp.1
+++ /dev/null
@@ -1,18 +0,0 @@
-.TH "libsmi2pysnmp" "1" "0.0.5-alpha" "Jan Luebbe" "PYSNMP"
-.SH "NAME"
-.LP
-libsmi2pysnmp \- libsmi-to-pysnmp MIB converter
-.SH "SYNTAX"
-.LP
-libsmi2pysnmp
-.SH "DESCRIPTION"
-.LP
-libsmi2pysnmp is used to convert MIB definitions to a form usable by PySNMP. To convert a single MIB use it like this:
-smidump \-f python <mib-text-file.txt> | libsmi2pysnmp > <mib-text-file.py>
-.SH "AUTHORS"
-.LP
-Ilya Etingof <ilya at glas.net>
-.SH "SEE ALSO"
-.LP
-http://pysnmp.sourceforge.net
-
diff --git a/debian/python-pysnmp4.manpages b/debian/python-pysnmp4.manpages
deleted file mode 100644
index 95ad1d0..0000000
--- a/debian/python-pysnmp4.manpages
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/libsmi2pysnmp.1
-debian/build-pysnmp-mib.1
diff --git a/debian/rules b/debian/rules
index 791a72e..ecd6c55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,6 @@ export PYBUILD_NAME=pysnmp4
%:
dh $@ --with python2,python3 --buildsystem=pybuild
-override_dh_auto_install:
- dh_auto_install
- rm debian/python3-pysnmp4/usr/bin/*
-
# There are no unittests, but some documentation string may be
# executed while they are not really unittests.
override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysnmp4.git
More information about the Python-modules-commits
mailing list