Verified Kaydet (Commit) 0976df2f authored tarafından Erdem Ersoy's avatar Erdem Ersoy

Add Pardus packaging files

üst 3f4063e9
pardus-flatpak-gui (0.1.0) UNRELEASED; urgency=low
* Initial release. Closes: #nnnn
<nnnn is the bug number of your ITP>
-- Erdem Ersoy <> Fri, 24 Apr 2020 11:44:47 +0300
Source: pardus-flatpak-gui
Section: utils
Priority: optional
Maintainer: Erdem Ersoy <erdem.ersoy@pardus.org.tr>
Build-Depends: debhelper (>=11~), dh-python, python3-all, python3-setuptools
Standards-Version: 4.1.4
Homepage: https://www.pardus.org.tr/
X-Python3-Version: >= 3.7
Package: pardus-flatpak-gui
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, flatpak, gir1.2-flatpak-1.0
Description: Manage Flatpak software on Pardus
Pardus Flatpak GUI is Flatpak GUI for Pardus.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pardus-flatpak-gui
Source: https://www.pardus.org.tr
Files: *
Copyright: 2020 Erdem Ersoy <erdem.ersoy@pardus.org.tr>
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".
#!/bin/sh -e
set -e
#DEBHELPER#
flatpak remote-add --if-not-exists flathub \
https://flathub.org/repo/flathub.flatpakrepo
exit 0
#!/usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild
#abort-on-upstream-changes
#unapply-patches
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