From 36c3c1d3e72942250b6a0f80ea542f5df4f686c8 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Thu, 9 Mar 2023 09:51:21 +0100 Subject: [PATCH] Document Debian packaging --- README | 8 +++++++- debian/.gitignore | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 debian/.gitignore diff --git a/README b/README index 0e26456..f2065d2 100644 --- a/README +++ b/README @@ -1 +1,7 @@ -Argeo FREEd is a set of operating system-level configurations and utilities whose main purpose is to simplify and clarify the enrolment of a system or a user into a compatible infrastructure. \ No newline at end of file +Argeo FREEd is a set of operating system-level configurations and utilities whose main purpose is to simplify and clarify the enrolment of a system or a user into a compatible infrastructure. + +## Create Debian packages +$ debuild --no-sign -S +$ sudo pbuilder build ../argeo-freed_*.dsc + +Packages can be found in /var/cache/pbuilder/result. diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..2c8afeb --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1 @@ +/files -- 2.30.2