diff --git a/debian/control b/debian/control index 3b4056f..6e694ee 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: safeeyes Section: utils Priority: optional -Maintainer: Loganathan Gobinath +Maintainer: Gobinath Loganathan Build-Depends: debhelper (>= 9) Standards-Version: 3.9.6 Homepage: https://github.com/slgobinath/SafeEyes/ diff --git a/debian/copyright b/debian/copyright index 44ac486..9e40e2d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: uget-chrome-wrapper Source: https://github.com/slgobinath/SafeEyes/ Files: * -Copyright: 2016 Loganathan Gobinath +Copyright: 2016 Gobinath Loganathan License: GPL-3.0+ License: GPL-3.0+ diff --git a/debian/install b/debian/install index 44f1741..f2dbb42 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,2 @@ -safeeyes /opt +safeeyes /usr/lib/python2.7/dist-packages/ share /usr \ No newline at end of file diff --git a/safeeyes/safeeyes.py b/safeeyes/__main__.py similarity index 100% rename from safeeyes/safeeyes.py rename to safeeyes/__main__.py