ezmlm-web packaging:
* move debian files to a separate directory
This commit is contained in:
commit
6b2e1c5dd7
11 changed files with 238 additions and 0 deletions
69
README.Debian
Normal file
69
README.Debian
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
How to use ezmlm-web with debian
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
|
||||||
|
Table of content
|
||||||
|
1 - install the package
|
||||||
|
2 - create user-sprecific suid binaries
|
||||||
|
3 - create a user-specific configuration
|
||||||
|
4 - enable stylesheet
|
||||||
|
5 - access control
|
||||||
|
6 - testing
|
||||||
|
|
||||||
|
#################################################################
|
||||||
|
|
||||||
|
1) install the package
|
||||||
|
The debian packages for ezmlm-web are not part of the main
|
||||||
|
debian distribution. Instead you have to use the debian repository
|
||||||
|
at systemausfall.org. Just add the following line to your
|
||||||
|
/etc/apt/sources.list:
|
||||||
|
|
||||||
|
deb http://systemausfall.org/toolforge/debian testing main contrib non-free
|
||||||
|
|
||||||
|
Now you may simply execute the following commands:
|
||||||
|
apt-get update
|
||||||
|
apt-get install ezmlm-web
|
||||||
|
|
||||||
|
|
||||||
|
2) create user-specific suid binaries
|
||||||
|
As perl-suid is considered deprecated, you have to compile a C-wrapper
|
||||||
|
for every user of your debian system, who wants to manage his mailing
|
||||||
|
lists with ezmlm-we.
|
||||||
|
Usually you do this only for your virtual mailing list user.
|
||||||
|
|
||||||
|
to create a wrapper, type the following:
|
||||||
|
ezmlm-web-make-suid USERNAME DESTINATION_FILE
|
||||||
|
|
||||||
|
e.g: ezmlm-web-make-suid john ~john/public_html/cgi-bin/ezmlm-web
|
||||||
|
|
||||||
|
|
||||||
|
3) create a user-specific configuration file (optional)
|
||||||
|
Copy /usr/share/doc/ezmlm-web/examples/ezmlmwebrc.dist to ~john/.ezmlmwebrc
|
||||||
|
and change its content according to your setup.
|
||||||
|
|
||||||
|
|
||||||
|
4) web server configuration
|
||||||
|
Adapt /usr/share/doc/ezmlm-web/examples/apache.conf.dist to your needs
|
||||||
|
and copy it to /etc/apache2/conf.d/ezmlm-web.
|
||||||
|
(for other web servers: use a similar setup)
|
||||||
|
|
||||||
|
|
||||||
|
5) access control (optional)
|
||||||
|
Configure access control for the fresh cgi binary. Maybe you can
|
||||||
|
use the htaccess.sample file in /usr/share/doc/ezmlm-web/examples as
|
||||||
|
a template.
|
||||||
|
|
||||||
|
Now you should create a webusers file to define the permissions of all
|
||||||
|
possible web users. An example webusers file can be found at
|
||||||
|
/usr/share/doc/ezmlm-web/examples/webusers.sample.
|
||||||
|
|
||||||
|
See /usr/share/doc/ezmlm-web/README for details about access control.
|
||||||
|
|
||||||
|
|
||||||
|
6) testing
|
||||||
|
Now you can access the ezmlm-web interface by using your web browser.
|
||||||
|
e.g. point it to http://localhost/~john/cgi-bin/ezmlm-web
|
||||||
|
If the web interface does not look like you would expect it, then you
|
||||||
|
may have to revise your stylesheet settings (HTML_CSS_COMMON and
|
||||||
|
HTML_CSS_COLOR in ezmlmwebrc).
|
||||||
|
|
11
changelog
Normal file
11
changelog
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
ezmlm-web (3.3-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* upstream update
|
||||||
|
|
||||||
|
-- Lars Kruse <devel@sumpfralle.de> Sun, 12 Oct 2008 01:51:05 +0200
|
||||||
|
|
||||||
|
ezmlm-web (3.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* upstream update
|
||||||
|
|
||||||
|
-- Lars Kruse <devel@sumpfralle.de> Wed, 15 Aug 2007 19:30:19 +0200
|
1
compat
Normal file
1
compat
Normal file
|
@ -0,0 +1 @@
|
||||||
|
5
|
24
control
Normal file
24
control
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Source: ezmlm-web
|
||||||
|
Section: admin
|
||||||
|
Priority: extra
|
||||||
|
Maintainer: Lars Kruse <devel@sumpfralle.de>
|
||||||
|
Build-Depends: debhelper (>>3.0.0), gcc (>= 2.95), dpatch
|
||||||
|
Standards-Version: 3.8.0
|
||||||
|
Homepage: https://systemausfall.org/toolforge/ezmlm-web
|
||||||
|
|
||||||
|
Package: ezmlm-web
|
||||||
|
Architecture: any
|
||||||
|
Depends: httpd-cgi, libemail-address-perl, libemail-ezmlm-perl (>= 0.07), libclearsilver-perl, ${perl:Depends}
|
||||||
|
Suggests: qmail-src, bash (>=2.0), gcc
|
||||||
|
Description: Web interface for ezmlm-idx mailing list administration
|
||||||
|
This web interface allows you to configure every part of an ezmlm-idx
|
||||||
|
mailing list.
|
||||||
|
Access control makes it possible, to share the administrative work in a
|
||||||
|
controlled way.
|
||||||
|
This package depends on the following programs, that are not part of the main
|
||||||
|
debian distribution:
|
||||||
|
* qmail - http://cr.yp.to/qmail.html
|
||||||
|
* ezmlm-idx - http://ezmlm.org/
|
||||||
|
* Mail::Ezmlm perl module via cpan or as a debian package from
|
||||||
|
https://systemausfall.org/toolforge/debian
|
||||||
|
|
35
copyright
Normal file
35
copyright
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
This package was debianized by Lars Kruse <devel@sumpfralle.de> on
|
||||||
|
Sa Apr 29 10:43:16 CEST 2006
|
||||||
|
|
||||||
|
It was downloaded from https://systemausfall.org/toolforge/ezmlm-web/download
|
||||||
|
|
||||||
|
Upstream Author: Lars Kruse <devel@sumpfralle.de>
|
||||||
|
|
||||||
|
Copyright:
|
||||||
|
|
||||||
|
Copyright (c) The Regents of the University of California.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. 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.
|
||||||
|
3. Neither the name of the University nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this software
|
||||||
|
without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE REGENTS 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.
|
1
dirs
Normal file
1
dirs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
etc/ezmlm-web
|
4
docs
Normal file
4
docs
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
changelog
|
||||||
|
README
|
||||||
|
UPGRADING
|
||||||
|
TODO
|
1
ezmlm-web.examples
Normal file
1
ezmlm-web.examples
Normal file
|
@ -0,0 +1 @@
|
||||||
|
examples/*
|
5
ezmlm-web.manpages
Normal file
5
ezmlm-web.manpages
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
man/ezmlm-web-make-suid.1
|
||||||
|
man/ezmlm-web.wrapper.1
|
||||||
|
blib/man1/ezmlm-web.cgi.1p
|
||||||
|
man/ezmlmwebrc.5
|
||||||
|
man/webusers.5
|
1
patches/00list
Normal file
1
patches/00list
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# no patches required
|
86
rules
Executable file
86
rules
Executable file
|
@ -0,0 +1,86 @@
|
||||||
|
#!/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
|
||||||
|
|
||||||
|
# necessary for dpatch
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
|
|
||||||
|
configure: configure-stamp
|
||||||
|
configure-stamp: patch
|
||||||
|
dh_testdir
|
||||||
|
perl Makefile.PL INSTALLDIRS=vendor DESTDIR="$(CURDIR)/debian/ezmlm-web"
|
||||||
|
touch configure-stamp
|
||||||
|
|
||||||
|
|
||||||
|
build: build-stamp
|
||||||
|
|
||||||
|
build-stamp: configure-stamp
|
||||||
|
dh_testdir
|
||||||
|
$(MAKE)
|
||||||
|
# fix 'usr/local/' paths in various files
|
||||||
|
sed -i 's#usr/local/#usr/#g' examples/* suid-wrapper/* man/*
|
||||||
|
touch build-stamp
|
||||||
|
|
||||||
|
clean: clean-patched unpatch
|
||||||
|
|
||||||
|
clean-patched:
|
||||||
|
dh_testdir
|
||||||
|
dh_testroot
|
||||||
|
-$(MAKE) clean
|
||||||
|
rm -f build-stamp configure-stamp Makefile.old
|
||||||
|
dh_clean
|
||||||
|
|
||||||
|
patch: patch-stamp
|
||||||
|
patch-stamp:
|
||||||
|
dpatch apply-all
|
||||||
|
touch patch-stamp
|
||||||
|
|
||||||
|
unpatch:
|
||||||
|
dpatch deapply-all
|
||||||
|
rm -rf patch-stamp debian/patched
|
||||||
|
|
||||||
|
install: build
|
||||||
|
dh_testdir
|
||||||
|
dh_testroot
|
||||||
|
dh_clean -k
|
||||||
|
dh_installdirs
|
||||||
|
|
||||||
|
$(MAKE) install
|
||||||
|
|
||||||
|
install -c -m 644 examples/ezmlmwebrc.dist "$(CURDIR)/debian/ezmlm-web/etc/ezmlm-web/ezmlmwebrc"
|
||||||
|
|
||||||
|
|
||||||
|
# Build architecture-independent files here.
|
||||||
|
binary-indep: build install
|
||||||
|
|
||||||
|
# Build architecture-dependent files here.
|
||||||
|
binary-arch: build install
|
||||||
|
dh_testdir
|
||||||
|
dh_testroot
|
||||||
|
dh_installchangelogs
|
||||||
|
dh_installdocs
|
||||||
|
dh_installexamples
|
||||||
|
dh_install
|
||||||
|
dh_installman
|
||||||
|
dh_link
|
||||||
|
dh_strip
|
||||||
|
dh_compress
|
||||||
|
dh_fixperms
|
||||||
|
dh_perl
|
||||||
|
dh_installdeb
|
||||||
|
dh_shlibdeps
|
||||||
|
dh_gencontrol
|
||||||
|
dh_md5sums
|
||||||
|
dh_builddeb
|
||||||
|
|
||||||
|
binary: binary-indep binary-arch
|
||||||
|
.PHONY: build clean binary-indep binary-arch binary install configure
|
||||||
|
|
Loading…
Reference in a new issue