debian/0000755000000000000000000000000011756430063007173 5ustar debian/pydist-overrides0000644000000000000000000000002611756427602012435 0ustar pysnmp python-pysnmp4 debian/control0000644000000000000000000000200711756427750010606 0ustar Source: python-pysnmp4-apps Section: python Priority: optional Maintainer: Jan Luebbe Uploaders: Debian Python Modules Team , Deepak Tripathi Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.90~), python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.3 X-Python-Version: >= 2.4 Homepage: http://pysnmp.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pysnmp4-apps/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pysnmp4-apps/trunk/ Package: python-pysnmp4-apps Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-pysnmp4-mibs Description: Applications for the Python SNMP library This package contains a set of SNMP applications written on top of the PYSNMP v4 package, which is written entirely in Python and is self-sufficient in terms that it does not rely on any third party tool. debian/source/0000755000000000000000000000000011756430063010473 5ustar debian/source/format0000644000000000000000000000001411756352664011713 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000004211756425042012106 0ustar extend-diff-ignore = "\.egg-info" debian/links0000644000000000000000000000050211756352665010246 0ustar usr/share/man/man1/pysnmpcmd.1 usr/share/man/man1/pysnmpbulkwalk.1 usr/share/man/man1/pysnmpcmd.1 usr/share/man/man1/pysnmpget.1 usr/share/man/man1/pysnmpcmd.1 usr/share/man/man1/pysnmpset.1 usr/share/man/man1/pysnmpcmd.1 usr/share/man/man1/pysnmptranslate.1 usr/share/man/man1/pysnmpcmd.1 usr/share/man/man1/pysnmpwalk.1 debian/pysnmpcmd.10000644000000000000000000004245711756352665011316 0ustar .\"/*********************************************************** .\" Copyright 1988, 1989 by Carnegie Mellon University .\" .\" All Rights Reserved .\" .\" Permission to use, copy, modify, and distribute this software and its .\" documentation for any purpose and without fee is hereby granted, .\" provided that the above copyright notice appear in all copies and that .\" both that copyright notice and this permission notice appear in .\" supporting documentation, and that the name of CMU not be .\" used in advertising or publicity pertaining to distribution of the .\" software without specific, written prior permission. .\" .\" CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING .\" ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL .\" CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR .\" ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, .\" WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" ******************************************************************/ .\" Portions of this file are copyrighted by: .\" Copyright © 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, .\" California 95054, U.S.A. All rights reserved. .\" .\" Use is subject to license terms below. .\" .\" This distribution may include materials developed by third parties. .\" .\" Sun, Sun Microsystems, the Sun logo and Solaris are trademarks or registered .\" trademarks of Sun Microsystems, Inc. in the U.S. and other countries. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions are met: .\" .\" * Redistributions of source code must retain the above copyright notice, .\" this list of conditions and the following disclaimer. .\" .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" .\" * Neither the name of the Sun Microsystems, Inc. nor the .\" names of its contributors may be used to endorse or promote .\" products derived from this software without specific prior written .\" permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS .\" IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, .\" THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR .\" CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, .\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, .\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; .\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ******************************************************************/ .TH PYSNMPCMD 1 "1 May 2007" "Version 4" "PySNMP" .SH NAME pysnmpcmd \- options and behaviour common to most of the PySNMP command-line tools .SH SYNOPSIS .B pysnmpcmd [OPTIONS] AGENT [PARAMETERS] .SH DESCRIPTION This manual page describes the common options for the PySNMP commands: .BR pysnmpbulkwalk ", " pysnmpget ", " pysnmpset ", " .BR pysnmptranslate ", " pysnmpwalk ". " The command line applications use the SNMP protocol to communicate with an SNMP capable network entity, an agent. Individual applications typically (but not necessarily) take additional parameters that are given after the agent specification. These parameters are documented in the manual pages for each application. .SH OPTIONS .TP .BI \-a " authProtocol" Set the authentication protocol (MD5 or SHA) used for authenticated SNMPv3 messages. .TP .BI \-A " authPassword" Set the authentication pass phrase used for authenticated SNMPv3 messages. .TP .BI \-c " community" Set the community string for SNMPv1/v2c transactions. .TP .B \-d Dump (in hexadecimal) the raw SNMP packets sent and received. .TP .B \-D \fITOKEN[,...] Turn on debugging output for the given .IR "TOKEN" "(s)." Try .IR all for extremely verbose output. .TP .BI \-e " engineID" Set the authoritative (security) engineID used for SNMPv3 REQUEST messages. It is typically not necessary to specify this, as it will usually be discovered automatically. .TP .BI \-E " engineID" Set the context engineID used for SNMPv3 REQUEST messages scopedPdu. If not specified, this will default to the authoritative engineID. .TP .B \-h, \-\-help Display a brief usage message and then exit. .TP .B \-H Display a list of configuration file directives understood by the command and then exit. .TP .BI \-I " [hu]" Specifies input parsing options. See .B INPUT OPTIONS below. .TP .BI \-l " secLevel" Set the securityLevel used for SNMPv3 messages (noAuthNoPriv|authNoPriv|authPriv). Appropriate pass phrase(s) must provided when using any level higher than noAuthNoPriv. .TP .BI \-m " MIBLIST" Specifies a colon separated list of MIB modules (not files) to load for this application. .IP The special keyword .I ALL is used to load all MIB modules in the MIB directory search list. Every file whose name does not begin with "." will be parsed as if it were a MIB file. .TP .BI \-M " DIRLIST" Specifies a colon separated list of directories to search for MIBs. Note that MIBs specified using the \-m option will be loaded from one of the directories listed by the \-M option (or equivalents). .TP .BI \-n " contextName" Set the contextName used for SNMPv3 messages. The default contextName is the empty string "". .TP .BI \-O " [abeEfnqQsStTuUvxX]" Specifies output printing options. See .B OUTPUT OPTIONS below. .TP .BI \-r " retries" Specifies the number of retries to be used in the requests. The default is 5. .TP .BI \-t " timeout" Specifies the timeout in seconds between retries. The default is 1. .TP .BI \-u " secName" Set the securityName used for authenticated SNMPv3 messages. .TP .B \-v \fI1\fR | \fI2c\fR | \fI3 Specifies the protocol version to use: 1 (RFCs 1155-1157), 2c (RFCs 1901-1908), or 3 (RFCs 2571-2574). The default is typically version 3. .TP .B \-V, \-\-version Display version information for the application and then exit. .TP .BI \-x " privProtocol" Set the privacy protocol (DES or AES) used for encrypted SNMPv3 messages. .TP .BI \-X " privPassword" Set the privacy pass phrase used for encrypted SNMPv3 messages. .TP .BI \-Z " boots,time" Set the engineBoots and engineTime used for authenticated SNMPv3 messages. This will initialize the local notion of the agents boots/time with an authenticated value stored in the LCD. It is typically not necessary to specify this option, as these values will usually be discovered automatically. .SH AGENT SPECIFICATION .PP The string .I AGENT in the .B SYNOPSIS above specifies the remote SNMP entity with which to communicate. This specification takes the form: .IP [:] .PP At its simplest, the .I AGENT specification may consist of a hostname, or an IPv4 address in the standard "dotted quad" notation. In this case, communication will be attempted using UDP/IPv4 to port 161 of the given host. Otherwise, the part of the specification is parsed according to the following table: .RS 4 .TP 28 .BR "" .BR " format" .IP "udp" 28 hostname[:port] .I or IPv4-address[:port] .RE .PP Note that strings are case-insensitive so that, for example, "tcp" and "TCP" are equivalent. Here are some examples, along with their interpretation: .TP 24 .IR "hostname:161" perform query using UDP/IPv4 datagrams to .I hostname on port .IR 161 . The ":161" is redundant here since that is the default SNMP port in any case. .TP 24 .IR "udp:hostname" identical to the previous specification. The "udp:" is redundant here since UDP/IPv4 is the default transport. .PP .SH "OUTPUT OPTIONS" The format of the output from SNMP commands can be controlled using various parameters of the \fB-O\fR flag. The effects of these sub-options can be seen by comparison with the following default output (unless otherwise specified): .RS .nf \fC$ snmpget \-c public \-v 1 localhost sysUpTime.0 SNMPv2-MIB::sysUpTime.0 = Timeticks: (14096763) 1 day, 15:09:27.63\fR .fi .RE .TP .B \-Oa Display string values as ASCII strings (unless there is a \fCDISPLAY-HINT\fR defined for the corresponding MIB object). By default, the library attempts to determine whether the value is a printable or binary string, and displays it accordingly. This option does not affect objects that \fIdo\fR have a Display Hint. .TP .B \-Ob Display table indexes numerically, rather than trying to interpret the instance subidentifiers as string or OID values: .RS .nf \fC $ snmpgetnext \-c public \-v 1 localhost vacmSecurityModel SNMP-VIEW-BASED-ACM-MIB::vacmSecurityModel.0."wes" = xxx $ snmpgetnext \-c public \-v 1 \fB-Ob\fP localhost vacmSecurityModel SNMP\-VIEW-BASED-ACM-MIB::vacmSecurityModel.0.3.119.101.115 = xxx\fR .fi .RE .TP .B \-Oe Removes the symbolic labels from enumeration values: .RS .nf \fC $ snmpget \-c public \-v 1 localhost ipForwarding.0 IP-MIB::ipForwarding.0 = INTEGER: forwarding(1) \fC $ snmpget \-c public \-v 1 \fB-Oe\fP localhost ipForwarding.0 IP-MIB::ipForwarding.0 = INTEGER: 1\fR .fi .RE .TP .B \-OE Modifies index strings to escape the quote characters: .RS .nf \fC $ snmpgetnext \-c public \-v 1 localhost vacmSecurityModel SNMP-VIEW-BASED-ACM-MIB::vacmSecurityModel.0."wes" = xxx $ snmpgetnext \-c public \-v 1 \fB-OE\fP localhost vacmSecurityModel SNMP-VIEW-BASED-ACM-MIB::vacmSecurityModel.0.\\"wes\\" = xxx\fR .fi .RE .IP This allows the output to be reused in shell commands. .TP .B \-Of Include the full list of MIB objects when displaying an OID: .RS \fC .iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.0 =\fR .RS \fC Timeticks: (14096763) 1 day, 15:09:27.63\fR .RE .RE .TP .B \-On Displays the OID numerically: .br \fC .1.3.6.1.2.1.1.3.0 = Timeticks: (14096763) 1 day, 15:09:27.63\fR .TP .B \-Oq Removes the equal sign and type information when displaying varbind values: .br \fC SNMPv2-MIB::sysUpTime.0 1:15:09:27.63\fR .TP .B \-OQ Removes the type information when displaying varbind values: .br \fC SNMPv2-MIB::sysUpTime.0 = 1:15:09:27.63\fR .TP .B \-Os Display the MIB object name (plus any instance or other subidentifiers): .br \fC sysUpTime.0 = Timeticks: (14096763) 1 day, 15:09:27.63\fR .TP .B \-OS Display the name of the MIB, as well as the object name: .br \fC SNMPv2\-MIB::sysUpTime.0 = Timeticks: (14096763) 1 day, 15:09:27.63\fR .IP This is the default OID output format. .TP .B \-Ot Display \fCTimeTicks\fR values as raw numbers: .br \fC SNMPv2-MIB::sysUpTime.0 = 14096763\fR .TP .B \-OT If values are printed as Hex strings, display a printable version as well. .TP .B \-Ou Display the OID in the traditional UCD-style (inherited from the original CMU code). That means removing a series of "standard" prefixes from the OID, and displaying the remaining list of MIB object names (plus any other subidentifiers): .br \fC system.sysUpTime.0 = Timeticks: (14096763) 1 day, 15:09:27.63\fR .TP .B \-OU Do not print the UNITS suffix at the end of the value. .TP .B \-Ov Display the varbind value only, not the OID: .RS .nf \fC $ snmpget \-c public \-v 1 \fB-Oe\fP localhost ipForwarding.0 INTEGER: forwarding(1)\fR .fi .RE .TP .B \-Ox Display string values as Hex strings (unless there is a \fCDISPLAY-HINT\fR defined for the corresponding MIB object). By default, the library attempts to determine whether the value is a printable or binary string, and displays it accordingly. This option does not affect objects that \fIdo\fR have a Display Hint. .TP .B \-OX Display table indexes in a more "program like" output, imitating a traditional array-style index format: .RS .nf \fC $ snmpgetnext \-c public \-v 1 localhost ipv6RouteTable IPv6-MIB::ipv6RouteIfIndex.63.254.1.0.255.0.0.0.0.0.0.0.0.0.0.0.64.1 = INTEGER: 2 $ snmpgetnext \-c public \-v 1 \fB-OE\fP localhost ipv6RouteTable IPv6-MIB::ipv6RouteIfIndex[3ffe:100:ff00:0:0:0:0:0][64][1] = INTEGER: 2 .fi .RE .PP Most of these options can also be configured via configuration tokens. See the .I snmp.conf(5) manual page for details. .SH "INPUT OPTIONS" The interpretation of input object names and the values to be assigned can be controlled using various parameters of the \fB\-I\fR flag. The default behaviour will be described at the end of this section. .TP .B \-Ib specifies that the given name should be regarded as a regular expression, to match (case-insensitively) against object names in the MIB tree. The "best" match will be used \- calculated as the one that matches the closest to the beginning of the node name and the highest in the tree. .\" .\" XXX \- This is not a particularly clear description. .\" Need to check the code and/or experiment to .\" discover exactly what Wes means by this! For example, the MIB object \fCvacmSecurityModel\fR could be matched by the expression \fCvacmsecuritymodel\fR (full name, but different case), or \fCvacm.*model\fR (regexp pattern). Note that '.' is a special character in regular expression patterns, so the expression cannot specify instance subidentifiers or more than one object name. A "best match" expression will only be applied against single MIB object names. For example, the expression \fIsys*ontact.0\fR would not match the instance \fCsysContact.0\fR (although \fIsys*ontact\fR would match \fCsysContact\fR). Similarly, specifying a MIB module name will not succeed (so \fISNMPv2-MIB::sys.*ontact\fR would not match either). .TP .B \-Ih disables the use of DISPLAY-HINT information when assigning values. This would then require providing the raw value: .br \fC snmpset ... HOST-RESOURCES-MIB::hrSystemData.0 .br x "07 D2 0C 0A 02 04 06 08"\fR .br instead of a formatted version: .br \fC snmpset ... HOST-RESOURCES-MIB::hrSystemDate.0 .br = 2002-12-10,2:4:6.8\fR .TP .B \-Ir disables checking table indexes and the value to be assigned against the relevant MIB definitions. This will (hopefully) result in the remote agent reporting an invalid request, rather than checking (and rejecting) this before it is sent to the remote agent. Local checks are more efficient (and the diagnostics provided also tend to be more precise), but disabling this behaviour is particularly useful when testing the remote agent. .TP .B \-IR enables "random access" lookup of MIB names. Rather than providing a full OID path to the desired MIB object (or qualifying this object with an explicit MIB module name), the MIB tree will be searched for the matching object name. Thus \fC.iso.org.dod.internet.mib-2.system.sysDescr.0\fR (or \fCSNMPv2-MIB::sysDescr.0\fR) can be specified simply as \fCsysDescr.0\fR. .RS .IP "Warning:" Since MIB object names are not globally unique, this approach may return a different MIB object depending on which MIB files have been loaded. .RE .IP The \fIMIB-MODULE::objectName\fR syntax has the advantage of uniquely identifying a particular MIB object, as well as being slightly more efficient (and automatically loading the necessary MIB file if necessary). .TP .B \-Is SUFFIX adds the specified suffix to each textual OID given on the command line. This can be used to retrieve multiple objects from the same row of a table, by specifying a common index value. .TP .B \-IS PREFIX adds the specified prefix to each textual OID given on the command line. This can be used to specify an explicit MIB module name for all objects being retrieved (or for incurably lazy typists). .TP .B -Iu enables the traditional UCD-style approach to interpreting input OIDs. This assumes that OIDs are rooted at the 'mib-2' point in the tree (unless they start with an explicit '.' or include a MIB module name). So the \fCsysDescr\fR instance above would be referenced as \fCsystem.sysDescr.0\fR. .PP Object names specified with a leading '.' are always interpreted as "fully qualified" OIDs, listing the sequence of MIB objects from the root of the MIB tree. Such objects and those qualified by an explicit MIB module name are unaffected by the \fB-Ib\fR, \fB-IR\fR and \fB-Iu\fR flags. Otherwise, if none of the above input options are specified, the default behaviour for a "relative" OID is to try and interpret it as an (implicitly) fully qualified OID, then apply "random access" lookup (\fB-IR\fR), followed by "best match" pattern matching (\fB-Ib\fR). .SH "ENVIRONMENT VARIABLES" .IP PREFIX The standard prefix for object identifiers (when using UCD-style output). Defaults to .iso.org.dod.internet.mgmt.mib-2 .IP MIBS The list of MIBs to load. Defaults to SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:SNMP-VACM-MIB. Overridden by the .B \-m option. .IP MIBDIRS The list of directories to search for MIBs. Defaults to DATADIR/snmp/mibs. Overridden by the .B \-M option. .SH FILES .IP SYSCONFDIR/snmp/snmpd.conf Agent configuration file. See .IR snmpd.conf(5) . .IP SYSCONFDIR/snmp/snmp.conf .IP ~/.snmp/snmp.conf Application configuration files. See .IR snmp.conf(5) . .SH "SEE ALSO" pysnmpbulkwalk(1), pysnmpget(1), pysnmpset(1), pysnmpbulktranslate(1), pysnmpwalk(1). debian/watch0000644000000000000000000000011411756352665010233 0ustar version=3 http://qa.debian.org/watch/sf.php/pysnmp/ pysnmp-apps-(.*).tar.gz debian/compat0000644000000000000000000000000211756352665010404 0ustar 5 debian/copyright0000644000000000000000000001634511756424344011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pysnmp-apps Upstream-Contact: Ilya Etingof Source: http://pysnmp.sourceforge.net/download.html Files: * Copyright: 1999-2012, Ilya Etingof , all rights reserved. License: BSD-3-clause THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * The name of the authors may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: pysnmp_apps/cli/spark.py Copyright: 1998-2000 John Aycock License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/pysnmpcmd.1 Copyright: 1988, 1989 by Carnegie Mellon University License: MIT and BSD-3-clause Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of CMU not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. . CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************** Portions of this file are copyrighted by: Copyright Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms specified in the COPYING file distributed with the Net-SNMP package. . Copyright © 2003 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved. . Use is subject to license terms below. . This distribution may include materials developed by third parties. . Sun, Sun Microsystems, the Sun logo and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of the Sun Microsystems, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2006-2012 Jan Luebbe 2010-2012 Deepak Tripathi 2012 Arnaud Fontaine License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/README.source0000644000000000000000000000053011756352665011363 0ustar This package includes patches managed with the «quilt» patch management system. Changes to the upstream sources are stored as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. -- Deepak Tripathi , Sat, 15 May 2010 17:46:37 -0400 debian/changelog0000644000000000000000000000455511756425211011055 0ustar python-pysnmp4-apps (0.3.2-1) unstable; urgency=low * Team upload. [ Deepak Tripathi ] * Bumped Standard version to 3.8.4 (No changes). * debian/control + added myself to uploaders. + added ${misc:Depends} because debhelper required. + added BD to python-setuptools + removed python-dev and added python. * debian/copyright + added debian's copyright information. + formated and updated copy information. * debian/source + switch to dpkg-source 3.0 (quilt) format. * debian/rules + removed simple-patchsys.mk. * debian/pysnmpcmd.1 + removed hyphen-used-as-minus-sign * debian/README.source + added README.source to put quilt information. [ Arnaud Fontaine ] * New upstream release. * Switch from python-support to dh_python2. * Switch debian/copyright to machine-readable format. * debian/control: + Remove myself from Uploaders. + Replace python Build-Depends by python-all. + Drop patchutils as 3.0 (quilt) source format is now used. + Bump Standards-Version to 3.9.3. No changes needed. * Add debian/source/options to fix double build issue because of .egg-info by ignoring it. [ Sandro Tosi ] * debian/control: + Switch Vcs-Browser field to viewsvn. -- Arnaud Fontaine Mon, 21 May 2012 20:19:23 +0900 python-pysnmp4-apps (0.2.6a-1) unstable; urgency=low [ Jan Luebbe ] * Upload to Debian (closes: #471235) * New upstream release * Remove useless debian/control.in * debian/control - Update my maintainer address - Vcs-Browser and Homepage fields added - XS-Vcs-Svn field renamed to Vcs-Svn - Update Arnaud Fontaine's email address * debian/copyright - Update email addresses and copyright years [ Sandro Tosi ] * debian/control - uniforming Vcs-Browser field -- Jan Lübbe Sun, 16 Mar 2008 20:55:49 +0100 python-pysnmp4-apps (0.2.5a-1) unstable; urgency=low [ Jan Luebbe ] * New upstream release. * Update debian/copyright. * Adapt manpages from net-snmp. [ Piotr Ozarowski ] * Added XS-Vcs-Svn field [ Arnaud Fontaine ] * debian/control: + Improve package description. -- Jan Luebbe Tue, 01 May 2007 19:00:37 +0200 python-pysnmp4-apps (0.2.4a-1) unstable; urgency=low * Initial Release. -- Jan Luebbe Thu, 1 Jun 2006 16:48:28 +0200 debian/manpages0000644000000000000000000000002311756352665010717 0ustar debian/pysnmpcmd.1 debian/rules0000755000000000000000000000025211756422743010260 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk DEB_PYTHON_INSTALL_ARGS_ALL += --install-layout=deb