[27563] in Source-Commits

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

pyhesiodfs commit: Clean up control file

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Dec 31 12:27:32 2013

Date: Tue, 31 Dec 2013 12:27:25 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201312311727.rBVHRPZX027174@drugstore.mit.edu>
To: source-commits@MIT.EDU

https://github.com/mit-athena/pyhesiodfs/commit/7e977b8ae45751dac2d76b918771de8441d3e1f1
commit 7e977b8ae45751dac2d76b918771de8441d3e1f1
Author: Jonathan Reed <jdreed@mit.edu>
Date:   Fri Nov 15 09:27:22 2013 -0500

    Clean up control file
    
    - Properly Provide/Conflict ${diverted-files} for c-p-d
    - Use ${python:Versions} correctly
    - Do not ${python:Provide} anything, because we don't.
    - Do not depend on python-dev when we're not compiling modules.
    - Drop dependencies on python-hesiod, hesiod-config, and afs-config.
      Instead, depend on debathena-python-locker-support which will take
      care of all that for us.
    - Fold the dependencies line for better readability

 debian/control |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 5e52916..71b9c3d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,21 @@ Source: debathena-pyhesiodfs
 Section: debathena/net
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: cdbs, debhelper, config-package-dev, python-dev, python-support
+Build-Depends: cdbs, debhelper, config-package-dev, python-support
 Standards-Version: 3.9.3
 
 Package: debathena-pyhesiodfs
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-fuse, python-hesiod (>= 0.2.10), debathena-afs-config, debathena-hesiod-config, adduser, fuse (>= 2.8.5-2~) | fuse-utils, lsb-base (>= 3.0-6)
-Provides: ${python:Provides}
-Conflicts: debathena-afuse-automounter, debathena-autofs-config
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-fuse,
+ fuse (>= 2.8.5-2~) | fuse-utils,
+ adduser,
+ lsb-base (>= 3.0-6),
+ debathena-python-locker-support,
+Provides: ${diverted-files}
+Conflicts: debathena-afuse-automounter, debathena-autofs-config, ${diverted-files}
 Replaces: debathena-afuse-automounter, debathena-autofs-config
 Description: Hesiod automounter for Athena lockers
  This package includes a FUSE filesystem to automatically mount Athena

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