debian/0000775000000000000000000000000011770215045007172 5ustar debian/swauth.install0000664000000000000000000000032511770213772012102 0ustar usr/bin/swauth-add-account usr/bin/swauth-add-user usr/bin/swauth-cleanup-tokens usr/bin/swauth-delete-account usr/bin/swauth-delete-user usr/bin/swauth-list usr/bin/swauth-prep usr/bin/swauth-set-account-service debian/copyright0000664000000000000000000000150111770213772011127 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: swauth Source: https://github.com/gholt/swauth Files: * Copyright: 2011 Openstack, LLC. License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. debian/README.source0000664000000000000000000000024011770213772011352 0ustar swauth for Debian ----------------- This package does not contain a debian/watch. So to generate a new source run the fakeroot debian/rules get-origs-source debian/compat0000664000000000000000000000000211770213772010375 0ustar 8 debian/changelog0000664000000000000000000000045011770214455011047 0ustar swauth (1.0.4-0ubuntu1) quantal; urgency=low * New upstream release. -- Logan Rosen Mon, 18 Jun 2012 15:21:44 -0400 swauth (1.0.2+git20111128-0ubuntu1) precise; urgency=low * Initial release. -- Chuck Short Mon, 28 Nov 2011 13:38:37 -0500 debian/python-swauth.install0000664000000000000000000000004011770213772013413 0ustar usr/lib/python*/dist-packages/* debian/rules0000775000000000000000000000163011770213772010257 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 override_dh_clean: dh_clean rm -rf doc/build/* UPSTREAM_GIT=git://github.com/gholt/swauth.git DEBIAN_NAME=swauth DEBIAN_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') get-orig-source: git clone $(UPSTREAM_GIT) $(DEBIAN_NAME).src cd $(DEBIAN_NAME).src ; \ git archive master --format=tar.gz \ --output=$(DEBIAN_NAME)_$(DEBIAN_VERSION).orig.tar.gz \ --prefix=$(DEBIAN_NAME)-$(DEBIAN_VERSION)/ rm -rf $(DEBIAN_NAME).src debian/control0000664000000000000000000000203411770213772010601 0ustar Source: swauth Section: net Priority: optional Maintainer: Chuck Short Build-Depends: debhelper (>= 8.0.0), python-all, python-openssl, python-setuptools, python-webob, python-simplejson, python-xattr, python-greenlet, python-eventlet, python-sphinx, swift-proxy Standards-Version: 3.9.2 Homepage: http://www.launchpad.net/swauth Package: swauth Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depens}, python-swauth Description: An auth service for swith as a WSGI middleware that uses swift. An alternative auth service for swift. . Contains the necessary daemons. Package: python-swauth Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-openssl, python-pastedeploy, python-webob, python-simplejson, python-xattr, python-netifaces, python-greenlet, python-eventlet, swift-proxy, Provides: ${python:Provides} Description: An auth service for swift as a WSGI middleware that uses swift. An alternative auth ervices for swift. . Contains the python libraries debian/source/0000775000000000000000000000000011770215045010472 5ustar debian/source/format0000664000000000000000000000001411770213772011705 0ustar 3.0 (quilt) debian/docs0000664000000000000000000000001211770213772010043 0ustar README.md