debian/0000755000000000000000000000000012250710533007164 5ustar debian/libyubikey-dev.install0000644000000000000000000000007112227720362013503 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/bin debian/control0000644000000000000000000000241712227720362010600 0ustar Source: libyubikey Priority: optional Maintainer: Tollef Fog Heen Uploaders: Simon Josefsson Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf Standards-Version: 3.9.4 Section: libs Homepage: https://github.com/Yubico/yubico-c Vcs-Browser: https://github.com/Yubico/yubico-c-dpkg Vcs-Git: git://github.com/Yubico/yubico-c-dpkg.git Package: libyubikey-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libyubikey0 (= ${binary:Version}) Description: Yubikey OTP library development files Yubikeys are USB tokens that act like keyboards and generate one-time passwords. The tokens are produced and sold by Yubico . This library is used for decrypting the one-time passwords into their various components. . This package contains the necessary files for developing using libyubikey. Package: libyubikey0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Yubikey OTP handling library runtime Yubikeys are USB tokens that act like keyboards and generate one-time passwords. The tokens are produced and sold by Yubico . This library is used for decrypting the one-time passwords into their various components. . This package contains the runtime library for libyubikey. debian/compat0000644000000000000000000000000212227720362010367 0ustar 9 debian/watch0000644000000000000000000000013312227720362010217 0ustar version=3 http://yubico.github.io/yubico-c/releases.html .*/libyubikey-(\d[\d.]*)\.tar\.gz debian/source/0000755000000000000000000000000012227720362010471 5ustar debian/source/format0000644000000000000000000000001412227720362011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000300612227715103011120 0ustar This package was debianized by Tollef Fog Heen on Wed, 22 Jul 2009 21:33:05 +0200. It was downloaded from http://code.google.com/p/yubico-c/ Upstream Author: Simon Josefsson Copyright (c) 2006-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: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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 OWNER 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/libyubikey0.symbols0000644000000000000000000000101012227715103013020 0ustar libyubikey.so.0 libyubikey0 #MINVER# YUBIKEY_1.0@YUBIKEY_1.0 1.5 yubikey_aes_decrypt@YUBIKEY_1.0 1.5 yubikey_crc16@YUBIKEY_1.0 1.5 yubikey_hex_decode@YUBIKEY_1.0 1.5 yubikey_hex_encode@YUBIKEY_1.0 1.5 yubikey_modhex_decode@YUBIKEY_1.0 1.5 yubikey_modhex_encode@YUBIKEY_1.0 1.5 yubikey_parse@YUBIKEY_1.0 1.5 YUBIKEY_1.5@YUBIKEY_1.5 1.5 yubikey_hex_p@YUBIKEY_1.5 1.5 yubikey_modhex_p@YUBIKEY_1.5 1.5 YUBIKEY_1.6@YUBIKEY_1.6 1.7 yubikey_aes_encrypt@YUBIKEY_1.6 1.7 yubikey_generate@YUBIKEY_1.6 1.7 debian/rules0000755000000000000000000000025712227720362010255 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --parallel --builddirectory=build --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules debian/README.source0000644000000000000000000000156512227720362011357 0ustar We describe here one way to work with the package sources. Initialize cowbuilder: sudo cowbuilder --create --distribution sid --mirror http://http.debian.net/debian --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg" --basepath /var/cache/pbuilder/base-debian-sid.cow Optionally update cowbuilder: sudo cowbuilder --update --basepath /var/cache/pbuilder/base-debian-sid.cow Clone the repository: git clone git@github.com:Yubico/yubico-c-dpkg.git Build the package: git-buildpackage --git-pristine-tar --git-builder="pdebuild --auto-debsign --pbuilder cowbuilder -- --twice --basepath /var/cache/pbuilder/base-debian-sid.cow" If all goes well, you should have newly built packages in /var/cache/pbuilder/result/. Update the package to a new upstream release (don't forget debian/changelog): git-import-orig --pristine-tar /path/to/new-release.tar.gz debian/changelog0000644000000000000000000000372412227720620011046 0ustar libyubikey (1.10-1) unstable; urgency=low * New upstream version. - Works with recent autotools. Closes: #713314. * Add README.source. * Add source/format using 3.0 (quilt). * Fix lintian binary-control-field-duplicates-source warning. * Add myself as Uploaders. * Upgrade from Standards-Version 3.8.0 to 3.9.4. * Add watch file. * Bump compat to 9 and use debhelper >= 9 to fix lintian warnings hardening-no-relro and hardening-no-fortify-functions. * Build with --disable-silent-rules to get better logs. * Update Homepage: field with new URL. Add Vcs-* headers. -- Simon Josefsson Thu, 17 Oct 2013 10:06:18 +0200 libyubikey (1.8-1) unstable; urgency=low * New upstream version. * Bump debhelper compat to 8. - Adjust argument ordering in debian/rules * Drop unneeded .dirs files. * Add -I$(top_srcdir) to AM_CPPFLAGS to fix FTBFS. * Use dh-autoreconf due to Makefile.am change. * Drop use of chrpath, upstream gets this right now. * Update copyright file. -- Tollef Fog Heen Tue, 13 Mar 2012 23:02:48 +0100 libyubikey (1.7-1) unstable; urgency=low * New upstream version. Closes: #591484 * Add new symbols from 1.6 * Change build system to dh(1) * Add modhex, ykgenerate and ykparse to libyubikey-dev. Closes: #591486 * Strip rpath from modhex, ykgenerate and ykparse. -- Tollef Fog Heen Fri, 31 Dec 2010 11:17:08 +0100 libyubikey (1.5-1) unstable; urgency=low * New upstream release - Use a linker script to only expose symbols we want to expose - Add new APIs to check validity of hex/modhex strings * Update symbols file to match the versioned objects * Build in a subdirectory rather than in the source directory. * Run tests too. -- Tollef Fog Heen Sat, 05 Sep 2009 10:05:40 +0200 libyubikey (1.4-1) unstable; urgency=low * Initial release. -- Tollef Fog Heen Wed, 22 Jul 2009 21:33:05 +0200 debian/libyubikey0.install0000644000000000000000000000002412227720362013005 0ustar usr/lib/*/lib*.so.*