--- libnet-scp-expect-perl-0.16.orig/debian/control +++ libnet-scp-expect-perl-0.16/debian/control @@ -0,0 +1,23 @@ +Source: libnet-scp-expect-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + gregor herrmann , + Rene Mayorga +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-16), libterm-readpassword-perl, + libexpect-perl, libnet-ipv6addr-perl +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Net-SCP-Expect/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-scp-expect-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-scp-expect-perl/ + +Package: libnet-scp-expect-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libterm-readpassword-perl, + libexpect-perl, libnet-ipv6addr-perl +Description: Wrapper for scp to send passwords via Expect + Net::SCP::Expect allows you to transfer files via scp, but instead of having + to use shared keys or to input a password interactively, it allows you to + send them programmataically via Expect. --- libnet-scp-expect-perl-0.16.orig/debian/rules +++ libnet-scp-expect-perl-0.16/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libnet-scp-expect-perl-0.16.orig/debian/watch +++ libnet-scp-expect-perl-0.16/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-SCP-Expect/ .*/Net-SCP-Expect-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnet-scp-expect-perl-0.16.orig/debian/changelog +++ libnet-scp-expect-perl-0.16/debian/changelog @@ -0,0 +1,95 @@ +libnet-scp-expect-perl (0.16-1) unstable; urgency=low + + * New upstream release + * debian/rules: remove workarround for ._Expect.pm file + + -- Rene Mayorga Fri, 13 Feb 2009 18:58:41 -0600 + +libnet-scp-expect-perl (0.15-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Rene Mayorga ] + * New upstream release + * debian/control + + add libnet-ipv6addr-perl to B-D-I and Depends fields + + update my email address + * debian/copyright + + update proposal format + + separate debian/* copyright stanzas based on debian/changelog + + update upstream copyright years + * debian/rules: remove usr/share/perl5/Net/SCP/._Expect.pm + from the final .deb package + + -- Rene Mayorga Thu, 05 Feb 2009 19:02:37 -0600 + +libnet-scp-expect-perl (0.14-1) unstable; urgency=low + + * New upstream release + * debian/control + + raise debhelper version to 7 + + add myself to uploaders + + add ${misc:Depends} to Depends field + * debian/copyright converted to (new)format + * refresh debian/rules with rules.dh7.noxs template + + -- Rene Mayorga Mon, 11 Aug 2008 00:36:26 -0600 + +libnet-scp-expect-perl (0.13-1) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). + * Set Maintainer to Debian Perl Group. + * Use dist-based URL in debian/watch. + * debian/rules: delete /usr/lib/perl5 only if it exists. + + * New upstream release. + * debian/watch: extended regexp for matching upstream releases. + * debian/copyright: update author/copyright/license information from + upstream README; refresh pointer to licenses on Debian systems. + * Set debhelper compatibility level to 5. + * Add /me to Uploaders. + * Set Standards-Version to 3.8.0 (no changes). + * Remove version from build dependency on libexpect-perl (even oldstable has + a newer version). + * Move debhelper from Build-Depends-Indep to Build-Depends. + * Remove debian/docs and don't install README any more (text version of the + inline POD documentation). + * Refresh debian/rules, no functional changes. + + -- gregor herrmann Sun, 06 Jul 2008 14:56:34 +0200 + +libnet-scp-expect-perl (0.12-1) unstable; urgency=low + + * New upstream version + + -- Jay Bonci Wed, 29 Dec 2004 01:22:54 -0500 + +libnet-scp-expect-perl (0.10-3) unstable; urgency=low + + * Fixes watch file so uscan will actually work + + -- Jay Bonci Wed, 6 Oct 2004 00:45:06 -0400 + +libnet-scp-expect-perl (0.10-2) unstable; urgency=low + + * Updated maintainer email address in control file + + -- Jay Bonci Mon, 6 Oct 2003 13:29:56 -0400 + +libnet-scp-expect-perl (0.10-1) unstable; urgency=low + + * New upstream version + * New CPAN url format (non-versioned), instead of version number + * Updated maintainer email address + + -- Jay Bonci Fri, 19 Sep 2003 00:00:08 -0400 + +libnet-scp-expect-perl (0.09-1) unstable; urgency=low + + * Initial Release. Closes bug#197817 + + -- Jay Bonci Sat, 28 Jun 2003 22:45:39 -0400 + --- libnet-scp-expect-perl-0.16.orig/debian/compat +++ libnet-scp-expect-perl-0.16/debian/compat @@ -0,0 +1 @@ +7 --- libnet-scp-expect-perl-0.16.orig/debian/copyright +++ libnet-scp-expect-perl-0.16/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Eric Rybski +Upstream-Source: http://search.cpan.org/dist/Net-SCP-Expect/ +Upstream-Name: Net-SCP-Expect + +Files: * +Copyright: © 2003-2004 Daniel J. Berger + © 2005-2008 Eric Rybski +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: © 2003-2004 Jay Bonci + © 2008 gregor herrmann +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'