From 64d8c0357b9fb3d139db458295b93deec5df5471 Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:17:32 +0100 Subject: [PATCH] added debian/README.md --- .gitignore | 2 ++ debian/README.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 debian/README.md diff --git a/.gitignore b/.gitignore index 6d8c340e1..ef8480590 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ *.dll *.so *.dylib +*~ +.pc # Test binary, built with `go test -c` *.test diff --git a/debian/README.md b/debian/README.md new file mode 100644 index 000000000..82e43e9fb --- /dev/null +++ b/debian/README.md @@ -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 +