debian/ 0000755 0000000 0000000 00000000000 11702276726 007200 5 ustar debian/delete_spam.dbk 0000644 0000000 0000000 00000004305 11255212035 012130 0 ustar
debacle@debian.orgW.MartinBorgert2009W. Martin Borgert2009-09-19delete_spam1email2tracUser Commandsdelete_spamDeletes spam tickets from Trac.delete_spamDescription
delete_spam deletes tickets from the issue tracking system Trac.
The default configuration file is
/etc/email2trac.conf.
A ticket is considered spam if the ticket component is set to
Spam. This has to be done manually.
CopyrightCopyright 2009 W. Martin Borgert and released under the
GNU General Public License
(GPL). Permission is granted to copy, distribute
and/or modify this document under the terms of the
GNU General Public License, Version 2 or any
later version published by the Free Software Foundation.
debian/source/ 0000755 0000000 0000000 00000000000 11702276726 010500 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11676733165 011713 0 ustar 3.0 (quilt)
debian/compat 0000644 0000000 0000000 00000000002 11255212035 010360 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000002217 11255212035 011117 0 ustar This package was debianized by W. Martin Borgert
on 2009-09-16.
It was downloaded from https://subtrac.sara.nl/oss/email2trac
Upstream Authors:
Bas van der Vlies
Walter de Jong
Copyright:
Copyright (c) 2002-2009 Bas van der Vlies, Walter de Jong
License:
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian systems, the complete text of the GNU General Public License v2
may be found in '/usr/share/common-licenses/GPL-2'.
debian/watch 0000644 0000000 0000000 00000000107 11676733165 010234 0 ustar version=3
ftp://ftp.sara.nl/pub/outgoing/email2trac-([0-9.]+)\.tar\.gz
debian/changelog 0000644 0000000 0000000 00000000634 11702275326 011050 0 ustar email2trac (2.4.7-1) unstable; urgency=low
* New upstream version (Closes: #644915, #593613, #644916).
* Packaging fixes (Closes: #654993), lintian fixes.
-- W. Martin Borgert Sun, 08 Jan 2012 11:15:22 +0000
email2trac (1.0.0-1) unstable; urgency=low
* First official Debian package (Closes: #504307).
-- W. Martin Borgert Thu, 17 Sep 2009 09:22:47 +0000
debian/control 0000644 0000000 0000000 00000001433 11676733165 010611 0 ustar Source: email2trac
Section: web
Priority: optional
Maintainer: Python Applications Packaging Team
Uploaders: W. Martin Borgert
Build-Depends: debhelper (>= 7), python, xsltproc, docbook-xsl
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/email2trac/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/email2trac/trunk/
Homepage: https://subtrac.sara.nl/oss/email2trac
Package: trac-email2trac
Architecture: all
Depends: python, ${python:Depends}, ${misc:Depends}, trac
Description: Creates and amends Trac tickets from e-mail
email2trac creates tickets for the issue tracking system Trac from e-mail.
Is also amends existing tickets, if the subject contains the ticket number.
debian/README 0000644 0000000 0000000 00000000731 11255212035 010043 0 ustar The Debian packages has two major differences to the original
software:
1. The binary run_email2trac is not build or installed, as it is
not needed in the usual Debian configuration with e.g. exim4.
2. The upstream debian directory in the source code has been
removed in the orig.tar.gz file to prevent conflicts.
If you wish to use the run_email2trac program or the original
debian directory in the source, please download the archive
directly from the homepage.
debian/email2trac.dbk 0000644 0000000 0000000 00000005047 11255212035 011675 0 ustar
debacle@debian.orgW.MartinBorgert2009W. Martin Borgert2009-09-19email2trac1email2tracUser Commandsemail2tracCreates and amends Trac tickets from e-mail.email2tracDescription
email2trac creates tickets for the issue tracking system Trac
from e-mail. The default configuration file is
/etc/email2trac.conf.
Is also amends existing tickets, if the subject contains the
ticket number. The syntax for the ticket number in the e-mail
subject line is #NNN:, i.e. hash mark, ticket
number, colon.
CopyrightCopyright 2009 W. Martin Borgert and released under the
GNU General Public License
(GPL). Permission is granted to copy, distribute
and/or modify this document under the terms of the
GNU General Public License, Version 2 or any
later version published by the Free Software Foundation.
debian/rules 0000755 0000000 0000000 00000001041 11702276013 010241 0 ustar #!/usr/bin/make -f
MANPAGES=email2trac.1 delete_spam.1
DB2MAN=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
XP=xsltproc --nonet --novalid
%:
dh $@ --with python2
override_dh_auto_build: # don't compile run_email2trac
override_dh_clean:
dh_clean
rm -f $(MANPAGES) run_email2trac
override_dh_auto_install: $(MANPAGES)
# fake run_email2trac to ease install
touch run_email2trac
dh_auto_install
rm -f run_email2trac $(CURDIR)/debian/trac-email2trac/usr/bin/run_email2trac
%.1: debian/%.dbk
$(XP) $(DB2MAN) $<
debian/docs 0000644 0000000 0000000 00000000016 11702276666 010053 0 ustar AUTHORS
README debian/install 0000644 0000000 0000000 00000000102 11702066430 010547 0 ustar delete_spam.1 /usr/share/man/man1
email2trac.1 /usr/share/man/man1