debian/0000755000000000000000000000000012247430372007172 5ustar debian/patches/0000755000000000000000000000000012247430162010616 5ustar debian/patches/series0000644000000000000000000000010212247430162012024 0ustar fix-example-paths-for-package.patch fix-automx-test-install.patch debian/patches/fix-automx-test-install.patch0000644000000000000000000000040312247430162016356 0ustar Fixes #731233, automx-test included in setup.py --- a/setup.py +++ b/setup.py @@ -11,5 +11,6 @@ packages=['automx'], package_dir={'': 'src'}, data_files=[('/etc', ['src/conf/automx.conf'])], + scripts=['src/automx-test'], ) debian/patches/fix-example-paths-for-package.patch0000644000000000000000000000403312247430162017350 0ustar Description: Paths are changed to Debian locations As upstream uses different paths than Debian, the provided examples have been modified so that the examples will work for the installed package on a Debian system. Author: Walter Reiner Last-Update: 2013-11-07 Forwarded: not-needed Index: automx/src/conf/apache.conf.example =================================================================== --- automx.orig/src/conf/apache.conf.example 2013-11-07 09:14:49.799876590 +0100 +++ automx/src/conf/apache.conf.example 2013-11-08 09:23:17.754781781 +0100 @@ -5,10 +5,16 @@ ServerAdmin webmaster@example.com - WSGIScriptAlias /mail/config-v1.1.xml /usr/lib/automx/automx_wsgi.py - - Order allow,deny - Allow from all + WSGIScriptAlias /mail/config-v1.1.xml /usr/share/pyshared/automx_wsgi.py + + + Order allow,deny + Allow from all + + + = 2.4> + Require all granted + @@ -21,12 +27,18 @@ ServerAdmin webmaster@example.com - WSGIScriptAlias /Autodiscover/Autodiscover.xml /usr/lib/automx/automx_wsgi.py - WSGIScriptAlias /autodiscover/autodiscover.xml /usr/lib/automx/automx_wsgi.py - WSGIScript /mobileconfig /usr/lib/automx/automx_wsgi.py - - Order allow,deny - Allow from all + WSGIScriptAlias /Autodiscover/Autodiscover.xml /usr/share/pyshared/automx_wsgi.py + WSGIScriptAlias /autodiscover/autodiscover.xml /usr/share/pyshared/automx_wsgi.py + WSGIScript /mobileconfig /usr/share/pyshared/automx_wsgi.py + + + Order allow,deny + Allow from all + + + = 2.4> + Require all granted + debian/automx.doc-base0000644000000000000000000000043112247430162012101 0ustar Document: automx Title: automx Documentation Author: Patrick Ben Koetter Abstract: This manual describes how to use and install automx. Section: Network/Communication Format: HTML Index: /usr/share/doc/automx/html/INSTALL.html Files: /usr/share/doc/automx/html/*.html debian/compat0000644000000000000000000000000212247430162010365 0ustar 9 debian/watch0000644000000000000000000000034512247430162010222 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/automx-$1.tar.gz/ \ https://github.com/sys4/automx/releases \ /sys4/automx/archive/v([\d\.]+)\.tar\.gz debian/changelog0000644000000000000000000000061112247430162011037 0ustar automx (0.10.0-2) unstable; urgency=low * Fixed control fields, added Vcs field * Fixed dependencies * Fixed shipping automx-test (Closes: #731233) -- Walter Reiner Fri, 22 Nov 2013 18:42:02 +0100 automx (0.10.0-1) unstable; urgency=low * Initial Release (Closes: #662168) -- Walter Reiner Tue, 29 Oct 2013 13:22:39 +0100 debian/copyright0000644000000000000000000000466612247430162011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: automx Upstream-Contact: Marc Schiffbauer Source: https://github.com/sys4/automx Files: * Copyright: 2012-2013 Marc Schiffbauer , Christian Roessner , Patrick Ben Koetter License: GPL-3+ Files: src/automx/ordereddict.py Copyright: 2009-2013 Raymond Hettinger License: Expat Files: src/foundation-scss/* Copyright: 2006–2013 Hampton Catlin, Nathan Weizenbaum, Chris Eppstein, and numerous contributors License: Expat Files: debian/* Copyright: 2013 Walter Reiner License: GPL-3+ License: GPL-3+ 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 3 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, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/automx.examples0000644000000000000000000000001312247430162012236 0ustar src/conf/* debian/docs0000644000000000000000000000006612247430162010044 0ustar doc/html BASIC_CONFIGURATION_README README.md ROADMAP debian/control0000644000000000000000000000172312247430162010575 0ustar Source: automx Maintainer: Walter Reiner Section: mail Priority: optional Build-Depends: debhelper (>= 9), python-all Standards-Version: 3.9.5 Homepage: http://automx.org Vcs-Git: https://github.com/wreiner/automx-debian.git Vcs-Browser: https://github.com/wreiner/automx-debian.git Package: automx Architecture: all Depends: libapache2-mod-wsgi | httpd-wsgi, python-dateutil, python-ipaddr, python-lxml, python-m2crypto, python-memcache, ${misc:Depends}, ${python:Depends} Recommends: python-ldap | python-sqlalchemy Suggests: python-ldap, python-mysqldb, python-sqlalchemy Description: Provides account configuration data to mailclients automx runs as a WSGI webservice and generates XML output which is used by the users mail client to determine the configuration values needed to use the mail service, like address of IMAP or SMTP service, the username syntax to login and so on. debian/automx.manpages0000644000000000000000000000003712247430162012221 0ustar doc/man/man1/* doc/man/man5/* debian/source/0000755000000000000000000000000012247430162010467 5ustar debian/source/format0000644000000000000000000000001412247430162011675 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000025512247430162010251 0ustar #!/usr/bin/make -f # This file was automatically generated by stdeb 0.6.0+git at # Tue, 29 Oct 2013 13:22:39 +0100 %: dh $@ --with python2 --buildsystem=python_distutils