debian/0000755000000000000000000000000011702276726007200 5ustar debian/delete_spam.dbk0000644000000000000000000000430511255212035012130 0ustar
debacle@debian.org
W. Martin Borgert 2009 W. Martin Borgert 2009-09-19
delete_spam 1 email2trac User Commands delete_spam Deletes spam tickets from Trac. delete_spam Description 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. Copyright Copyright 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/0000755000000000000000000000000011702276726010500 5ustar debian/source/format0000644000000000000000000000001411676733165011713 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211255212035010360 0ustar 7 debian/copyright0000644000000000000000000000221711255212035011117 0ustar 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/watch0000644000000000000000000000010711676733165010234 0ustar version=3 ftp://ftp.sara.nl/pub/outgoing/email2trac-([0-9.]+)\.tar\.gz debian/changelog0000644000000000000000000000063411702275326011050 0ustar 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/control0000644000000000000000000000143311676733165010611 0ustar 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/README0000644000000000000000000000073111255212035010043 0ustar 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.dbk0000644000000000000000000000504711255212035011675 0ustar
debacle@debian.org
W. Martin Borgert 2009 W. Martin Borgert 2009-09-19
email2trac 1 email2trac User Commands email2trac Creates and amends Trac tickets from e-mail. email2trac Description 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. Copyright Copyright 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/rules0000755000000000000000000000104111702276013010241 0ustar #!/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/docs0000644000000000000000000000001611702276666010053 0ustar AUTHORS READMEdebian/install0000644000000000000000000000010211702066430010547 0ustar delete_spam.1 /usr/share/man/man1 email2trac.1 /usr/share/man/man1