r8326 - in /trunk/libsnmp-info-perl/debian: changelog control rules watch

ollyg-guest at users.alioth.debian.org ollyg-guest at users.alioth.debian.org
Wed Oct 17 22:15:35 UTC 2007


Author: ollyg-guest
Date: Wed Oct 17 22:15:34 2007
New Revision: 8326

URL: http://svn.debian.org/wsvn/?sc=1&rev=8326
Log:
M    debian/control
increase long description
M    debian/watch
bump version to 3 (dam on IRC)
M    debian/changelog
M    debian/rules
clean out unecessary lines

Modified:
    trunk/libsnmp-info-perl/debian/changelog
    trunk/libsnmp-info-perl/debian/control
    trunk/libsnmp-info-perl/debian/rules
    trunk/libsnmp-info-perl/debian/watch

Modified: trunk/libsnmp-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsnmp-info-perl/debian/changelog?rev=8326&op=diff
==============================================================================
--- trunk/libsnmp-info-perl/debian/changelog (original)
+++ trunk/libsnmp-info-perl/debian/changelog Wed Oct 17 22:15:34 2007
@@ -2,10 +2,11 @@
 
   [ Oliver Gorwits ]
   * Initial Release.
+  * Closes ITP Debian Bug #434518
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:54 +0200
+ -- Oliver Gorwits <oliver.gorwits at oucs.ox.ac.uk>  Wed, 17 Oct 2007 23:06:00 +0100

Modified: trunk/libsnmp-info-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsnmp-info-perl/debian/control?rev=8326&op=diff
==============================================================================
--- trunk/libsnmp-info-perl/debian/control (original)
+++ trunk/libsnmp-info-perl/debian/control Wed Oct 17 22:15:34 2007
@@ -21,3 +21,11 @@
  The idea behind this module is to give a common interface to data
  from network devices, leaving the device-specific hacks behind the
  scenes in subclasses.
+ .
+ The interface avoids use of OIDs in favour of methods representing
+ leaf names, either for single values or tables represented as Perl
+ hashes.
+ .
+ Information is grouped more logically than in the MIB trees. Adding
+ support for new devices is easy, and takes little or no SNMP
+ knowledge.

Modified: trunk/libsnmp-info-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsnmp-info-perl/debian/rules?rev=8326&op=diff
==============================================================================
--- trunk/libsnmp-info-perl/debian/rules (original)
+++ trunk/libsnmp-info-perl/debian/rules Wed Oct 17 22:15:34 2007
@@ -25,7 +25,6 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
 
 	touch build-stamp
 
@@ -55,9 +54,6 @@
 
 	touch install-stamp
 
-binary-arch:
-# We have nothing to do by default.
-
 binary-indep: build install
 	dh_testdir
 	dh_testroot
@@ -79,5 +75,5 @@
 source diff:                                                                  
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-indep
+.PHONY: build clean binary-indep binary

Modified: trunk/libsnmp-info-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libsnmp-info-perl/debian/watch?rev=8326&op=diff
==============================================================================
--- trunk/libsnmp-info-perl/debian/watch (original)
+++ trunk/libsnmp-info-perl/debian/watch Wed Oct 17 22:15:34 2007
@@ -1,3 +1,2 @@
-# format version number, currently 2; this line is compulsory!
-version=2
+version=3
 http://www.cpan.org/modules/by-module/SNMP/SNMP-Info-(.*).(tar.gz|tar|tgz)




More information about the Pkg-perl-cvs-commits mailing list