r2775 - in /packages/libemail-send-perl/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch sendmail.log util/executable util/sendmail

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Mon May 15 09:12:09 UTC 2006


Author: eloy
Date: Mon May 15 09:12:08 2006
New Revision: 2775

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=2775
Log:
Load libemail-send-perl-2.05 into packages/libemail-send-perl/trunk.

Added:
    packages/libemail-send-perl/trunk/debian/
    packages/libemail-send-perl/trunk/debian/changelog
    packages/libemail-send-perl/trunk/debian/compat
    packages/libemail-send-perl/trunk/debian/control
    packages/libemail-send-perl/trunk/debian/copyright
    packages/libemail-send-perl/trunk/debian/rules   (with props)
    packages/libemail-send-perl/trunk/debian/watch
    packages/libemail-send-perl/trunk/sendmail.log
Modified:
    packages/libemail-send-perl/trunk/util/executable   (props changed)
    packages/libemail-send-perl/trunk/util/sendmail   (props changed)

Added: packages/libemail-send-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-send-perl/trunk/debian/changelog?rev=2775&op=file
==============================================================================
--- packages/libemail-send-perl/trunk/debian/changelog (added)
+++ packages/libemail-send-perl/trunk/debian/changelog Mon May 15 09:12:08 2006
@@ -1,0 +1,6 @@
+libemail-send-perl (2.05-1) unstable; urgency=low
+
+  * Initial Release (closes: #367200).
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Sun, 14 May 2006 00:26:53 +0200
+

Added: packages/libemail-send-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-send-perl/trunk/debian/compat?rev=2775&op=file
==============================================================================
--- packages/libemail-send-perl/trunk/debian/compat (added)
+++ packages/libemail-send-perl/trunk/debian/compat Mon May 15 09:12:08 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libemail-send-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-send-perl/trunk/debian/control?rev=2775&op=file
==============================================================================
--- packages/libemail-send-perl/trunk/debian/control (added)
+++ packages/libemail-send-perl/trunk/debian/control Mon May 15 09:12:08 2006
@@ -1,0 +1,16 @@
+Source: libemail-send-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-pluggable-perl, libreturn-value-perl, libemail-simple-perl, libclass-accessor-perl, libemail-address-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.2
+
+Package: libemail-send-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libmodule-pluggable-perl, libreturn-value-perl, libemail-simple-perl, libclass-accessor-perl, libemail-address-perl
+Description: Simply Sending Email
+ Email::Send provides a very simple, very clean, very specific interface
+ to multiple mailers. The goal if this software is to be small and simple, 
+ easy to use, and easy to extend.

Added: packages/libemail-send-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-send-perl/trunk/debian/copyright?rev=2775&op=file
==============================================================================
--- packages/libemail-send-perl/trunk/debian/copyright (added)
+++ packages/libemail-send-perl/trunk/debian/copyright Mon May 15 09:12:08 2006
@@ -1,0 +1,18 @@
+This is the debian package for the Email-Send module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+
+It was downloaded from:
+http://mirrors.kernel.org/cpan/modules/by-module/Email/Email-Send-2.05.tar.gz
+
+The upstream author is: 
+
+Casey West, <casey at geeknest.com>..
+
+Copyright (c) 2005 Casey West.  All rights reserved.
+  This module is free software; you can redistribute it and/or modify it
+  under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: packages/libemail-send-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-send-perl/trunk/debian/rules?rev=2775&op=file
==============================================================================
--- packages/libemail-send-perl/trunk/debian/rules (added)
+++ packages/libemail-send-perl/trunk/debian/rules Mon May 15 09:12:08 2006
@@ -1,0 +1,62 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+export PERL_MM_USE_DEFAULT=1
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples eg/send-email.pl
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+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

Propchange: packages/libemail-send-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libemail-send-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-send-perl/trunk/debian/watch?rev=2775&op=file
==============================================================================
--- packages/libemail-send-perl/trunk/debian/watch (added)
+++ packages/libemail-send-perl/trunk/debian/watch Mon May 15 09:12:08 2006
@@ -1,0 +1,2 @@
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/Email/Email-Send-([\d\.]+)\.tar\.gz

Added: packages/libemail-send-perl/trunk/sendmail.log
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libemail-send-perl/trunk/sendmail.log?rev=2775&op=file
==============================================================================
--- packages/libemail-send-perl/trunk/sendmail.log (added)
+++ packages/libemail-send-perl/trunk/sendmail.log Mon May 15 09:12:08 2006
@@ -1,0 +1,7 @@
+CLI args: -t -oi
+Executed with input on STDIN
+To: Casey West <casey at geeknest.org>
+From: Casey West <casey at geeknest.org>
+Subject: This should never show up in my inbox
+
+blah blah blah

Propchange: packages/libemail-send-perl/trunk/util/executable
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Mon May 15 09:12:08 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libemail-send-perl/trunk/util/sendmail
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Mon May 15 09:12:08 2006
@@ -1,0 +1,1 @@
+*




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