debian/0000775000000000000000000000000011757241201007170 5ustar debian/source/0000775000000000000000000000000011757241177010504 5ustar debian/source/format0000664000000000000000000000001411757227333011710 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000146411757227333010267 0ustar #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3,sphinxdoc ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test -vv override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_installchangelogs: dh_installchangelogs -k flufl/password/NEWS.rst override_dh_installdocs: python setup.py build_sphinx dh_installdocs build/sphinx/html override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info debian/python3-flufl.password.install0000664000000000000000000000002011757227333015135 0ustar usr/lib/python3 debian/python-flufl.password.links0000664000000000000000000000013211757227333014530 0ustar usr/share/doc/python-flufl.password/html/_sources usr/share/doc/python-flufl.password/rst debian/python-flufl.password.install0000664000000000000000000000002111757227333015053 0ustar usr/lib/python2* debian/changelog0000664000000000000000000000212611757241117011051 0ustar flufl.password (1.2.1-1) unstable; urgency=low * New upstream release. -- Barry Warsaw Wed, 23 May 2012 16:02:19 -0400 flufl.password (1.2-2) unstable; urgency=low * Team upload [ Barry Warsaw ] * debian/rules: - Build and install Python 3 versions via % expansion targets instead of for loops in override targets. - Remove test target debugging output when DEB_BUILD_OPTIONS=nocheck. - Remove questionable workaround for bug 618367. - Better override_dh_auto_clean rule so that the package can be built twice in a row. * debian/control: - Rename flufl.password-docs to the more usual flufl.password-doc without adding transitional packages since it has never been in a stable release. - Bump standards-version to 3.9.3 without further changes. [ Scott Kitterman ] * Add DM-Upload-Allowed -- Scott Kitterman Tue, 27 Mar 2012 15:19:52 -0400 flufl.password (1.2-1) unstable; urgency=low * Initial release (closes: #657082) -- Barry Warsaw Mon, 23 Jan 2012 17:21:42 -0500 debian/python-flufl.password.pyremove0000664000000000000000000000015611757227333015264 0ustar flufl/password/conf.py flufl/password/README.txt flufl/password/NEWS.txt flufl.password*.egg-info/SOURCES.txt debian/copyright0000664000000000000000000000231211757227333011133 0ustar This work was packaged for Debian by: Barry A. Warsaw on 2012-01-23 It was downloaded from: Upstream Author: Barry Warsaw Copyright: License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". The Debian packaging is: Copyright (C) 2012 Barry A. Warsaw and is licensed under the LGPL version 3, see "/usr/share/common-licenses/LGPL-3". debian/control0000664000000000000000000000343011757227333010605 0ustar Source: flufl.password Maintainer: Barry Warsaw Uploaders: Debian Python Modules Team Homepage: http://launchpad.net/flufl.password Section: python X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Priority: optional Build-Depends: python-all (>= 2.6.6-3~), python-setuptools, python-sphinx (>= 1.0.7+dfsg-1~), debhelper (>= 8), python3-all, python3-setuptools Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/python-modules/packages/flufl.password/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/flufl.password/trunk/ DM-Upload-Allowed: yes Package: python-flufl.password-doc Architecture: all Section: doc Breaks: python-flufl.password-docs Replaces: python-flufl.password-docs Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: password hashing and verification (common documentation) This package provides utilities for hashing and verification of passwords, as well as generating user-friendly passwords. . This is the common documentation package. Package: python-flufl.password Architecture: all Depends: ${python:Depends}, ${misc:Depends} Suggests: python-flufl.password-doc Description: password hashing and verification (Python 2) This package provides utilities for hashing and verification of passwords, as well as generating user-friendly passwords. Package: python3-flufl.password Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Suggests: python-flufl.password-doc Description: password hashing and verification (Python 3) This package provides utilities for hashing and verification of passwords, as well as generating user-friendly passwords. . This is the Python 3 version of the package. debian/patches/0000775000000000000000000000000011757241177010633 5ustar debian/patches/series0000664000000000000000000000001411757227333012041 0ustar setup.patch debian/patches/setup.patch0000664000000000000000000000124511757227333013014 0ustar Description: Comment out distribute_setup since this could lead to the downloading of distribute from PyPI. Author: Barry Warsaw Forwarded: not-needed === modified file 'setup.py' --- a/setup.py 2012-01-23 21:58:35 +0000 +++ b/setup.py 2012-01-27 00:56:49 +0000 @@ -15,8 +15,8 @@ # You should have received a copy of the GNU Lesser General Public License # along with flufl.password. If not, see . -import distribute_setup -distribute_setup.use_setuptools() +## import distribute_setup +## distribute_setup.use_setuptools() from setup_helpers import ( description, get_version, long_description, require_python) debian/watch0000664000000000000000000000013511757227333010232 0ustar version=3 http://pypi.python.org/packages/source/f/flufl.password/flufl.password-(.*).tar.gz debian/compat0000664000000000000000000000000211757227333010400 0ustar 8