first commit
This commit is contained in:
commit
719f781225
7 changed files with 132 additions and 0 deletions
6
debian/README.Debian
vendored
Normal file
6
debian/README.Debian
vendored
Normal file
|
@ -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 <support@pogmom.me> Thu, 12 Dec 2024 22:18:25 +0000
|
11
debian/changelog
vendored
Normal file
11
debian/changelog
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
pogmom-essentials (0.2) UNRELEASED; urgency=medium
|
||||
|
||||
* remove grub-pc-bin for cross-arch compatibility
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Mon, 14 Apr 2025 17:47:12 +0000
|
||||
|
||||
pogmom-essentials (0.1) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Penelope Gwen <penelope@pogmom.me> Thu, 12 Dec 2024 22:18:25 +0000
|
25
debian/control
vendored
Normal file
25
debian/control
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
Source: pogmom-essentials
|
||||
Section: metapackages
|
||||
Priority: optional
|
||||
Maintainer: Penelope Gwen <support@pogmom.me>
|
||||
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
|
60
debian/copyright
vendored
Normal file
60
debian/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-essentials
|
||||
Upstream-Contact: Penelope Gwen <support@pogmom.me>
|
||||
|
||||
Files:
|
||||
*
|
||||
Copyright:
|
||||
2024 Penelope Gwen <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.
|
3
debian/pogmom-essentials-docs.docs
vendored
Normal file
3
debian/pogmom-essentials-docs.docs
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
README
|
||||
README.Debian
|
||||
README.source
|
26
debian/rules
vendored
Executable file
26
debian/rules
vendored
Executable file
|
@ -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 <https://bugs.debian.org/641051>).
|
||||
#override_dh_auto_configure:
|
||||
# dh_auto_configure -- \
|
||||
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
Loading…
Add table
Reference in a new issue