From a2656cc6216b89815e85fb0bac99f5f274150935 Mon Sep 17 00:00:00 2001 From: dmknght Date: Wed, 18 Nov 2020 05:21:19 +0700 Subject: [PATCH] New version with safer build --- debian/changelog | 8 ++++++++ debian/control | 13 +++++++------ debian/copyright | 25 +++++++++++++++++++++++++ debian/dirs | 2 -- debian/xspy.install | 3 +-- 5 files changed, 41 insertions(+), 10 deletions(-) delete mode 100644 debian/dirs diff --git a/debian/changelog b/debian/changelog index 117689f..b521a7c 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 50dde84..b578419 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 5e50f24..ede503a 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 cd5dc83..0000000 --- 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 d47e2bd..5c6ea16 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 -- GitLab