--- /dev/null
+python-afs (0.1.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Evan Broder <broder@mit.edu> Sun, 22 Nov 2009 21:38:37 -0500
--- /dev/null
+Source: python-afs
+Section: python
+Priority: extra
+Maintainer: Evan Broder <broder@mit.edu>
+Build-Depends: cdbs, debhelper, python-all-dev, python-support, python-pyrex, python-setuptools, libopenafs-dev
+Standards-Version: 3.8.3
+
+Package: python-afs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: AFS bindings for Python
+ PyAFS provides a set of Python bindings for the AFS distributed
+ filesystem.
--- /dev/null
+This package was written and debianized by Evan Broder
+<broder@mit.edu> on Sun, Nov. 22, 2009.
+
+Upstream Author:
+
+ Evan Broder <broder@mit.edu>
+
+Copyright:
+
+ Copyright (C) 2009 Evan Broder
+
+License:
+
+ This software is licensed under version 2 or later of the GPL. The
+ GPL can be found in the file `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is (C) 2009, Evan Broder <broder@mit.edu> and is
+licensed under the GPL License, see above.
--- /dev/null
+upstream-branch = master
+debian-branch = debian
--- /dev/null
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ rm -rf afs/_acl.c afs/_fs.c afs/_pts.c afs/_util.c