summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 25 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 6809312..785f6ff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,37 @@ Source: python-fswrap
Section: python
Priority: extra
Maintainer: Julien Danjou <acid@debian.org>
-Build-Depends: debhelper (>= 8.0.0), python-all,
- python-setuptools, python-pkg-resources, python-nose
-Standards-Version: 3.9.4
-Homepage: https://github.com/lakshmivyas/fswrap
+Build-Depends: debhelper (>= 9),
+ python-all,
+ python-nose,
+ python-pkg-resources,
+ python-setuptools,
+ python3-all,
+ python3-nose,
+ python3-pkg-resources,
+ python3-setuptools
+Standards-Version: 4.0.0
+Homepage: https://github.com/hyde/fswrap
Vcs-Git: git://git.debian.org/collab-maint/python-fswrap.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-fswrap.git;a=summary
Package: python-fswrap
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Description: Unified object oriented interface for interacting with file system objects
+Provides: ${python:Provides}
+Description: unified object oriented interface to file system objects
File system operations in Python are distributed across modules: os,
os.path, fnmatch, shutil and distutils. This module attempts to make the
right choices for common operations to provide a single interface.
+ .
+ This package is for Python 2.
+
+Package: python3-fswrap
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: unified object oriented interface to file system objects (Python 3)
+ File system operations in Python are distributed across modules: os,
+ os.path, fnmatch, shutil and distutils. This module attempts to make the
+ right choices for common operations to provide a single interface.
+ .
+ This package is for Python 3.