r10261 - in /trunk/libnet-scp-expect-perl/debian: ./ changelog compat control copyright docs rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:09:51 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:09:50 2007
New Revision: 10261

URL: http://svn.debian.org/wsvn/?sc=1&rev=10261
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libnet-scp-expect-perl/debian/
    trunk/libnet-scp-expect-perl/debian/changelog
    trunk/libnet-scp-expect-perl/debian/compat
    trunk/libnet-scp-expect-perl/debian/control
    trunk/libnet-scp-expect-perl/debian/copyright
    trunk/libnet-scp-expect-perl/debian/docs
    trunk/libnet-scp-expect-perl/debian/rules   (with props)
    trunk/libnet-scp-expect-perl/debian/watch

Added: trunk/libnet-scp-expect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-scp-expect-perl/debian/changelog?rev=10261&op=file
==============================================================================
--- trunk/libnet-scp-expect-perl/debian/changelog (added)
+++ trunk/libnet-scp-expect-perl/debian/changelog Sat Dec  1 12:09:50 2007
@@ -1,0 +1,32 @@
+libnet-scp-expect-perl (0.12-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  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 <jaybonci at debian.org>  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 <jaybonci at debian.org>  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 <jaybonci at debian.org>  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 <jay at bonci.com>  Sat, 28 Jun 2003 22:45:39 -0400
+

Added: trunk/libnet-scp-expect-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libnet-scp-expect-perl/debian/compat?rev=10261&op=file
==============================================================================
--- trunk/libnet-scp-expect-perl/debian/compat (added)
+++ trunk/libnet-scp-expect-perl/debian/compat Sat Dec  1 12:09:50 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libnet-scp-expect-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libnet-scp-expect-perl/debian/control?rev=10261&op=file
==============================================================================
--- trunk/libnet-scp-expect-perl/debian/control (added)
+++ trunk/libnet-scp-expect-perl/debian/control Sat Dec  1 12:09:50 2007
@@ -1,0 +1,14 @@
+Source: libnet-scp-expect-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libterm-readpassword-perl, libexpect-perl (>= 1.14)
+Standards-Version: 3.6.1.0
+
+Package: libnet-scp-expect-perl
+Architecture: all
+Depends: ${perl:Depends}, libterm-readpassword-perl, libexpect-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.

Added: trunk/libnet-scp-expect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-scp-expect-perl/debian/copyright?rev=10261&op=file
==============================================================================
--- trunk/libnet-scp-expect-perl/debian/copyright (added)
+++ trunk/libnet-scp-expect-perl/debian/copyright Sat Dec  1 12:09:50 2007
@@ -1,0 +1,25 @@
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Sat, 28 Jun 2003 22:45:39 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Net-SCP-Expect
+
+Upstream Author: Daniel Berger <djberg96 at hotmail.com>
+
+Copyright:
+
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of either:
+
+        a) the GNU General Public License as published by the Free
+        Software Foundation; either version 1, or (at your option) any
+        later version, or
+
+        b) the "Artistic License"
+
+        See:
+
+        /usr/share/common-licenses/Artistic
+        /usr/share/common-licenses/GPL
+
+        For more information regarding these licensing options
+

Added: trunk/libnet-scp-expect-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libnet-scp-expect-perl/debian/docs?rev=10261&op=file
==============================================================================
--- trunk/libnet-scp-expect-perl/debian/docs (added)
+++ trunk/libnet-scp-expect-perl/debian/docs Sat Dec  1 12:09:50 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libnet-scp-expect-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-scp-expect-perl/debian/rules?rev=10261&op=file
==============================================================================
--- trunk/libnet-scp-expect-perl/debian/rules (added)
+++ trunk/libnet-scp-expect-perl/debian/rules Sat Dec  1 12:09:50 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libnet-scp-expect-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-scp-expect-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libnet-scp-expect-perl/debian/watch?rev=10261&op=file
==============================================================================
--- trunk/libnet-scp-expect-perl/debian/watch (added)
+++ trunk/libnet-scp-expect-perl/debian/watch Sat Dec  1 12:09:50 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Net/Net-SCP-Expect-([0-9].*)\.tar.gz




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