commit 719f781225a1dd99f8cd59c3b33c35ed2a15f4bb Author: Penelope Gwen Date: Mon Apr 14 10:52:16 2025 -0700 first commit diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..1413846 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ +pogmom-essentials for Debian +--------------------------- + +These packages are necessary for Debian system installation. For optional packages, see 'pogmom-desktop', 'pogmom-utils', and 'pogmom-apps' + + -- Penelope Gwen Thu, 12 Dec 2024 22:18:25 +0000 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7deb164 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +pogmom-essentials (0.2) UNRELEASED; urgency=medium + + * remove grub-pc-bin for cross-arch compatibility + + -- Penelope Gwen Mon, 14 Apr 2025 17:47:12 +0000 + +pogmom-essentials (0.1) unstable; urgency=medium + + * Initial release. + + -- Penelope Gwen Thu, 12 Dec 2024 22:18:25 +0000 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..843cf45 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: pogmom-essentials +Section: metapackages +Priority: optional +Maintainer: Penelope Gwen +Rules-Requires-Root: no +Build-Depends: + debhelper-compat (= 13), +Standards-Version: 4.7.0 +Homepage: https://git.pogmom.me/pogmommy/pogmom-essential + +Package: pogmom-essentials +Architecture: all +Depends: + grub-efi, + cryptsetup-initramfs, + systemd-cryptsetup, + bash-completion, + btrfs-progs, + locales, + passwd, + sudo, + nohang, + zram-tools +Description: Necessary packages to install Debian + This metapackage includes various packages needed to install Debian diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6f2518e --- /dev/null +++ b/debian/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-essentials +Upstream-Contact: Penelope Gwen + +Files: + * +Copyright: + 2024 Penelope Gwen +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. diff --git a/debian/pogmom-essentials-docs.docs b/debian/pogmom-essentials-docs.docs new file mode 100644 index 0000000..5874bfe --- /dev/null +++ b/debian/pogmom-essentials-docs.docs @@ -0,0 +1,3 @@ +README +README.Debian +README.source diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f1d1d25 --- /dev/null +++ b/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +# See debhelper(7) (uncomment to enable). +# Output every command that modifies files on the build system. +#export DH_VERBOSE = 1 + + +# See FEATURE AREAS in dpkg-buildflags(1). +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +# See ENVIRONMENT in dpkg-buildflags(1). +# Package maintainers to append CFLAGS. +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# Package maintainers to append LDFLAGS. +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + + +%: + dh $@ + + +# dh_make generated override targets. +# This is an example for Cmake (see ). +#override_dh_auto_configure: +# dh_auto_configure -- \ +# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)