debian/0000755000000000000000000000000011704613535007173 5ustar debian/source/0000755000000000000000000000000011704613535010473 5ustar debian/source/format0000644000000000000000000000001411702670410011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211702673117010371 0ustar 7 debian/copyright0000644000000000000000000000344011704603501011117 0ustar This package was debianized by: W. Martin Borgert on Mon, 09 Jan 2012 23:26:30 +0000 It was downloaded from: http://trac-hacks.org/wiki/HttpAuthPlugin Upstream Author: Noah Kantrowitz Copyright: © 2007 Noah Kantrowitz License: 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. debian/watch0000644000000000000000000000031011702673761010223 0ustar version=3 opts=downloadurlmangle=s/$/\/httpauthplugin\/1\.1\?old_path=\/&format=zip/,uversionmangle=s/^/1.1+r/ \ http://trac-hacks.org/log/httpauthplugin/trunk \ /changeset/(\d+) \ debian uupdate debian/changelog0000644000000000000000000000025411702674104011043 0ustar trac-httpauth (1.1+r6675-1) unstable; urgency=low * First Debian package (Closes: #570546). -- W. Martin Borgert Mon, 09 Jan 2012 23:26:30 +0000 debian/control0000644000000000000000000000161411702672772010606 0ustar Source: trac-httpauth Section: web Priority: optional Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, debhelper (>= 7.0.50~) Maintainer: Python Applications Packaging Team Uploaders: W. Martin Borgert Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-httpauth/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-httpauth/trunk/ Homepage: http://trac-hacks.org/wiki/HttpAuthPlugin Package: trac-httpauth Architecture: all Depends: ${python:Depends}, ${misc:Depends}, trac Description: Force HTTP authentication from within Trac Allows you to protect certain paths with HTTP authentication, while the AccountManagerPlugin is used to check passwords. Primarily this is meant to be used with the XmlRpcPlugin so it will work while using AccountManager's form-based logins.debian/rules0000755000000000000000000000013611702673121010246 0ustar #!/usr/bin/make -f %: dh $@ --sourcedir=trunk --with python2 --buildsystem=python_distutils