diff --git a/debian/changelog b/debian/changelog index 117689f3351105c0c1bdd21e8be4cfcdfa10d57f..b521a7cee5601f09fa5c57b455ae763056a943c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xspy (1.1-parrot0) rolling-testing; urgency=medium + + * Update makefile build flag + * Remove binary at /usr/bin/ + * Binary at /usr/share/xspy now has chmod 600 + + -- Nong Hoang Tu Wed, 18 Nov 2020 05:14:28 +0700 + xspy (1.1-1kali2) kali; urgency=low * Revision bump to force rebuild diff --git a/debian/control b/debian/control index 50dde847359aa17b331f8ab2a0050c0fc1d495c1..b57841952178c066ffa3ae6c038a3b65949f9f45 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,13 @@ Source: xspy Section: utils Priority: extra -Maintainer: Devon Kearns -Build-Depends: debhelper (>= 8.0.0), libx11-dev -Standards-Version: 3.9.3 -Homepage: http://www.kali.org -Vcs-Git: ssh://git@git.kali.org/packages/xspy.git -Vcs-Browser: http://git.kali.org/gitweb/?p=packages/xspy.git;a=summary +Maintainer: Parrot Team +Build-Depends: debhelper (>= 12.0), libx11-dev +Standards-Version: 4.5.0 +Homepage: https://github.com/mnp/xspy/ +Vcs-Git: ssh://git@git.parrot.sh/packages/tools/xspy.git +Vcs-Browser:https://nest.parrotsec.org/packages/tools/xspy Package: xspy Architecture: any diff --git a/debian/copyright b/debian/copyright index 5e50f24a22a810094a351adcdea4c93ecb761c96..ede503a16748815f11a2f4476156fd65a0cdffe6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -39,3 +39,28 @@ License: GPL-2+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +Files: + debian/changelog + debian/control + debian/rules + debian/copyright + debian/xspy.install + Makefile +Copyright: 2020 Nong Hoang Tu +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". \ No newline at end of file diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index cd5dc83af9f1aa479973201ae45a640c1cdb8bbf..0000000000000000000000000000000000000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/xspy -usr/bin diff --git a/debian/xspy.install b/debian/xspy.install index d47e2bd073b253cb5016de52544213b0e820db3b..5c6ea1634cbf0d7db24cc5ae9138c41e56868092 100644 --- a/debian/xspy.install +++ b/debian/xspy.install @@ -1,2 +1 @@ -xspy usr/bin/ -xspy usr/share/xspy/ +xspy usr/share/xspy/ \ No newline at end of file