summaryrefslogtreecommitdiffstats
path: root/packaging/debian/README.1st
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:42:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:42:35 +0000
commit18db984057b83ca4962c89b6b79bdce6a660b58f (patch)
tree2c9f23c086b4dfcb3e7eb2ec69210206b0782d3c /packaging/debian/README.1st
parentInitial commit. (diff)
downloadicingaweb2-module-businessprocess-c317dc6bab668eef621846dc909e6b1af78bf49a.tar.xz
icingaweb2-module-businessprocess-c317dc6bab668eef621846dc909e6b1af78bf49a.zip
Adding upstream version 2.4.0.upstream/2.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--packaging/debian/README.1st18
1 files changed, 18 insertions, 0 deletions
diff --git a/packaging/debian/README.1st b/packaging/debian/README.1st
new file mode 100644
index 0000000..9e96470
--- /dev/null
+++ b/packaging/debian/README.1st
@@ -0,0 +1,18 @@
+Building Debian packages
+========================
+
+This is work in progress, please expect build instructions to change any time
+soon. Currently, to build custom Debian or Ubuntu packages, please proceed as
+follows:
+
+```sh
+apt-get install --no-install-recommends \
+ debhelper devscripts build-essential fakeroot libparse-debcontrol-perl
+# Eventually adjust debian/changelog
+cp -a packaging/debian debian
+dpkg-buildpackage -us -uc
+rm -rf debian
+```
+
+Please move to your parent directory (`cd ..`) to find your new Debian packages.
+