diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..cde0fd4 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +simple-apt-update for Debian +--------------------------- + +This is the Debian packaging for simple-apt-update + + -- Tilman Kranz Tue, 18 Jul 2023 16:44:23 +0200 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c6a4641 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +simple-apt-update (0.1-1) unstable; urgency=low + + * Initial release + + -- Tilman Kranz Tue, 18 Jul 2023 16:44:23 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e91c632 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: simple-apt-update +Section: admin +Priority: optional +Maintainer: Tilman Kranz +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.1 +Homepage: https://tk-sls.de/gitlab/tilman/simple-apt-update +Vcs-Browser: https://tk-sls.de/gitlab/tilman/simple-apt-update +Vcs-Git: https://tk-sls.de/gitlab/tilman/simple-apt-update.git +Rules-Requires-Root: no + +Package: simple-apt-update +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, python3-gi +Description: Simple GUI for basic tasks with APT + A simple GUI wrapper for "apt-get update", "apt list --upgradeable" and "apt-get full-upgrade". diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5080ad3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,39 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: simple-apt-update +Upstream-Contact: +Source: + +Files: * +Copyright: + +License: GPL-3.0+ + +Files: debian/* +Copyright: 2023 tilman +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 . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid picking licenses with terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# +# If you need, there are some extra license texts available in two places: +# /usr/share/debhelper/dh_make/licenses/ +# /usr/share/common-licenses/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..80b3fe1 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +#export DH_VERBOSE = 1 + +%: + dh $@ + diff --git a/debian/simple-apt-update-docs.docs b/debian/simple-apt-update-docs.docs new file mode 100644 index 0000000..86ca00f --- /dev/null +++ b/debian/simple-apt-update-docs.docs @@ -0,0 +1 @@ +README.Debian diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)