[Python-modules-commits] r8633 - in packages/python-repoze.who-plugins/trunk/debian (5 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat May 30 11:07:43 UTC 2009


    Date: Saturday, May 30, 2009 @ 11:07:42
  Author: zack
Revision: 8633

packaging skeleton

Added:
  packages/python-repoze.who-plugins/trunk/debian/changelog
  packages/python-repoze.who-plugins/trunk/debian/compat
  packages/python-repoze.who-plugins/trunk/debian/control
  packages/python-repoze.who-plugins/trunk/debian/copyright
Modified:
  packages/python-repoze.who-plugins/trunk/debian/rules

Added: packages/python-repoze.who-plugins/trunk/debian/changelog
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/changelog	                        (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/changelog	2009-05-30 11:07:42 UTC (rev 8633)
@@ -0,0 +1,5 @@
+python-repoze.who-plugins (20090530-1) UNRELEASED; urgency=low
+
+  * First release (Closes: #531146)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 30 May 2009 12:56:31 +0200

Added: packages/python-repoze.who-plugins/trunk/debian/compat
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/compat	                        (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/compat	2009-05-30 11:07:42 UTC (rev 8633)
@@ -0,0 +1 @@
+7

Added: packages/python-repoze.who-plugins/trunk/debian/control
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/control	                        (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/control	2009-05-30 11:07:42 UTC (rev 8633)
@@ -0,0 +1,36 @@
+Source: python-repoze.who-plugins
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Stefano Zacchiroli <zack at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ cdbs,
+ python-dev,
+ python-support,
+ python-setuptools
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.who-plugins/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.who-plugins/trunk/
+
+Package: python-repoze.who-plugins
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-repoze.who
+Description: authentication framework for Python WSGI applications - plugins collection
+ repoze.who is an identification and authentication framework for
+ arbitrary Python WSGI applications; it acts as WSGI middleware and is
+ inspired by Zope 2's Pluggable Authentication Service (PAS).
+ .
+ This package contains a collection of plugins for repoze.who, in
+ particular:
+ .
+  * repoze.who-friendlyform - developer-friendly forms
+  * repoze.who-plugins.sa - SQLAlchemy integration
+  * repoze.who-testutil - test utilities for repoze.who applications
+  * repoze.who.plugins.ldap - LDAP authentication
+  * repoze.who.plugins.openid - login via OpenID
+  * repoze.who.plugins.recaptcha - server-side recaptcha implementation

Added: packages/python-repoze.who-plugins/trunk/debian/copyright
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/copyright	                        (rev 0)
+++ packages/python-repoze.who-plugins/trunk/debian/copyright	2009-05-30 11:07:42 UTC (rev 8633)
@@ -0,0 +1,71 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Sat, 30 May 2009 12:56:59 +0200.
+
+Most of the files shipped by python-repoze.who-plugins are under the
+BSD-like license reported below and available from
+http://www.repoze.org/LICENSE.txt
+In the reminder of this copyright file they are marked as licensed
+under the "BSD-repoze" license.
+
+
+Files: repoze.who-friendlyform*
+Copyright: Copyright © 2009 Gustavo Narea <me at gustavonarea.net>
+License: BSD-repoze
+
+Files: repoze.who.plugins.sa*
+Copyright: Copyright © 2009 Gustavo Narea <me at gustavonarea.net>
+License: BSD-repoze
+
+Files: repoze.who-testutil*
+Copyright: Copyright © 2009 Gustavo Narea <me at gustavonarea.net>
+License: BSD-repoze
+
+
+Files: debian/*
+Copyright: Copyright © 2009 Stefano Zacchiroli <zack at debian.org>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-3' file.
+
+
+The terms of the so called "BSD-repoze" license are as follows:
+
+ A copyright notice accompanies this license document that identifies
+ the copyright holders.
+ 
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ 
+ 1.  Redistributions in source code must retain the accompanying
+     copyright notice, this list of conditions, and the following
+     disclaimer.
+ 
+ 2.  Redistributions in binary form must reproduce the accompanying
+     copyright notice, this list of conditions, and the following
+     disclaimer in the documentation and/or other materials provided
+     with the distribution.
+ 
+ 3.  Names of the copyright holders must not be used to endorse or
+     promote products derived from this software without prior
+     written permission from the copyright holders.
+ 
+ 4.  If any files are modified, you must cause the modified files to
+     carry prominent notices stating that you changed the files and
+     the date of any change.
+ 
+ Disclaimer
+ 
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
+   ANY EXPRESSED 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 COPYRIGHT
+   HOLDERS 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.
+

Modified: packages/python-repoze.who-plugins/trunk/debian/rules
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/rules	2009-05-30 09:58:16 UTC (rev 8632)
+++ packages/python-repoze.who-plugins/trunk/debian/rules	2009-05-30 11:07:42 UTC (rev 8633)
@@ -1,7 +1,7 @@
 #!/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
+DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
 
 PKG = python-repoze.who-plugins
 UPSTREAMS = \
@@ -10,12 +10,6 @@
 	repoze.who-testutil \
 	$(NULL)
 
-# DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-# DEB_COMPRESS_EXCLUDE += .js
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
-# build/$(PKG)::
-# 	$(MAKE) -C docs/ html
-# cleanbuilddir/$(PKG)::
-# 	$(MAKE) -C docs/ clean
-
 -include debian/get-orig-source.mk




More information about the Python-modules-commits mailing list