debian/0000755000000000000000000000000011772312711007170 5ustar debian/clean0000644000000000000000000000003511672161073010175 0ustar Lib/python_yubico.egg-info/* debian/python-yubico.install0000644000000000000000000000003311672166423013373 0ustar debian/tmp/usr/lib/python* debian/python-yubico-tools.manpages0000644000000000000000000000001511764365435014664 0ustar util/yubi*.1 debian/control0000644000000000000000000000301511772312533010574 0ustar Source: python-yubico Maintainer: Yubico Open Source Maintainers Uploaders: Fredrik Thulin , Simon Josefsson , Klas Lindfors Section: python Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.8.4), python-nose (>= 0.10.0b1), python-setuptools (>= 0.6b3) Vcs-Git: git://github.com/Yubico/python-yubico-dpkg.git Vcs-Browser: https://github.com/Yubico/python-yubico-dpkg Homepage: https://github.com/Yubico/python-yubico Standards-Version: 3.9.3 DM-Upload-Allowed: yes Package: python-yubico Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-usb XB-Python-Version: ${python:Versions} Provides: ${python:Provides} Description: Python code for talking to Yubico YubiKeys The YubiKey is a hardware authentication token. This is a Python package for interacting with YubiKeys. Typical use is to detect, configure (personalize) or issue challenge-responses to YubiKeys. Package: python-yubico-tools Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-argparse, python-yubico (= ${binary:Version}) XB-Python-Version: ${python:Versions} Provides: ${python:Provides} Description: Tools for Yubico YubiKeys The YubiKey is a hardware authentication token. This package contains utilities for the YubiKey implemented using the python-yubico package. . This package currently includes the following utilities : . * yubikey-totp - OATH TOTP code generator using YubiKey debian/python-yubico.examples0000644000000000000000000000001311672154320013532 0ustar examples/* debian/compat0000644000000000000000000000000211672564635010403 0ustar 7 debian/python-yubico.docs0000644000000000000000000000000711672156030012647 0ustar README debian/python-yubico-tools.install0000644000000000000000000000003311764365525014537 0ustar util/yubikey-totp usr/bin/ debian/watch0000644000000000000000000000015511672155604010227 0ustar version=3 http://githubredir.debian.net/github/Yubico/python-yubico /github/Yubico/python-yubico/(.+).tar.gz debian/source/0000755000000000000000000000000011511051115010455 5ustar debian/source/format0000644000000000000000000000001411511051115011663 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000246011764371734011140 0ustar Copyright (c) 2011, 2012 Yubico AB All rights reserved. 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. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER 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. debian/python-yubico.preinst0000644000000000000000000000066311510700144013403 0ustar #! /bin/sh set -e # This was added by stdeb to workaround Debian #479852. In a nutshell, # pycentral does not remove normally remove its symlinks on an # upgrade. Since we're using python-support, however, those symlinks # will be broken. This tells python-central to clean up any symlinks. if [ -e /var/lib/dpkg/info/python-yubico.list ] && which pycentral >/dev/null 2>&1 then pycentral pkgremove python-yubico fi #DEBHELPER# debian/rules0000755000000000000000000000013611764365304010257 0ustar #!/usr/bin/make -f override_dh_installchangelogs: dh_installchangelogs ChangeLog %: dh $@ debian/changelog0000644000000000000000000000054211772312633011046 0ustar python-yubico (1.1.0-2) unstable; urgency=low * Change Maintainer address to one that doesn't require subscription. -- Fredrik Thulin Tue, 26 Jun 2012 12:56:37 +0200 python-yubico (1.1.0-1) unstable; urgency=low * Initial release. (Closes: #676628) -- Fredrik Thulin Fri, 08 Jun 2012 14:45:31 +0200