[27536] in Source-Commits
python-afs commit: Use correct syntax in X-Debathena-No-Build
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Nov 18 12:26:39 2013
Date: Mon, 18 Nov 2013 12:26:32 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201311181726.rAIHQW6f008095@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-afs/commits/0b24cc00590da25016828d87e1eec9dfdc5fe682
commit 0b24cc00590da25016828d87e1eec9dfdc5fe682
Author: Jonathan Reed <jdreed@mit.edu>
Date: Mon Nov 18 12:25:50 2013 -0500
Use correct syntax in X-Debathena-No-Build
The field name is X-Debathena-No-Build, not X-Debathena-Nobuild
debian/control | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/control b/debian/control
index 25bbea4..f5504ba 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.3
Package: python-afs
Architecture: any
-X-Debathena-Nobuild: squeeze lucid
+X-Debathena-No-Build: squeeze lucid
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: AFS bindings for Python