diff --git a/Ezmlm/debian/README.Debian b/Ezmlm/debian/README.Debian new file mode 100644 index 0000000..0ff03b1 --- /dev/null +++ b/Ezmlm/debian/README.Debian @@ -0,0 +1,2 @@ +Maybe you have to change the ezmlm- and qmail-paths in /usr/lib/perl5/..../Ezmlm.pm. + diff --git a/Ezmlm/debian/changelog b/Ezmlm/debian/changelog new file mode 100644 index 0000000..01b1b50 --- /dev/null +++ b/Ezmlm/debian/changelog @@ -0,0 +1,30 @@ +libemail-ezmlm-perl (0.08.1-1) unstable; urgency=low + + * New upstream release + + -- Lars Kruse Sun, 12 Oct 2008 04:41:22 +0200 + +libemail-ezmlm-perl (0.08-1) unstable; urgency=low + + * New upstream release + + -- Lars Kruse Thu, 02 Oct 2008 03:57:44 +0200 + +libemail-ezmlm-perl (0.07.2-1) unstable; urgency=low + + * New upstream release + + -- Lars Kruse Tue, 20 Jun 2006 03:34:41 +0200 + +libemail-ezmlm-perl (0.07.1-1) unstable; urgency=low + + * New upstream release + + -- Lars Kruse Mon, 23 Jan 2006 22:21:21 +0100 + +libemail-ezmlm-perl (0.07-1) unstable; urgency=low + + * Initial release + + -- Lars Kruse Sun, 15 Jan 2006 19:26:55 +0100 + diff --git a/Ezmlm/debian/compat b/Ezmlm/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/Ezmlm/debian/compat @@ -0,0 +1 @@ +4 diff --git a/Ezmlm/debian/control b/Ezmlm/debian/control new file mode 100644 index 0000000..da20436 --- /dev/null +++ b/Ezmlm/debian/control @@ -0,0 +1,20 @@ +Source: libemail-ezmlm-perl +Priority: extra +Maintainer: Lars Kruse +Build-Depends-Indep: debhelper (>= 4.0.0), perl-modules +Standards-Version: 3.8.0.0 +Section: perl +Homepage: https://systemausfall.org/toolforge/ezmlm-web + +Package: libemail-ezmlm-perl +Section: perl +Architecture: all +Depends: ${perl:Depends} +Description: access ezmlm-idx mailig lists with perl's object methods + The support for ezmlm-idx 6.0 is complete. + The module still works fine with ezmlm-idx 0.4xx, too. + The following modules are included: + Mail::Ezmlm - basic support for ezmlm mailing lists + Mail::Ezmlm::GpgEzmlm - support for encrypted gpg-ezmlm lists + Mail::Ezmlm::GpgKeyRing - support for gnupg keyrings for encrypted lists + diff --git a/Ezmlm/debian/copyright b/Ezmlm/debian/copyright new file mode 100644 index 0000000..1a96ab9 --- /dev/null +++ b/Ezmlm/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Lars Kruse on +Thu Oct 2 03:49:03 CEST 2008. + +It was downloaded from http://search.cpan.org/~sumpfrall/Ezmlm/ + +Copyright (C) 1999-2005, Guy Antony Halse, All Rights Reserved. +Copyright (C) 2005-2008, Lars Kruse, All Rights Reserved. +Please send bug reports and comments to ezmlm-web@sumpfralle.de. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +Redistributions of source code must retain the above copyright notice, +this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution. + +Neither name Guy Antony Halse nor the names of any contributors +may be used to endorse or promote products derived from this software +without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS +IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + diff --git a/Ezmlm/debian/docs b/Ezmlm/debian/docs new file mode 100644 index 0000000..8230d18 --- /dev/null +++ b/Ezmlm/debian/docs @@ -0,0 +1,2 @@ +README +Changes diff --git a/Ezmlm/debian/files b/Ezmlm/debian/files new file mode 100644 index 0000000..03ebbb9 --- /dev/null +++ b/Ezmlm/debian/files @@ -0,0 +1 @@ +libemail-ezmlm-perl_0.08.1-1_all.deb perl extra diff --git a/Ezmlm/debian/libemail-ezmlm-perl.debhelper.log b/Ezmlm/debian/libemail-ezmlm-perl.debhelper.log new file mode 100644 index 0000000..91f616f --- /dev/null +++ b/Ezmlm/debian/libemail-ezmlm-perl.debhelper.log @@ -0,0 +1,11 @@ +dh_installdocs +dh_installchangelogs +dh_perl +dh_link +dh_strip +dh_compress +dh_fixperms +dh_installdeb +dh_gencontrol +dh_md5sums +dh_builddeb diff --git a/Ezmlm/debian/libemail-ezmlm-perl.substvars b/Ezmlm/debian/libemail-ezmlm-perl.substvars new file mode 100644 index 0000000..88085b2 --- /dev/null +++ b/Ezmlm/debian/libemail-ezmlm-perl.substvars @@ -0,0 +1 @@ +perl:Depends=perl (>= 5.6.0-16) diff --git a/Ezmlm/debian/rules b/Ezmlm/debian/rules new file mode 100755 index 0000000..c96223c --- /dev/null +++ b/Ezmlm/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt 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 + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-Wall -O2 -g" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Add commands to clean up after the build process here + [ ! -f Makefile ] || $(MAKE) realclean + + dh_clean build-stamp install-stamp + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + + # Add commands to install the package into debian/$PACKAGE_NAME here + #$(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + # As this is a architecture independent package, we are not + # supposed to install stuff to /usr/lib. MakeMaker creates + # the dirs, we delete them from the deb: + #rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + + touch install-stamp + +binary-indep: build install + dh_testdir + dh_testroot +# dh_installcron +# dh_installmenu +# dh_installexamples + 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 +.PHONY: build clean binary-indep binary diff --git a/Ezmlm/debian/watch b/Ezmlm/debian/watch new file mode 100644 index 0000000..b4f97b2 --- /dev/null +++ b/Ezmlm/debian/watch @@ -0,0 +1,12 @@ +# 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. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +http://http://search.cpan.org/~sumpfrall/ Ezmlm-(.*)\.tar\.gz +