debian/0000755000000000000000000000000012314101454007161 5ustar debian/compat0000644000000000000000000000000212273011706010363 0ustar 9 debian/rules0000755000000000000000000000065112273011706010247 0ustar #!/usr/bin/make -f DEB_PYTHON2_MODULE_PACKAGES=snimpy include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk clean:: rm -rf snimpy/__pycache__ DEB_DH_GENCONTROL_ARGS_snimpy=-- -Vcffi:Depends="$(shell python -c 'import cffi ; min=cffi.__version__ ; max=min.split(".") ; max[-1] = str(int(max[-1])+1) ; print("python-cffi (>= %s), python-cffi (<< %s)" % (min, ".".join(max)))')" debian/copyright0000644000000000000000000000164612273011706011127 0ustar This package was downloaded from http://pypi.python.org/simple/snimpy/ Files: * Copyright: © 2008 Vincent Bernat License: MIT Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, 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. Files: debian/* Copyright: © 2008 Vincent Bernat License: MIT debian/examples0000644000000000000000000000001312273011706010720 0ustar examples/* debian/source/0000755000000000000000000000000012273011706010465 5ustar debian/source/format0000644000000000000000000000001412273011706011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012212273011706010211 0ustar version=3 http://pypi.python.org/packages/source/s/snimpy/ snimpy-([\d.]+).tar.gz debian/control0000644000000000000000000000227612273011706010577 0ustar Source: snimpy Section: python Priority: optional Maintainer: Vincent Bernat Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1.1), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~), libsmi2-dev, python-setuptools, python-pysnmp4, python-cffi, python-mock, python-nose Standards-Version: 3.9.5 Homepage: https://github.com/vincentbernat/snimpy/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/snimpy.git Vcs-Git: git://anonscm.debian.org/collab-maint/snimpy.git Package: snimpy Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, ${cffi:Depends} Suggests: ipython Description: interactive SNMP tool with Python Snimpy is a Python-based tool providing a simple interface to build SNMP queries. This interface aims at being the most Pythonic possible: you grab scalars using attributes and columns are like dictionaries. . Snimpy can either be used interactively through its console (derived from Python own console or from IPython if available) or by writing snimpy scripts which are just Python scripts with some global variables available. debian/changelog0000644000000000000000000000572412314101453011042 0ustar snimpy (0.8.1-2build1) trusty; urgency=medium * No-change rebuild to update python-cffi dependency. -- Matthias Klose Mon, 24 Mar 2014 20:09:54 +0100 snimpy (0.8.1-2) unstable; urgency=low * Depends on the exact upstream version of python-cffi we built upon. Closes: #737196. * Bump Standards-Version. -- Vincent Bernat Fri, 31 Jan 2014 22:13:37 +0100 snimpy (0.8.1-1) unstable; urgency=low * New upstream version. + Remove hack to find CFFI extension. -- Vincent Bernat Thu, 24 Oct 2013 14:35:21 +0200 snimpy (0.8.0-1) unstable; urgency=low * New upstream version. + Don't ship Python 3 module. The main use of Snimpy is still the `snimpy` command and there is little value in adding more packages to the archive. + Replace dependency to NetSNMP with dependency to PySNMP. * Use debian/compat 9. * Tweak debian/rules to workaround a bug in CFFI. -- Vincent Bernat Sun, 20 Oct 2013 13:34:22 +0200 snimpy (0.6.4-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4 * Enable hardening in debian/rules. -- Vincent Bernat Wed, 15 May 2013 08:53:35 +0200 snimpy (0.6.3-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.3. -- Vincent Bernat Fri, 13 Apr 2012 22:09:44 +0200 snimpy (0.6.1-1) unstable; urgency=low * New upstream release. -- Vincent Bernat Sun, 15 Jan 2012 14:17:13 +0100 snimpy (0.5.1-1) unstable; urgency=low * New upstream version. Includes compatibility with ipython 0.11. Closes: #636473. * Bump Standards-Version to 3.9.2. * Update URL in debian/control (homepage and VCS). * Transition to dh_python2. * Use '3.0 (quilt)' format. -- Vincent Bernat Sun, 07 Aug 2011 09:41:30 +0200 snimpy (0.5-1) unstable; urgency=low * New upstream version. * Bump Standards-Version to 3.8.4. -- Vincent Bernat Wed, 03 Feb 2010 22:15:19 +0100 snimpy (0.4-1) unstable; urgency=low * New upstream version. * Bump Standards-Version to 3.8.1. * Remove manpage. It is now correctly shipped upstream. -- Vincent Bernat Sat, 06 Jun 2009 16:27:02 +0200 snimpy (0.3-1) unstable; urgency=low * New upstream version + Drop patch fixing shell invocation, included upstream + Add a patch to setup.py to not install manual page that was not shipped upstream -- Vincent Bernat Sun, 23 Nov 2008 18:37:57 +0100 snimpy (0.2.1-2) unstable; urgency=low * Add a patch to fix a typo that causes snimpy to crash if ipython is not installed. Thanks to Tilman Koschnick. Closes: #503864. -- Vincent Bernat Tue, 28 Oct 2008 23:22:51 +0100 snimpy (0.2.1-1) unstable; urgency=low * Initial release (Closes: #501130) -- Vincent Bernat Sat, 04 Oct 2008 21:42:57 +0200