r63870 - in /trunk/libmail-deliverystatus-bounceparser-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 17 14:34:14 UTC 2010


Author: gregoa
Date: Sun Oct 17 14:34:04 2010
New Revision: 63870

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63870
Log:
[svn-inject] Applying Debian modifications (1.524-1) to trunk

Added:
    trunk/libmail-deliverystatus-bounceparser-perl/debian/
    trunk/libmail-deliverystatus-bounceparser-perl/debian/changelog
    trunk/libmail-deliverystatus-bounceparser-perl/debian/compat
    trunk/libmail-deliverystatus-bounceparser-perl/debian/control
    trunk/libmail-deliverystatus-bounceparser-perl/debian/copyright
    trunk/libmail-deliverystatus-bounceparser-perl/debian/rules   (with props)
    trunk/libmail-deliverystatus-bounceparser-perl/debian/source/
    trunk/libmail-deliverystatus-bounceparser-perl/debian/source/format
    trunk/libmail-deliverystatus-bounceparser-perl/debian/watch

Added: trunk/libmail-deliverystatus-bounceparser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/debian/changelog?rev=63870&op=file
==============================================================================
--- trunk/libmail-deliverystatus-bounceparser-perl/debian/changelog (added)
+++ trunk/libmail-deliverystatus-bounceparser-perl/debian/changelog Sun Oct 17 14:34:04 2010
@@ -1,0 +1,5 @@
+libmail-deliverystatus-bounceparser-perl (1.524-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #580096).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 17 Oct 2010 16:17:37 +0200

Added: trunk/libmail-deliverystatus-bounceparser-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/debian/compat?rev=63870&op=file
==============================================================================
--- trunk/libmail-deliverystatus-bounceparser-perl/debian/compat (added)
+++ trunk/libmail-deliverystatus-bounceparser-perl/debian/compat Sun Oct 17 14:34:04 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmail-deliverystatus-bounceparser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/debian/control?rev=63870&op=file
==============================================================================
--- trunk/libmail-deliverystatus-bounceparser-perl/debian/control (added)
+++ trunk/libmail-deliverystatus-bounceparser-perl/debian/control Sun Oct 17 14:34:04 2010
@@ -1,0 +1,22 @@
+Source: libmail-deliverystatus-bounceparser-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libmailtools-perl (>= 2.04), libmime-tools-perl,
+ libtest-simple-perl (>= 0.94) | perl (>= 5.12), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Mail-DeliveryStatus-BounceParser/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/
+
+Package: libmail-deliverystatus-bounceparser-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libmailtools-perl (>= 2.04),
+ libmime-tools-perl
+Description: module for analyzing bounce messages
+ Mail::DeliveryStatus::BounceParser analyzes bounce messages and returns a
+ structured description of the addresses that bounced and why they bounced; it
+ also returns information about the original returned message, where possible,
+ including the Message-ID.

Added: trunk/libmail-deliverystatus-bounceparser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/debian/copyright?rev=63870&op=file
==============================================================================
--- trunk/libmail-deliverystatus-bounceparser-perl/debian/copyright (added)
+++ trunk/libmail-deliverystatus-bounceparser-perl/debian/copyright Sun Oct 17 14:34:04 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Mail-DeliveryStatus-BounceParser/
+Name: Mail-DeliveryStatus-BounceParser
+
+Files: *
+Copyright: 2003-2006, IC Group, Inc.
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+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'.

Added: trunk/libmail-deliverystatus-bounceparser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/debian/rules?rev=63870&op=file
==============================================================================
--- trunk/libmail-deliverystatus-bounceparser-perl/debian/rules (added)
+++ trunk/libmail-deliverystatus-bounceparser-perl/debian/rules Sun Oct 17 14:34:04 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libmail-deliverystatus-bounceparser-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmail-deliverystatus-bounceparser-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/debian/source/format?rev=63870&op=file
==============================================================================
--- trunk/libmail-deliverystatus-bounceparser-perl/debian/source/format (added)
+++ trunk/libmail-deliverystatus-bounceparser-perl/debian/source/format Sun Oct 17 14:34:04 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmail-deliverystatus-bounceparser-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-deliverystatus-bounceparser-perl/debian/watch?rev=63870&op=file
==============================================================================
--- trunk/libmail-deliverystatus-bounceparser-perl/debian/watch (added)
+++ trunk/libmail-deliverystatus-bounceparser-perl/debian/watch Sun Oct 17 14:34:04 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Mail-DeliveryStatus-BounceParser/   .*/Mail-DeliveryStatus-BounceParser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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