From: Evan Broder Date: Mon, 7 Dec 2009 22:58:14 +0000 (-0500) Subject: Merge branch 'master' into debian X-Git-Tag: 0.1.1-1~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/6dd03354bbaf5319d1314db52f035d2dc5e43fdf?hp=dceee3da65a852f480dd7469def7fe3f23b1963f Merge branch 'master' into debian --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..baf61ce --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +python-afs (0.1.0-2) unstable; urgency=low + + * Correct build-deps. + + -- Evan Broder Tue, 24 Nov 2009 18:53:35 -0500 + +python-afs (0.1.0-1) unstable; urgency=low + + * Initial Release. + + -- Evan Broder Sun, 22 Nov 2009 21:38:37 -0500 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..20a72e1 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: python-afs +Section: python +Priority: extra +Maintainer: Evan Broder +Build-Depends: cdbs, debhelper, python-all-dev, python-support, cython, python-setuptools, libopenafs-dev, libkrb5-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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..68bb3ca --- /dev/null +++ b/debian/copyright @@ -0,0 +1,18 @@ +This package was written and debianized by Evan Broder + on Sun, Nov. 22, 2009. + +Upstream Author: + + Evan Broder + +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 and is +licensed under the GPL License, see above. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..616431f --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,3 @@ +[git-buildpackage] +upstream-branch = master +debian-branch = debian diff --git a/debian/pycompat b/debian/pycompat new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/debian/pycompat @@ -0,0 +1 @@ +2 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..25c34c4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/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