diff --git a/debian/changelog b/debian/changelog index 9222109..4fff600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -sysmontask () ; urgency=high +sysmontask (1.3.9) unstable; urgency=high * Additional release. - -- Neeraj Kumar \ No newline at end of file + -- Neeraj Kumar Fri, 16 Apr 2021 12:29:00 -0400 diff --git a/debian/control b/debian/control index 7013d21..de85225 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,28 @@ Source: sysmontask -Maintainer: Neeraj Kumar -Build-Depends: debhelper,dh-python,python3-all,python3-setuptools,lshw -Section: devel +Section: utils Priority: optional +Maintainer: Neeraj Kumar +Build-Depends: debhelper, + dh-python, + python3-all, + python3-setuptools, + lshw Standards-Version: 3.8.6 X-Python3-Version: >= 3.6 +Homepage: https://github.com/KrispyCamel4u/SysMonTask +Vcs-Browser: https://github.com/KrispyCamel4u/SysMonTask +Vcs-Git: https://github.com/KrispyCamel4u/SysMonTask.git +Rules-Requires-Root: no Package: sysmontask Architecture: all +Depends: ${python3:Depends}, + python3-gi-cairo, + python3-gi, + gir1.2-gtk-3.0, + gir1.2-wnck-3.0, + python3-psutil (>= 5.7.2) +Recommends: nvidia-smi Description: System Monitor With UI Like Windows -Depends: ${python3:Depends},python3-gi-cairo,python3-gi,gir1.2-gtk-3.0,gir1.2-wnck-3.0 + SysMonTask is a Linux system monitor with the compactness and usefulness of + Windows Task Manager to allow higher control and monitoring. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1e591ae --- /dev/null +++ b/debian/copyright @@ -0,0 +1,33 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: sysmontask +Source: https://github.com/KrispyCamel4u/SysMonTask + +Files: * +Copyright: 2020 Neeraj Kumar +License: BSD-3-Clause + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + 3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software without + specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.