summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <andrew.shadura@collabora.co.uk>2017-07-31 08:15:54 -0400
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2017-07-31 08:15:54 -0400
commitd64ef6f02d6c4b1d10bd80ea2ef0739d32d6f193 (patch)
treeb1b734f5c02623d2590f07fe9ae9cd96ed759c3e
parent7511fbd58c99d1fb76accb19fb9751af318ea00f (diff)
Update the homepage and the description.
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0efb096..9d08bea 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Build-Depends: debhelper (>= 9),
python-pkg-resources,
python-setuptools,
Standards-Version: 3.9.4
-Homepage: https://github.com/lakshmivyas/fswrap
+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
+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.