[27535] in Source-Commits

home help back first fref pref prev next nref lref last post

python-afs commit: Update Build-Depends and add pyverions

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Nov 18 12:23:32 2013

Date: Mon, 18 Nov 2013 12:23:25 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201311181723.rAIHNPaP005596@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/python-afs/commits/f1c95096d72c9fd7b1d22711075c65239046993a
commit f1c95096d72c9fd7b1d22711075c65239046993a
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Mon Nov 18 11:34:20 2013 -0500

    Update Build-Depends and add pyverions
    
    - Update Build-Depends to require OpenAFS 1.6 or higher (this will
      not build on 1.4 and we don't want to try).
    - Add X-Debathena-Nobuild for squeeze and lucid which are too old
    - Add debian/pyversions to enforce the 2.6 requirement added in
      7b37633d
    - Update the changelog to clarify we no longer support old OpenAFS

 debian/changelog  |    3 ++-
 debian/control    |    3 ++-
 debian/pyversions |    1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43a52fc..8d6ede6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ python-afs (0.2.0-1) unstable; urgency=low
 
   * Release a new version, with an afs.fs module that actually does stuff
   * Require python 2.6 because it's not 2007 anymore.
+  * Drop support for versions of OpenAFS before 1.6.0
 
- -- Jonathan Reed <jdreed@mit.edu>  Fri, 01 Nov 2013 14:22:38 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Mon, 18 Nov 2013 11:46:24 -0500
 
 python-afs (0.1.2-1) precise; urgency=low
 
diff --git a/debian/control b/debian/control
index 708cbc1..25bbea4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,12 @@ Source: python-afs
 Section: python
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7), python-all-dev, python-support, cython, python-setuptools, libopenafs-dev, libkrb5-dev
+Build-Depends: debhelper (>= 7), python-all-dev, python-support, cython, python-setuptools, libopenafs-dev (>= 1.6.0-1~), libkrb5-dev
 Standards-Version: 3.9.3
 
 Package: python-afs
 Architecture: any
+X-Debathena-Nobuild: squeeze lucid
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 Description: AFS bindings for Python
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..0c043f1
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.6-

home help back first fref pref prev next nref lref last post