added debian/README.md
This commit is contained in:
parent
f86e0c0a5a
commit
64d8c0357b
2 changed files with 16 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@
|
|||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*~
|
||||
.pc
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
|
14
debian/README.md
vendored
Normal file
14
debian/README.md
vendored
Normal 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
|
||||
|
Loading…
Reference in a new issue