debian/0000755000000000000000000000000012251664221007167 5ustar debian/rules0000755000000000000000000000051212251664221010245 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # installed as example $(RM) -v $(TMP)/usr/bin/nas $(TMP)/usr/share/man/man1/nas.1p rmdir --verbose --parents --ignore-fail-on-non-empty $(TMP)/usr/bin $(TMP)/usr/share/man/man1/ debian/control0000644000000000000000000000342112251664221010572 0ustar Source: libnet-appliance-session-perl Maintainer: Debian Perl Group Uploaders: Carlos Vicente , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libio-prompt-tiny-perl, libmoo-perl, libmoox-types-mooselike-perl, libnet-cli-interact-perl (>= 2.131260), libterm-readpassword-perl, libtext-glob-perl, libtry-tiny-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnet-appliance-session-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-appliance-session-perl.git Homepage: https://metacpan.org/release/Net-Appliance-Session/ Package: libnet-appliance-session-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libio-prompt-tiny-perl, libmoo-perl, libmoox-types-mooselike-perl, libnet-cli-interact-perl (>= 2.131260), libterm-readpassword-perl, libtext-glob-perl, libtry-tiny-perl Description: module for running command-line sessions to network appliances Use Net::Appliance::Session to establish an interactive command-line session with a network appliance. There is special support for moving into "privileged" mode and "configure" mode, along with the ability to send commands to the connected device and retrieve returned output. . Built-in commands come from a phrasebook which supports many network device vendors (Cisco, HP, etc) or you can install a new phrasebook. Most phases of the connection are configurable for different device behaviours. debian/source/0000755000000000000000000000000012251664221010467 5ustar debian/source/format0000644000000000000000000000001412251664221011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000271412251664221011045 0ustar libnet-appliance-session-perl (4.131260-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of copyright. * Update (build) dependencies. * Declare compliance with Debian Policy 3.9.5. * Install new script as an example. -- gregor herrmann Tue, 10 Dec 2013 20:16:04 +0100 libnet-appliance-session-perl (3.121640-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 15 Jun 2012 00:54:03 +0200 libnet-appliance-session-perl (3.121570-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 08 Jun 2012 23:30:34 +0200 libnet-appliance-session-perl (3.120560-1) unstable; urgency=low * New upstream release. * Drop api_descr.patch, applied upstream. * Update years of upstream copyright. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Add /me to Uploaders. -- gregor herrmann Mon, 19 Mar 2012 21:03:08 +0100 libnet-appliance-session-perl (3.113610-1) unstable; urgency=low * Initial Release (Closes: #659800) -- Carlos Vicente Mon, 13 Feb 2012 11:36:42 -0800 debian/compat0000644000000000000000000000000212251664221010365 0ustar 8 debian/copyright0000644000000000000000000000214512251664221011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-Appliance-Session Upstream-Contact: Oliver Gorwits Source: https://metacpan.org/release/Net-Appliance-Session/ Files: * Copyright: 2012-2013, Oliver Gorwits License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Carlos Vicente 2012-2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021012251664221010211 0ustar version=3 https://metacpan.org/release/Net-Appliance-Session/ .*/Net-Appliance-Session-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-appliance-session-perl.examples0000644000000000000000000000002212251664221016551 0ustar examples/* bin/*