--- archmbox-4.10.0.orig/debian/docs
+++ archmbox-4.10.0/debian/docs
@@ -0,0 +1,5 @@
+NEWS
+README
+TODO
+AUTHORS
+THANKS
--- archmbox-4.10.0.orig/debian/copyright
+++ archmbox-4.10.0/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Alberto Furia <straluna@email.it> on
+Sat, 2 Apr 2005 16:01:02 +0200.
+
+It was downloaded from http://adc-archmbox.sourceforge.net/
+
+Copyright: Copyright (C) 2001-2005 Alessandro Dotti Contra
+
+Upstream Author: Alessandro Dotti Contra
+
+License:
+
+You are free to distribute this software under the terms of
+the GNU General Public License.
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL file.
--- archmbox-4.10.0.orig/debian/changelog
+++ archmbox-4.10.0/debian/changelog
@@ -0,0 +1,27 @@
+archmbox (4.10.0-2) unstable; urgency=low
+
+ * Taking back maintainership. (Closes: #547224)
+ * New build set bzip2 location to /bin/bzip2 (Closes: #382105)
+
+ -- Alberto Furia <straluna@email.it> Sun, 22 Nov 2009 17:19:47 +0100
+
+archmbox (4.10.0-1) unstable; urgency=low
+
+ * QA upload.
+ + Set maintainer to Debian QA Group <packages@qa.debian.org>
+ * New upstream release. (Closes: #505068).
+ * Update watch file to use sf redirector. (Closes: #450073).
+ * Add Homepage.
+ * Make clean not ignore errors.
+ * Move debhelper to build-depends to satisfy clean.
+ * Bump debhelper build-dep and compat to 5.
+ * Bump Standards Version to 3.8.3.
+
+ -- Barry deFreese <bdefreese@debian.org> Sun, 08 Nov 2009 19:39:28 -0500
+
+archmbox (4.9.0-1) unstable; urgency=low
+
+ * Initial Release. Closes: #272669
+
+ -- Alberto Furia <straluna@email.it> Sat, 2 Apr 2005 16:01:02 +0200
+
--- archmbox-4.10.0.orig/debian/compat
+++ archmbox-4.10.0/debian/compat
@@ -0,0 +1 @@
+5
--- archmbox-4.10.0.orig/debian/watch
+++ archmbox-4.10.0/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/adc-archmbox/archmbox-([\d.]+)\.tar\.gz
--- archmbox-4.10.0.orig/debian/rules
+++ archmbox-4.10.0/debian/rules
@@ -0,0 +1,90 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+config.status: configure
+ dh_testdir
+ # Add here commands to configure the package.
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+ #docbook-to-man debian/archmbox.sgml > archmbox.1
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ # Add here commands to clean up after the build process.
+ [ ! -f Makefile ] || $(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/archmbox.
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/archmbox
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_installman
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_perl
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- archmbox-4.10.0.orig/debian/control
+++ archmbox-4.10.0/debian/control
@@ -0,0 +1,25 @@
+Source: archmbox
+Section: mail
+Priority: optional
+Maintainer: Alberto Furia <straluna@email.it>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl, psmisc, bzip2, uw-mailutils
+Standards-Version: 3.8.3
+Homepage: http://adc-archmbox.sourceforge.net/
+
+Package: archmbox
+Architecture: all
+Depends: perl, psmisc, bzip2, uw-mailutils
+Description: a simple email archiver written in perl
+ Archmbox is a simple email archiver written in perl; it parses one or
+ more mailboxes, selects some or all messages and then performs specific
+ actions on the selected messages.
+ At this time archmbox supports mbox and mbx mailbox formats.
+ .
+ Messages selection is based upon a date criteria; an absolute date
+ or a days offset can be specified. It is also possible to refine the
+ selection using regular expressions on the header fields of the message.
+ All archived messages are stored in a new mailbox with the same name
+ of the original one plus .archived as extension (this is the default, but
+ can be changed); the archive mailbox can be saved in gz or bz2
+ compressed format as well.