[Python-apps-commits] r8084 - in packages/trac-httpauth/trunk (7 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sun Jan 15 18:14:14 UTC 2012


    Date: Sunday, January 15, 2012 @ 18:14:13
  Author: debacle
Revision: 8084

Prepare package.

Added:
  packages/trac-httpauth/trunk/debian/changelog
  packages/trac-httpauth/trunk/debian/compat
  packages/trac-httpauth/trunk/debian/control
  packages/trac-httpauth/trunk/debian/copyright
  packages/trac-httpauth/trunk/debian/rules
  packages/trac-httpauth/trunk/debian/watch
Modified:
  packages/trac-httpauth/trunk/debian/	(properties)


Property changes on: packages/trac-httpauth/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: packages/trac-httpauth/trunk/debian/changelog
===================================================================
--- packages/trac-httpauth/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-httpauth/trunk/debian/changelog	2012-01-15 18:14:13 UTC (rev 8084)
@@ -0,0 +1,5 @@
+trac-httpauth (1.1+r6675-1) unstable; urgency=low
+
+  * First Debian package (Closes: #570546).
+
+ -- W. Martin Borgert <debacle at debian.org>  Mon, 09 Jan 2012 23:26:30 +0000

Added: packages/trac-httpauth/trunk/debian/compat
===================================================================
--- packages/trac-httpauth/trunk/debian/compat	                        (rev 0)
+++ packages/trac-httpauth/trunk/debian/compat	2012-01-15 18:14:13 UTC (rev 8084)
@@ -0,0 +1 @@
+7

Added: packages/trac-httpauth/trunk/debian/control
===================================================================
--- packages/trac-httpauth/trunk/debian/control	                        (rev 0)
+++ packages/trac-httpauth/trunk/debian/control	2012-01-15 18:14:13 UTC (rev 8084)
@@ -0,0 +1,19 @@
+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 <python-apps-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+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.
\ No newline at end of file

Added: packages/trac-httpauth/trunk/debian/copyright
===================================================================
--- packages/trac-httpauth/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-httpauth/trunk/debian/copyright	2012-01-15 18:14:13 UTC (rev 8084)
@@ -0,0 +1,41 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Mon, 09 Jan 2012 23:26:30 +0000
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/HttpAuthPlugin
+
+Upstream Author:
+
+    Noah Kantrowitz <noah at coderanger.net>
+
+Copyright:
+
+    © 2007 Noah Kantrowitz <noah at coderanger.net>
+
+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.

Added: packages/trac-httpauth/trunk/debian/rules
===================================================================
--- packages/trac-httpauth/trunk/debian/rules	                        (rev 0)
+++ packages/trac-httpauth/trunk/debian/rules	2012-01-15 18:14:13 UTC (rev 8084)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --sourcedir=trunk --with python2 --buildsystem=python_distutils


Property changes on: packages/trac-httpauth/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/trac-httpauth/trunk/debian/watch
===================================================================
--- packages/trac-httpauth/trunk/debian/watch	                        (rev 0)
+++ packages/trac-httpauth/trunk/debian/watch	2012-01-15 18:14:13 UTC (rev 8084)
@@ -0,0 +1,6 @@
+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




More information about the Python-apps-commits mailing list