version 0.4.2
This commit is contained in:
parent
12f3abe179
commit
3779bbdff5
12 changed files with 140 additions and 1 deletions
35
debian/.debhelper/generated/pogmom-utils/dh_installchangelogs.dch.trimmed
vendored
Normal file
35
debian/.debhelper/generated/pogmom-utils/dh_installchangelogs.dch.trimmed
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
pogmom-utils (0.4.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* added adb, bc, hyfetch, lshw, nvme-cli, podman-toolbox, sed, tar, traceroute, ufw, usbutils, wget, zram-utils
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Thu, 05 Dec 2024 12:57:36 -0800
|
||||||
|
|
||||||
|
pogmom-utils (0.4.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* add bash-completion
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Thu, 27 Jun 2024 04:18:11 -0600
|
||||||
|
|
||||||
|
pogmom-utils (0.4) unstable; urgency=medium
|
||||||
|
|
||||||
|
* added speedtest-cli, ldap-utils, expect
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Mon, 03 Jun 2024 10:47:34 -0600
|
||||||
|
|
||||||
|
pogmom-utils (0.3) unstable; urgency=medium
|
||||||
|
|
||||||
|
* added command-not-found
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Fri, 31 May 2024 05:55:26 -0600
|
||||||
|
|
||||||
|
pogmom-utils (0.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Added sudo to dependencies
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Thu, 30 May 2024 17:32:38 -0600
|
||||||
|
|
||||||
|
pogmom-utils (0.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Thu, 30 May 2024 17:07:19 -0600
|
0
debian/.debhelper/generated/pogmom-utils/installed-by-dh_installdocs
vendored
Normal file
0
debian/.debhelper/generated/pogmom-utils/installed-by-dh_installdocs
vendored
Normal file
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
pogmom-utils (0.4.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* added adb, bc, hyfetch, lshw, nvme-cli, podman-toolbox, sed, tar, traceroute, ufw, usbutils, wget, zram-utils
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me> Thu, 05 Dec 2024 12:57:36 -0800
|
||||||
|
|
||||||
pogmom-utils (0.4.1) unstable; urgency=medium
|
pogmom-utils (0.4.1) unstable; urgency=medium
|
||||||
|
|
||||||
* add bash-completion
|
* add bash-completion
|
||||||
|
|
15
debian/control
vendored
15
debian/control
vendored
|
@ -11,17 +11,30 @@ Homepage: https://git.pogmom.me/pogmommy/pogmom-utils
|
||||||
Package: pogmom-utils
|
Package: pogmom-utils
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
|
adb,
|
||||||
bash-completion,
|
bash-completion,
|
||||||
|
bc,
|
||||||
command-not-found,
|
command-not-found,
|
||||||
curl,
|
curl,
|
||||||
expect,
|
expect,
|
||||||
jq,
|
jq,
|
||||||
|
hyfetch,
|
||||||
ldap-utils,
|
ldap-utils,
|
||||||
|
lshw,
|
||||||
|
nvme-cli,
|
||||||
pipx,
|
pipx,
|
||||||
|
podman-toolbox,
|
||||||
rsync,
|
rsync,
|
||||||
sapphrc,
|
sapphrc,
|
||||||
|
sed,
|
||||||
speedtest-cli,
|
speedtest-cli,
|
||||||
sudo,
|
sudo,
|
||||||
tree
|
tar,
|
||||||
|
traceroute,
|
||||||
|
tree,
|
||||||
|
ufw,
|
||||||
|
usbutils,
|
||||||
|
wget,
|
||||||
|
zram-tools
|
||||||
Description: Recommended packages to get started using debian
|
Description: Recommended packages to get started using debian
|
||||||
This metapackage includes various pieces of software used in the command line
|
This metapackage includes various pieces of software used in the command line
|
||||||
|
|
1
debian/debhelper-build-stamp
vendored
Normal file
1
debian/debhelper-build-stamp
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pogmom-utils
|
2
debian/files
vendored
Normal file
2
debian/files
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pogmom-utils_0.4.2_all.deb metapackages optional
|
||||||
|
pogmom-utils_0.4.2_amd64.buildinfo metapackages optional
|
2
debian/pogmom-utils.substvars
vendored
Normal file
2
debian/pogmom-utils.substvars
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
misc:Depends=
|
||||||
|
misc:Pre-Depends=
|
11
debian/pogmom-utils/DEBIAN/control
vendored
Normal file
11
debian/pogmom-utils/DEBIAN/control
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Package: pogmom-utils
|
||||||
|
Version: 0.4.2
|
||||||
|
Architecture: all
|
||||||
|
Maintainer: Penelope Gwen <support@pogmom.me>
|
||||||
|
Installed-Size: 11
|
||||||
|
Depends: adb, bash-completion, bc, command-not-found, curl, expect, jq, hyfetch, ldap-utils, lshw, nvme-cli, pipx, podman-toolbox, rsync, sapphrc, sed, speedtest-cli, sudo, tar, traceroute, tree, ufw, usbutils, wget, zram-tools
|
||||||
|
Section: metapackages
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://git.pogmom.me/pogmommy/pogmom-utils
|
||||||
|
Description: Recommended packages to get started using debian
|
||||||
|
This metapackage includes various pieces of software used in the command line
|
3
debian/pogmom-utils/DEBIAN/md5sums
vendored
Normal file
3
debian/pogmom-utils/DEBIAN/md5sums
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
54c7fabf0f7cd80a5c681ff31229a128 usr/share/doc/pogmom-utils/README.Debian
|
||||||
|
0f1237db5d3bbdd28cfed12b24ceb184 usr/share/doc/pogmom-utils/changelog.gz
|
||||||
|
4512702e7153fb10feeb5b606fdd3a2f usr/share/doc/pogmom-utils/copyright
|
6
debian/pogmom-utils/usr/share/doc/pogmom-utils/README.Debian
vendored
Normal file
6
debian/pogmom-utils/usr/share/doc/pogmom-utils/README.Debian
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
pogmom-utils for Debian
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
These tools are for use in the command line. For GUI programs, see package 'pogmom-apps'
|
||||||
|
|
||||||
|
-- Penelope Gwen <support@pogmom.me>, Thu, 30 May 2024 17:07:09 -0600
|
BIN
debian/pogmom-utils/usr/share/doc/pogmom-utils/changelog.gz
vendored
Normal file
BIN
debian/pogmom-utils/usr/share/doc/pogmom-utils/changelog.gz
vendored
Normal file
Binary file not shown.
60
debian/pogmom-utils/usr/share/doc/pogmom-utils/copyright
vendored
Normal file
60
debian/pogmom-utils/usr/share/doc/pogmom-utils/copyright
vendored
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Source: https://git.pogmom.me/pogmommy/pogmom-utils
|
||||||
|
Upstream-Name: pogmom-utils
|
||||||
|
Upstream-Contact: Penelope Gwen <support@pogmom.me>
|
||||||
|
|
||||||
|
Files:
|
||||||
|
*
|
||||||
|
Copyright:
|
||||||
|
2024 Penelope Gwendolyn <support@pogmom.me>
|
||||||
|
License: Opinionated Queer License
|
||||||
|
PERMISSIONS
|
||||||
|
.
|
||||||
|
The creators of this Work (“The Licensor”) grant permission
|
||||||
|
to any person, group or legal entity that doesn't violate the prohibitions below (“The User”),
|
||||||
|
to do everything with this Work that would otherwise infringe their copyright or any patent claims,
|
||||||
|
subject to the following conditions:
|
||||||
|
.
|
||||||
|
OBLIGATIONS
|
||||||
|
.
|
||||||
|
The User must give appropriate credit to the Licensor,
|
||||||
|
provide a copy of this license or a (clickable, if the medium allows) link to
|
||||||
|
oql.avris.it/license/v1.1,
|
||||||
|
and indicate whether and what kind of changes were made.
|
||||||
|
The User may do so in any reasonable manner,
|
||||||
|
but not in any way that suggests the Licensor endorses the User or their use.
|
||||||
|
.
|
||||||
|
PROHIBITIONS
|
||||||
|
.
|
||||||
|
No one may use this Work for prejudiced or bigoted purposes, including but not limited to:
|
||||||
|
racism, xenophobia, queerphobia, queer exclusionism, homophobia, transphobia, enbyphobia, misogyny.
|
||||||
|
.
|
||||||
|
No one may use this Work to inflict or facilitate violence or abuse of human rights as defined in the
|
||||||
|
Universal Declaration of Human Rights.
|
||||||
|
.
|
||||||
|
No law enforcement, carceral institutions, immigration enforcement entities, military entities or military contractors
|
||||||
|
may use the Work for any reason. This also applies to any individuals employed by those entities.
|
||||||
|
.
|
||||||
|
No business entity where the ratio of pay (salaried, freelance, stocks, or other benefits)
|
||||||
|
between the highest and lowest individual in the entity is greater than 50 : 1
|
||||||
|
may use the Work for any reason.
|
||||||
|
.
|
||||||
|
No private business run for profit with more than a thousand employees
|
||||||
|
may use the Work for any reason.
|
||||||
|
.
|
||||||
|
Unless the User has made substantial changes to the Work,
|
||||||
|
or uses it only as a part of a new work (eg. as a library, as a part of an anthology, etc.),
|
||||||
|
they are prohibited from selling the Work.
|
||||||
|
That prohibition includes processing the Work with machine learning models.
|
||||||
|
.
|
||||||
|
SANCTIONS
|
||||||
|
.
|
||||||
|
If the Licensor notifies the User that they have not complied with the rules of the license,
|
||||||
|
they can keep their license by complying within 30 days after the notice.
|
||||||
|
If they do not do so, their license ends immediately.
|
||||||
|
.
|
||||||
|
WARRANTY
|
||||||
|
.
|
||||||
|
This Work is provided “as is”, without warranty of any kind, express or implied.
|
||||||
|
The Licensor will not be liable to anyone for any damages related to the Work or this license,
|
||||||
|
under any kind of legal claim as far as the law allows.
|
Loading…
Add table
Reference in a new issue