feat: add debian packaging
fuck this is complicated. Why'd you make it so insane, debian maintainers? Please fix this. It's working now, but Makefile must be modified... I dont like that. Let's find another way
This commit is contained in:
20
debian/control
vendored
Normal file
20
debian/control
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
Source: sci
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Asger Gitz-Johansen <asger.gitz@hotmail.com>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
uuid-dev,
|
||||
uuid,
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://git.gtz.dk/agj/sci
|
||||
|
||||
Package: sci
|
||||
Architecture: any
|
||||
Depends:
|
||||
libuuid,
|
||||
${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Description: simple continuous integration (ci) system
|
||||
sci provides a triggering system where touching tmp files runs pipelines
|
Reference in New Issue
Block a user