added debian/README.md

This commit is contained in:
mmetc 2021-12-22 14:17:32 +01:00 committed by GitHub
parent f86e0c0a5a
commit 64d8c0357b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

2
.gitignore vendored
View file

@ -4,6 +4,8 @@
*.dll
*.so
*.dylib
*~
.pc
# Test binary, built with `go test -c`
*.test

14
debian/README.md vendored Normal file
View file

@ -0,0 +1,14 @@
# Building Debian/Ubuntu packages
It is not recommended to build your own packages for production environments.
However, if you want to experiment and contribute:
* Update the changelog (at least give it a correct version number)
* Run "QUILT_PATCHES=debian/patches quilt push -a && quilt refresh"
We do the above in the build pipeline, so you'll have to do it manually before running:
* dpkg-buildpackage -uc -us -b