--- libnet-imap-simple-ssl-perl-1.3.orig/debian/control
+++ libnet-imap-simple-ssl-perl-1.3/debian/control
@@ -0,0 +1,19 @@
+Source: libnet-imap-simple-ssl-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.0-7), libio-socket-ssl-perl, libnet-imap-simple-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Allard Hoeve <allard@byte.nl>, Gunnar Wolf <gwolf@debian.org>,
+ gregor herrmann <gregor+debian@comodo.priv.at>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Net-IMAP-Simple-SSL/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-imap-simple-ssl-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-ssl-perl/
+
+Package: libnet-imap-simple-ssl-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl, libnet-imap-simple-perl
+Description:  Subclass of Net::IMAP::Simple with SSL support
+ This module is a subclass of Net::IMAP::Simple that
+ includes SSL support. The interface is identical.
--- libnet-imap-simple-ssl-perl-1.3.orig/debian/rules
+++ libnet-imap-simple-ssl-perl-1.3/debian/rules
@@ -0,0 +1,70 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc@dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+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)
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_perl
+	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 install
--- libnet-imap-simple-ssl-perl-1.3.orig/debian/watch
+++ libnet-imap-simple-ssl-perl-1.3/debian/watch
@@ -0,0 +1,6 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=3
+http://search.cpan.org/dist/Net-IMAP-Simple-SSL/   .*/Net-IMAP-Simple-SSL-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--- libnet-imap-simple-ssl-perl-1.3.orig/debian/copyright
+++ libnet-imap-simple-ssl-perl-1.3/debian/copyright
@@ -0,0 +1,19 @@
+This is the debian package for the Net-IMAP-Simple-SSL module.
+It was created by Joost van Baal <joostvb@uvt.nl> using dh-make-perl.
+
+The upstream author is:
+
+Casey West <casey@geeknest.com>.
+
+It was downloaded from http://www.cpan.org/, and is available from any CPAN
+mirror as Net-IMAP-Simple-SSL-<version>.tar.gz .
+The generic upstream URL is http://search.cpan.org/dist/Net-IMAP-Simple-SSL/
+
+Copyright (c) 2004 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'.
--- libnet-imap-simple-ssl-perl-1.3.orig/debian/compat
+++ libnet-imap-simple-ssl-perl-1.3/debian/compat
@@ -0,0 +1 @@
+5
--- libnet-imap-simple-ssl-perl-1.3.orig/debian/changelog
+++ libnet-imap-simple-ssl-perl-1.3/debian/changelog
@@ -0,0 +1,49 @@
+libnet-imap-simple-ssl-perl (1.3-3) unstable; urgency=low
+
+  [ Joachim Breitner ]
+  * Removed myself from uploaders.
+
+  [ gregor herrmann ]
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Removed: XS-
+    Vcs-Svn fields. Added: /me to Uploaders.
+  * debian/rules:
+    - delete /usr/lib/perl5 only if it exists (closes: #467866)
+    - update based on dh-make-perl's templates
+    - don't install README any more (text version of the POD documentation)
+  * debian/watch: use dist-based URL and remove call to uupdate.
+  * Set Standards-Version to 3.7.3 (no changes).
+  * Set debhelper compatibility level to 5.
+  * debian/copyright: add generic upstream URL.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at>  Sun, 09 Mar 2008 01:28:45 +0100
+
+libnet-imap-simple-ssl-perl (1.3-2) unstable; urgency=low
+
+  * Add a watchfile to the package (this is policy)
+  * Bumped up standards-version to 3.6.2
+
+ -- Gunnar Wolf <gwolf@debian.org>  Sat, 16 Jul 2005 23:04:17 +0300
+ 
+libnet-imap-simple-ssl-perl (1.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Gunnar Wolf <gwolf@debian.org>  Tue, 17 May 2005 11:00:56 -0500
+
+libnet-imap-simple-ssl-perl (1.2-2) unstable; urgency=low
+
+  * Add Debian Perl Group as Maintainer
+  * Add Uploaders
+  * Add $(MAKE) test to build scripts
+  * Add build-depends
+
+ -- Allard Hoeve <allard@byte.nl>  Mon,  7 Jun 2004 20:23:23 +0200
+
+libnet-imap-simple-ssl-perl (1.2-1) unstable; urgency=low
+
+  * Initial Release.  Built with the help of dh-make-perl; manual changes
+    made are minimal.
+
+ -- Joost van Baal <joostvb@uvt.nl>  Fri,  4 Jun 2004 10:33:34 +0200
+
