package Mail::Ezmlm:

* uploaded the debian control files
-- Diese und due folgenden Zeilen werden ignoriert --

A    debian
A    debian/control
A    debian/files
A    debian/compat
A    debian/watch
A    debian/changelog
A    debian/docs
A    debian/copyright
A    debian/libemail-ezmlm-perl.debhelper.log
AM   debian/rules
A    debian/libemail-ezmlm-perl.substvars
A    debian/README.Debian
This commit is contained in:
lars 2008-10-12 09:22:55 +00:00
parent 54415691fb
commit 681f6cac0a
11 changed files with 196 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Maybe you have to change the ezmlm- and qmail-paths in /usr/lib/perl5/..../Ezmlm.pm.

30
Ezmlm/debian/changelog Normal file
View File

@ -0,0 +1,30 @@
libemail-ezmlm-perl (0.08.1-1) unstable; urgency=low
* New upstream release
-- Lars Kruse <devel@sumpfralle.de> Sun, 12 Oct 2008 04:41:22 +0200
libemail-ezmlm-perl (0.08-1) unstable; urgency=low
* New upstream release
-- Lars Kruse <devel@sumpfralle.de> Thu, 02 Oct 2008 03:57:44 +0200
libemail-ezmlm-perl (0.07.2-1) unstable; urgency=low
* New upstream release
-- Lars Kruse <devel@sumpfralle.de> Tue, 20 Jun 2006 03:34:41 +0200
libemail-ezmlm-perl (0.07.1-1) unstable; urgency=low
* New upstream release
-- Lars Kruse <lars@systemausfall.org> Mon, 23 Jan 2006 22:21:21 +0100
libemail-ezmlm-perl (0.07-1) unstable; urgency=low
* Initial release
-- Lars Kruse <lars@systemausfall.org> Sun, 15 Jan 2006 19:26:55 +0100

1
Ezmlm/debian/compat Normal file
View File

@ -0,0 +1 @@
4

20
Ezmlm/debian/control Normal file
View File

@ -0,0 +1,20 @@
Source: libemail-ezmlm-perl
Priority: extra
Maintainer: Lars Kruse <devel@sumpfralle.de>
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

36
Ezmlm/debian/copyright Normal file
View File

@ -0,0 +1,36 @@
This package was debianized by Lars Kruse <devel@sumpfralle.de> 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.

2
Ezmlm/debian/docs Normal file
View File

@ -0,0 +1,2 @@
README
Changes

1
Ezmlm/debian/files Normal file
View File

@ -0,0 +1 @@
libemail-ezmlm-perl_0.08.1-1_all.deb perl extra

View File

@ -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

View File

@ -0,0 +1 @@
perl:Depends=perl (>= 5.6.0-16)

80
Ezmlm/debian/rules Executable file
View File

@ -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 <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
# 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

12
Ezmlm/debian/watch Normal file
View File

@ -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
# <Webpage URL> <string match>
http://http://search.cpan.org/~sumpfrall/ Ezmlm-(.*)\.tar\.gz