debian/0000755000000000000000000000000012214207751007167 5ustar debian/compat0000644000000000000000000000000212211242543010360 0ustar 9 debian/changelog0000644000000000000000000000452712214207626011052 0ustar ruby-snmp (1.1.1-2) unstable; urgency=low * Fix upgrade from wheezy. -- Nobuhiro Iwamatsu Thu, 12 Sep 2013 09:48:46 +0900 ruby-snmp (1.1.1-1) unstable; urgency=low * New upstream release. * Update debian/rules. - Add override_dh_compress in debian/rules ignore .yaml in dh_compress. * Update debian/control. - Build depend on gem2deb >= 0.3.0. - Drop transitional packages and ruby1.8. - Add Vcs-Git and Vcs-Browser field. - Set Architecture to all. * Update patches/avoid_diverting_mibs.diff * Remove debian/docs -- Nobuhiro Iwamatsu Tue, 10 Sep 2013 04:06:19 +0900 ruby-snmp (1.0.2-2) experimental; urgency=low * New maintainer. (Closes: #677773) * Bump Standards-Version to 3.9.4. * Switch to dh. * Switch to gem2deb-based packaging. Rename source and binary packages. * Remove DM-Upload-Allowed field. -- Nobuhiro Iwamatsu Wed, 10 Oct 2012 16:07:25 +0900 libsnmp-ruby (1.0.2-1) unstable; urgency=low * New upstream release. * Switch from dpatch to quilt. + Create avoid_diverting_mibs.diff by refreshing old 01_avoid_diverting_mibs.dpatch. * Bump Standards-Version to 3.7.3. * Add the Homepage field and remove it from the long description. * Add the Vcs-Git/Vcs-Browser fields. * Add the DM-Upload-Allowed field. -- Aurélien GÉRÔME Thu, 07 Feb 2008 14:03:05 +0100 libsnmp-ruby (1.0.1-1) unstable; urgency=low * New maintainer. (Closes: #387550) * New upstream release. * Update Standards-Version to 3.7.2. * Update package description with project homepage. * Use architecture all instead of architecture any. (Closes: #389013) * Add debian/watch file. * Convert to dpatch. -- Aurélien GÉRÔME Sun, 15 Oct 2006 19:50:02 +0200 libsnmp-ruby (0.4.1-3) unstable; urgency=low * Avoid diverting MIBs. - Thanks to Brandon Hale . -- David Moreno Garza Fri, 21 Oct 2005 00:45:22 -0500 libsnmp-ruby (0.4.1-2) unstable; urgency=low * Changed maintainer's address. * Updated policy compliant version. -- David Moreno Garza Fri, 2 Sep 2005 13:09:33 -0500 libsnmp-ruby (0.4.1-1) unstable; urgency=low * Initial release (Closes: #311003). -- David Moreno Garza Sun, 29 May 2005 15:49:02 -0500 debian/patches/0000755000000000000000000000000012211313433010606 5ustar debian/patches/avoid_diverting_mibs.diff0000644000000000000000000000101012211313433015617 0ustar Description: Change data path Forwarded: not need Author: David Moreno Garza Last-Update: 2013-09-03 diff --git a/lib/snmp/mib.rb b/lib/snmp/mib.rb index b379609..2b0c331 100644 --- a/lib/snmp/mib.rb +++ b/lib/snmp/mib.rb @@ -16,7 +16,7 @@ module SNMP class MIB #:stopdoc: - data_path = File.expand_path(File.dirname(__FILE__) + "/../../data/ruby/snmp/mibs") + data_path = "/usr/share/doc/ruby-snmp/yaml/" DEFAULT_MIB_PATH = if (File.exist?(data_path)) data_path else debian/patches/series0000644000000000000000000000003212211313065012017 0ustar avoid_diverting_mibs.diff debian/ruby-snmp.install0000644000000000000000000000006412211242543012506 0ustar data/ruby/snmp/mibs/* usr/share/doc/ruby-snmp/yaml/ debian/source/0000755000000000000000000000000012211242543010462 5ustar debian/source/format0000644000000000000000000000001412211242543011670 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013512213463765010227 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/snmp .*/snmp-(.*).tar.gz debian/control0000644000000000000000000000202312214207207010563 0ustar Source: ruby-snmp Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Nobuhiro Iwamatsu Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-snmp.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-snmp.git;a=summary Homepage: http://snmplib.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-snmp Architecture: all XB-Ruby-Versions: ${ruby:Versions} Replaces: libsnmp-ruby (<< 1.0.2-2), libsnmp-ruby1.8 (<< 1.0.2-2) Conflicts: libsnmp-ruby (<< 1.0.2-2), libsnmp-ruby1.8 (<< 1.0.2-2) Provides: libsnmp-ruby, libsnmp-ruby1.8 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: simple network management protocol bindings for ruby This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby, so there are no dependencies on external libraries like net-snmp. debian/copyright0000644000000000000000000000072112211242543011115 0ustar This package was debianized by David Moreno Garza on Sun, 29 May 2005 15:49:02 -0500. It was downloaded from http://snmplib.rubyforge.org/ Copyright Holder: Dave Halliday License: This SNMP Library is Copyright (c) 2004 by David R. Halliday. It is free software. Redistribution is permitted under the same terms and conditions as the standard Ruby distribution. See the COPYING file in the Ruby distribution for details. debian/rules0000755000000000000000000000024512211314201010232 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem ruby --with ruby override_dh_installexamples: dh_installexamples examples/* override_dh_compress: dh_compress -X.yaml