Skip to content

Commit c41b068

Browse files
committed
update: add PPA installation
1 parent 837a087 commit c41b068

File tree

23 files changed

+314
-19
lines changed

23 files changed

+314
-19
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.build
2+
*.buildinfo
3+
*.changes
4+
*.upload
5+
*.dsc
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
linuxtoys (1.1-1) plucky; urgency=medium
2+
3+
* Added applications menu icon.
4+
* Added PPA installation option.
5+
6+
-- Victor Gregory <psygreg@pm.me> Thu, 15 May 2025 11:00:47 -0300

linuxtoys-deb/linuxtoys-1.1/debian/.debhelper/generated/linuxtoys/installed-by-dh_installdocs

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
linuxtoys (1.1-1) plucky; urgency=medium
2+
3+
* Added applications menu icon.
4+
* Added PPA installation option.
5+
6+
-- Victor Gregory <psygreg@pm.me> Thu, 15 May 2025 11:00:47 -0300
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Source: linuxtoys
2+
Section: utils
3+
Priority: optional
4+
Maintainer: Victor Gregory <psygreg@pm.me>
5+
Rules-Requires-Root: no
6+
Build-Depends:
7+
debhelper-compat (= 13),
8+
Standards-Version: 4.7.2
9+
Homepage: https://github.com/psygreg/linuxtoys
10+
#Vcs-Browser: https://salsa.debian.org/debian/linuxtoys
11+
#Vcs-Git: https://salsa.debian.org/debian/linuxtoys.git
12+
13+
Package: linuxtoys
14+
Architecture: amd64
15+
Depends: git, curl, wget, whiptail
16+
Description: A set of tools for Linux presented in a user-friendly way.
17+
.
18+
A menu with various handy tools for Linux gaming, optimization and other tweaks.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Source: https://github.com/psygreg/linuxtoys
3+
Upstream-Name: linuxtoys
4+
Upstream-Contact: <psygreg@pm.me>
5+
6+
Files:
7+
*
8+
Copyright:
9+
2025 Victor Gregory <psygreg@pm.me>
10+
License: GPL-3.0+
11+
12+
Files:
13+
debian/*
14+
Copyright:
15+
2025 Victor Gregory <psygreg@pm.me>
16+
License: GPL-3.0+
17+
18+
License: GPL-3.0+
19+
This package is free software: you can redistribute it and/or modify
20+
it under the terms of the GNU General Public License as published by
21+
the Free Software Foundation, either version 3 of the License, or
22+
(at your option) any later version.
23+
.
24+
This package is distributed in the hope that it will be useful,
25+
but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
GNU General Public License for more details.
28+
.
29+
You should have received a copy of the GNU General Public License
30+
along with this package. If not, see <https://www.gnu.org/licenses/>.
31+
Comment:
32+
On Debian systems, the complete text of the GNU General
33+
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
34+
35+
# Please also look if there are files or directories which have a
36+
# different copyright/license attached and list them here.
37+
# Please avoid picking licenses with terms that are more restrictive than the
38+
# packaged work, as it may make Debian's contributions unacceptable upstream.
39+
#
40+
# If you need, there are some extra license texts available in two places:
41+
# /usr/share/debhelper/dh_make/licenses/
42+
# /usr/share/common-licenses/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
linuxtoys
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
linuxtoys_1.1-1_amd64.buildinfo utils optional
2+
linuxtoys_1.1-1_amd64.deb utils optional
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*.substvars
2+
/.debhelper/
3+
/debhelper-build-stamp
4+
/files
5+
/tmp/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
misc:Depends=
2+
misc:Pre-Depends=

0 commit comments

Comments
 (0)