partial debian and rpm packaging files; gitea has package registries for these types anyway, might as well take advantage of them

This commit is contained in:
2024-03-18 18:35:19 -07:00
parent eec5abdeb2
commit c73cf7d67e
2 changed files with 26 additions and 0 deletions

15
packaging/debian/control Normal file
View File

@@ -0,0 +1,15 @@
## incomplete: need to double check syntax of [Build-]Depends and add libboost-{file,}system-dev to it, among other packages
Source: cellar
Maintainer: Nicole O'Connor <nicole@otl-hga.net>
Section: main
Priority: optional
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13)
Package: cellar
Architecture: amd64
Depends: ${shlibs:Depends} ${misc:Depends}
Description: WINE bottle management tool
Helps users manage multiple instances of WINE across
multiple configuration prefixes (or, bottles). Comes
with some advanced features.