From 3779bbdff515bd1eb253877d7fddcc1eefc4e810 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 5 Dec 2024 13:11:56 -0800 Subject: [PATCH] version 0.4.2 --- .../dh_installchangelogs.dch.trimmed | 35 ++++++++++ .../pogmom-utils/installed-by-dh_installdocs | 0 debian/changelog | 6 ++ debian/control | 15 ++++- debian/debhelper-build-stamp | 1 + debian/files | 2 + debian/pogmom-utils.substvars | 2 + debian/pogmom-utils/DEBIAN/control | 11 ++++ debian/pogmom-utils/DEBIAN/md5sums | 3 + .../usr/share/doc/pogmom-utils/README.Debian | 6 ++ .../usr/share/doc/pogmom-utils/changelog.gz | Bin 0 -> 374 bytes .../usr/share/doc/pogmom-utils/copyright | 60 ++++++++++++++++++ 12 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 debian/.debhelper/generated/pogmom-utils/dh_installchangelogs.dch.trimmed create mode 100644 debian/.debhelper/generated/pogmom-utils/installed-by-dh_installdocs create mode 100644 debian/debhelper-build-stamp create mode 100644 debian/files create mode 100644 debian/pogmom-utils.substvars create mode 100644 debian/pogmom-utils/DEBIAN/control create mode 100644 debian/pogmom-utils/DEBIAN/md5sums create mode 100644 debian/pogmom-utils/usr/share/doc/pogmom-utils/README.Debian create mode 100644 debian/pogmom-utils/usr/share/doc/pogmom-utils/changelog.gz create mode 100644 debian/pogmom-utils/usr/share/doc/pogmom-utils/copyright diff --git a/debian/.debhelper/generated/pogmom-utils/dh_installchangelogs.dch.trimmed b/debian/.debhelper/generated/pogmom-utils/dh_installchangelogs.dch.trimmed new file mode 100644 index 0000000..900e3e9 --- /dev/null +++ b/debian/.debhelper/generated/pogmom-utils/dh_installchangelogs.dch.trimmed @@ -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 Thu, 05 Dec 2024 12:57:36 -0800 + +pogmom-utils (0.4.1) unstable; urgency=medium + + * add bash-completion + + -- Penelope Gwen Thu, 27 Jun 2024 04:18:11 -0600 + +pogmom-utils (0.4) unstable; urgency=medium + + * added speedtest-cli, ldap-utils, expect + + -- Penelope Gwen Mon, 03 Jun 2024 10:47:34 -0600 + +pogmom-utils (0.3) unstable; urgency=medium + + * added command-not-found + + -- Penelope Gwen Fri, 31 May 2024 05:55:26 -0600 + +pogmom-utils (0.2) unstable; urgency=medium + + * Added sudo to dependencies + + -- Penelope Gwen Thu, 30 May 2024 17:32:38 -0600 + +pogmom-utils (0.1) unstable; urgency=medium + + * Initial release. + + -- Penelope Gwen Thu, 30 May 2024 17:07:19 -0600 diff --git a/debian/.debhelper/generated/pogmom-utils/installed-by-dh_installdocs b/debian/.debhelper/generated/pogmom-utils/installed-by-dh_installdocs new file mode 100644 index 0000000..e69de29 diff --git a/debian/changelog b/debian/changelog index 7c624ec..900e3e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 05 Dec 2024 12:57:36 -0800 + pogmom-utils (0.4.1) unstable; urgency=medium * add bash-completion diff --git a/debian/control b/debian/control index 8a54e63..85016f8 100644 --- a/debian/control +++ b/debian/control @@ -11,17 +11,30 @@ Homepage: https://git.pogmom.me/pogmommy/pogmom-utils Package: pogmom-utils Architecture: all 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, - tree + tar, + traceroute, + tree, + ufw, + usbutils, + wget, + zram-tools Description: Recommended packages to get started using debian This metapackage includes various pieces of software used in the command line diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp new file mode 100644 index 0000000..050569f --- /dev/null +++ b/debian/debhelper-build-stamp @@ -0,0 +1 @@ +pogmom-utils diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..9adab30 --- /dev/null +++ b/debian/files @@ -0,0 +1,2 @@ +pogmom-utils_0.4.2_all.deb metapackages optional +pogmom-utils_0.4.2_amd64.buildinfo metapackages optional diff --git a/debian/pogmom-utils.substvars b/debian/pogmom-utils.substvars new file mode 100644 index 0000000..978fc8b --- /dev/null +++ b/debian/pogmom-utils.substvars @@ -0,0 +1,2 @@ +misc:Depends= +misc:Pre-Depends= diff --git a/debian/pogmom-utils/DEBIAN/control b/debian/pogmom-utils/DEBIAN/control new file mode 100644 index 0000000..1ba8062 --- /dev/null +++ b/debian/pogmom-utils/DEBIAN/control @@ -0,0 +1,11 @@ +Package: pogmom-utils +Version: 0.4.2 +Architecture: all +Maintainer: Penelope Gwen +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 diff --git a/debian/pogmom-utils/DEBIAN/md5sums b/debian/pogmom-utils/DEBIAN/md5sums new file mode 100644 index 0000000..ca2be27 --- /dev/null +++ b/debian/pogmom-utils/DEBIAN/md5sums @@ -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 diff --git a/debian/pogmom-utils/usr/share/doc/pogmom-utils/README.Debian b/debian/pogmom-utils/usr/share/doc/pogmom-utils/README.Debian new file mode 100644 index 0000000..a3fa398 --- /dev/null +++ b/debian/pogmom-utils/usr/share/doc/pogmom-utils/README.Debian @@ -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 , Thu, 30 May 2024 17:07:09 -0600 diff --git a/debian/pogmom-utils/usr/share/doc/pogmom-utils/changelog.gz b/debian/pogmom-utils/usr/share/doc/pogmom-utils/changelog.gz new file mode 100644 index 0000000000000000000000000000000000000000..eac607674ce5027f4d422c737944f9a2117d0743 GIT binary patch literal 374 zcmV-+0g3(}iwFP!000021Etd4O2aS|!14P%#ko{TM$(UM#t#%kQ4qZF1=8khEu=|k z61VyEhOMv*9qaHWR|)-{e~+`P&UQ40R(rT$(_)%kLNq?eO5+X0eubvq-gT(j*i9w? zS0I%_mClMlRTF5oOAK{GK>KD*zN7&hun*c#CH5VTIre!Flq`{`8FN?j52E z=)*p;R?^X-9c~=fVYKkwnp7-52ssl)Dpnj5=HrAZR{HOX8XM@+Mx#cHp8GUW&f#5d zhi0WHOOefviB9h7zZ4vk8eT0C>Ha&|!R)F>1A;uz}WTD_V!v{FNl8l}hS UzbI@j`1L^f0jc0#=gk8E0LDDG3jhEB literal 0 HcmV?d00001 diff --git a/debian/pogmom-utils/usr/share/doc/pogmom-utils/copyright b/debian/pogmom-utils/usr/share/doc/pogmom-utils/copyright new file mode 100644 index 0000000..4b46e73 --- /dev/null +++ b/debian/pogmom-utils/usr/share/doc/pogmom-utils/copyright @@ -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 + +Files: + * +Copyright: + 2024 Penelope Gwendolyn +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.