Unverified Kaydet (Commit) b5ff6df6 authored tarafından Hakan Dündar's avatar Hakan Dündar Kaydeden (comit) GitHub

Merge pull request #107 from theofficialgman/master

allow for building for deb and pip in master branch
This diff is collapsed.
10
\ No newline at end of file
Source: system-monitoring-center
Section: utils
Priority: optional
Maintainer: Hakan Dündar <hakandundar34coding@gmail.com>
Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools
Standards-Version: 4.3.0
Homepage: https://github.com/hakandundar34coding/system-monitoring-center
Package: system-monitoring-center
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
bash (>=4.4),
dmidecode,
iproute2,
python3 (>=3.6),
python3-cairo,
python3-gi,
python3-gi-cairo,
util-linux (>=2.31)
Description: Multi-featured system monitor.
Provides information about CPU/RAM/Disk/Network/GPU performance, sensors,
processes, users, services and system.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: system-monitoring-center
Source: https://github.com/hakandundar34coding/system-monitoring-center
Files: *
Copyright: 2021 Hakan Dündar <hakandundar34coding@gmail.com>
License: GPL-3.0+
License: GPL-3.0+
This program 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 3 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 <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
#!/usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild
3.0 (native)
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment