--- trac-authopenid-0.1.9.orig/debian/watch +++ trac-authopenid-0.1.9/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=filenamemangle=s/.*v(.*)\.tar\.gz/trac-authopenid-$1.tar.gz/ \ +http://trac.sandbox.lt/auth/wiki/AuthOpenIdPlugin .*v(.*).tar.gz debian uupdate --- trac-authopenid-0.1.9.orig/debian/compat +++ trac-authopenid-0.1.9/debian/compat @@ -0,0 +1 @@ +5 --- trac-authopenid-0.1.9.orig/debian/pycompat +++ trac-authopenid-0.1.9/debian/pycompat @@ -0,0 +1 @@ +2 --- trac-authopenid-0.1.9.orig/debian/rules +++ trac-authopenid-0.1.9/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- trac-authopenid-0.1.9.orig/debian/control +++ trac-authopenid-0.1.9/debian/control @@ -0,0 +1,16 @@ +Source: trac-authopenid +Section: python +Priority: optional +Maintainer: Jeremy Lainé +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.4), python-setuptools +Standards-Version: 3.8.1 +Homepage: http://trac.sandbox.lt/auth/wiki/AuthOpenIdPlugin +Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/trac-authopenid/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/trac-authopenid/trunk/ + +Package: trac-authopenid +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, trac (>= 0.11), python-openid +Description: OpenID authentication plugin for Trac + This plugin make it possible to login to Trac using the OpenID + decentralized identity system. --- trac-authopenid-0.1.9.orig/debian/changelog +++ trac-authopenid-0.1.9/debian/changelog @@ -0,0 +1,19 @@ +trac-authopenid (0.1.9-1) unstable; urgency=low + + * New upstream release. + * Add watch files (Closes: #524229). + + -- Jeremy Lainé Mon, 20 Apr 2009 07:43:46 +0200 + +trac-authopenid (0.1.7-1) unstable; urgency=low + + * New upstream release. + * Fix lintian warning by adding ${misc:Depends}. + + -- Jeremy Lainé Mon, 05 Jan 2009 08:01:52 +0100 + +trac-authopenid (0.1.6-1) unstable; urgency=low + + * Initial upload to Debian (Closes: #507261). + + -- Jeremy Lainé Sat, 29 Nov 2008 15:57:47 +0100 --- trac-authopenid-0.1.9.orig/debian/copyright +++ trac-authopenid-0.1.9/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Jeremy Lainé on +Thu, 29 Nov 2008 14:40:21 +0100. + +It was downloaded from http://trac.sandbox.lt/auth/wiki/AuthOpenIdPlugin + +Upstream Author: Dalius Dobravolskas + +Copyright: + +Copyright (C) 2007 Dalius Dobravolskas +All rights reserved. + +This software is licensed using the same licence as Trac: +http://trac.edgewall.org/wiki/TracLicense. + +Trac is licensed under a modified BSD license, which follows: + +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. The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.