--- /dev/null
+yubikey-server-c (0.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Tollef Fog Heen <tfheen@debian.org> Mon, 19 Oct 2009 16:35:58 +0200
--- /dev/null
+Source: yubikey-server-c
+Section: unknown
+Priority: extra
+Maintainer: Tollef Fog Heen <tfheen@debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, libpq-dev, libmicrohttpd-dev, libyubikey-dev
+Standards-Version: 3.8.3
+
+Package: yubikey-server-c
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Yubikey validation server
+ Yubikeys are USB tokens that act like keyboards and generate one-time
+ passwords. The tokens are produced and sold by Yubico
+ .
+ This is a server that checks the validity of those OTP tokens. There
+ are servers written in Java and PHP, while this one is written in C
+ .
+ It implements the server side of the API as described on
+ http://www.yubico.com/developers/api/ and can be used with any client
+ that implements the same API.
--- /dev/null
+This work was packaged for Debian by Tollef Fog Heen <tfheen@debian.org>, on Mon, 19 Oct 2009 16:35:58 +0200
+
+Upstream Author:
+
+ Tollef Fog Heen <tfheen@err.no>
+
+Copyright:
+
+ Copyright (C) 2009 Tollef Fog Heen <tfheen@err.no>
+
+License:
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ version 2 as published by the Free Software Foundation.
+
+ This program 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
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA.
+
+The full text of the GPL version 2 can be found in
+/usr/share/common-licenses/GPL-2 on most Debian systems.
\ No newline at end of file
--- /dev/null
+#!/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 $@