r837 - in packages/libmail-box-perl/trunk: . debian

Gunnar Wolf gwolf@costa.debian.org
Wed, 30 Mar 2005 17:26:31 +0000


Author: gwolf
Date: 2005-03-30 17:26:31 +0000 (Wed, 30 Mar 2005)
New Revision: 837

Added:
   packages/libmail-box-perl/trunk/debian/
   packages/libmail-box-perl/trunk/debian/changelog
   packages/libmail-box-perl/trunk/debian/control
   packages/libmail-box-perl/trunk/debian/copyright
   packages/libmail-box-perl/trunk/debian/docs
   packages/libmail-box-perl/trunk/debian/examples
   packages/libmail-box-perl/trunk/debian/rules
   packages/libmail-box-perl/trunk/debian/watch
Modified:
   packages/libmail-box-perl/trunk/Makefile.PL
Log:
Load libmail-box-perl-2.055 into packages/libmail-box-perl/trunk.


Modified: packages/libmail-box-perl/trunk/Makefile.PL
===================================================================
--- packages/libmail-box-perl/trunk/Makefile.PL	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/Makefile.PL	2005-03-30 17:26:31 UTC (rev 837)
@@ -189,7 +189,9 @@
 *
 OPTIONAL
 
-foreach my $optional (@optional)
+# Debian: build should be non-interactive, we dont ask for optionals
+#foreach my $optional (@optional)
+if (0)
 {   my ($module, $version, %args) = @$optional;
     my $requirements = $args{requires} || sub {1};
     next unless $requirements->();
@@ -245,7 +247,9 @@
     print "     Added $distr version $version to the requirements\n";
 }
 
-my $tests = ask "Do you want to run the (large set of) tests? yes/no", "yes";
+# Debian: build should be non-interactive, we always run the tests
+#my $tests = ask "Do you want to run the (large set of) tests? yes/no", "yes";
+my $tests = "yes";
 if($tests =~ m/n/i)
 {   open F, ">", "skiptests";
     close F;

Added: packages/libmail-box-perl/trunk/debian/changelog
===================================================================
--- packages/libmail-box-perl/trunk/debian/changelog	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/debian/changelog	2005-03-30 17:26:31 UTC (rev 837)
@@ -0,0 +1,82 @@
+libmail-box-perl (2.055-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules clean up.
+  * Depends and Build-Depends put into single line to stop lintian
+    complaining.
+
+ -- Adam Byrtek <alpha@debian.org>  Mon, 31 May 2004 18:15:21 +0200
+
+libmail-box-perl (2.052-2) unstable; urgency=low
+
+  * Alternate dependency upon perl (>= 5.8.2-2) fixed
+    (closes: #220854).
+  * Standards-Version raised to 3.6.1.
+
+ -- Adam Byrtek <alpha@debian.org>  Mon, 26 Jan 2004 00:08:10 +0100
+
+libmail-box-perl (2.052-1) unstable; urgency=low
+
+  * New upstream release (closes: #192057).
+  * Missing comma in debian/control fixed (closes: #212111).
+  * Added alternate dependency upon perl (>= 5.8.2-2), because
+    Scalar::Utils is now included in it (closes: #220854).
+  * Depends and Suggests fields updated.
+  * Makefile.PL patched so it can work non-interactively.
+
+ -- Adam Byrtek <alpha@debian.org>  Wed, 14 Jan 2004 23:04:46 +0100
+
+libmail-box-perl (2.038-1) unstable; urgency=low
+
+  * New upstream release.
+  * Tests are not run upon build, they are too restrictive when comes to
+    dependencies and require loopback interface (closes: #182418).
+
+ -- Adam Byrtek <alpha@debian.org>  Wed,  5 Mar 2003 15:58:59 +0100
+
+libmail-box-perl (2.029-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Adam Byrtek <alpha@debian.org>  Sun, 17 Nov 2002 21:27:21 +0100
+
+libmail-box-perl (2.026-2) unstable; urgency=low
+
+  * debian/watch file added.
+  * Mail::Message::Convert::MailInternet fixed
+    Closes: #160055.
+
+ -- Adam Byrtek <alpha@debian.org>  Sun, 17 Nov 2002 14:48:11 +0100
+
+libmail-box-perl (2.026-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Adam Byrtek <alpha@debian.org>  Sun, 13 Oct 2002 18:17:24 +0200
+
+libmail-box-perl (2.021-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Adam Byrtek <alpha@debian.org>  Fri,  6 Sep 2002 22:11:59 +0200
+
+libmail-box-perl (2.009-3) unstable; urgency=low
+
+  * Fixed build-dependencies... which I've forgotten about (needed for
+    'make test'). Closes: #142157.
+
+ -- Adam Byrtek <alpha@debian.org>  Wed, 10 Apr 2002 14:12:46 +0200
+
+libmail-box-perl (2.009-2) unstable; urgency=low
+
+  * Fixed dependencies.
+
+ -- Adam Byrtek <alpha@debian.org>  Tue, 12 Mar 2002 23:32:23 +0100
+
+libmail-box-perl (2.009-1) unstable; urgency=low
+
+  * Initial Release.
+  * Closes: #136457.
+
+ -- Adam Byrtek <alpha@debian.org>  Tue, 12 Mar 2002 17:12:22 +0100
+

Added: packages/libmail-box-perl/trunk/debian/control
===================================================================
--- packages/libmail-box-perl/trunk/debian/control	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/debian/control	2005-03-30 17:26:31 UTC (rev 837)
@@ -0,0 +1,18 @@
+Source: libmail-box-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 3.0.18), perl (>= 5.6.0-16), libtimedate-perl, libio-stringy-perl, libmime-types-perl (>= 1.004), libmailtools-perl, libobject-realize-later-perl (>= 0.14), libscalar-list-utils-perl (>= 1.13) | perl (>= 5.8.2-2), liburi-perl (>= 1.23), libdigest-hmac-perl
+Maintainer: Adam Byrtek <alpha@debian.org>
+Standards-Version: 3.6.1
+
+Package: libmail-box-perl
+Architecture: all
+Depends: ${perl:Depends}, libtimedate-perl, libio-stringy-perl, libmime-types-perl (>= 1.004), libmailtools-perl, libobject-realize-later-perl (>= 0.14), libscalar-list-utils-perl (>= 1.13) | perl (>= 5.8.2-2), liburi-perl (>= 1.23), libdigest-hmac-perl
+Suggests: libmime-perl, libhtml-tree-perl (>= 3.13), libhtml-format-perl, spamassassin, libmail-imapclient-perl (>= 2.2.8)
+Description: Manage a message-folder
+ Mail::Box is the base-class for accessing various types of mail-folder
+ organizational structures in a uniform way.  The various folder types vary
+ on how they store their messages. For example, a folder may store many
+ messages in a single file, or store each message in a separate file in a
+ directory. Similarly, there may be different techniques for locking the
+ folders.

Added: packages/libmail-box-perl/trunk/debian/copyright
===================================================================
--- packages/libmail-box-perl/trunk/debian/copyright	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/debian/copyright	2005-03-30 17:26:31 UTC (rev 837)
@@ -0,0 +1,12 @@
+This package was debianized by Adam Byrtek <alpha@debian.org> on Tue,
+12 Mar 2002 17:12:22 +0100.
+
+The upstream author is: Mark Overmeer <mailbox@overmeer.net>.
+
+Copyright:
+
+All rights reserved.  This program is free software; you can redistribute
+it and/or modify it under the same terms as Perl itself.
+
+Larry Wall's "Artistic License" for Perl can be found in
+/usr/share/common-licenses/Artistic.

Added: packages/libmail-box-perl/trunk/debian/docs
===================================================================
--- packages/libmail-box-perl/trunk/debian/docs	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/debian/docs	2005-03-30 17:26:31 UTC (rev 837)
@@ -0,0 +1,4 @@
+README
+TODO.v2
+README.FAQ
+README.todo

Added: packages/libmail-box-perl/trunk/debian/examples
===================================================================
--- packages/libmail-box-perl/trunk/debian/examples	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/debian/examples	2005-03-30 17:26:31 UTC (rev 837)
@@ -0,0 +1,2 @@
+examples/*
+scripts/

Added: packages/libmail-box-perl/trunk/debian/rules
===================================================================
--- packages/libmail-box-perl/trunk/debian/rules	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/debian/rules	2005-03-30 17:26:31 UTC (rev 837)
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+
+export DH_COMPAT=3
+
+PERL ?= /usr/bin/perl
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	-$(MAKE) distclean
+	rm -rf a/ t/ tests/a/
+	rm -f tests/folders/mbox.win
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libmail-box-perl/usr
+
+binary-indep: build install
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installchangelogs ChangeLog
+	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


Property changes on: packages/libmail-box-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libmail-box-perl/trunk/debian/watch
===================================================================
--- packages/libmail-box-perl/trunk/debian/watch	2005-03-30 17:25:50 UTC (rev 836)
+++ packages/libmail-box-perl/trunk/debian/watch	2005-03-30 17:26:31 UTC (rev 837)
@@ -0,0 +1,3 @@
+version=2
+ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Mail/Mail-Box-([0-9\.]+).tar.gz \
+ debian uupdate