initial commit

This commit is contained in:
2026-08-14 13:34:26 +03:00
commit 2560241fad
10 changed files with 566 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Section: misc
Priority: optional
Standards-Version: 3.9.2
Package: pgsql-{{ pg_version_safe }}-deps-astra{{ os_version_safe }}
Version: {{ pg_version }}-{{ package_revision }}
Maintainer: {{ maintainer }}
Depends: {{ depends | join(', ') }}
Architecture: all
Description: Dependencies for custom PostgreSQL {{ pg_version }} build (Astra {{ os_version }})
Metapackage that pulls in all runtime dependencies required
by the custom PostgreSQL {{ pg_version }} build installed under
/opt/pgsql-{{ pg_version }}. Remove this package and run
'apt autoremove' to clean up dependencies no longer needed.