aboutsummaryrefslogtreecommitdiff
path: root/Debian Packages.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-23 15:19:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-23 15:19:39 +0200
commit6258a623248086a267c136e8b629444b505898a2 (patch)
tree09aa98cacb510f8cc89d325a6bd51e14ce989685 /Debian Packages.wiki
parentMove veckomail to own repo. (diff)
downloadwiki-public-6258a623248086a267c136e8b629444b505898a2.tar.gz
wiki-public-6258a623248086a267c136e8b629444b505898a2.tar.xz
sön 23 apr 2023 15:19:39 CEST
Diffstat (limited to 'Debian Packages.wiki')
-rw-r--r--Debian Packages.wiki4
1 files changed, 4 insertions, 0 deletions
diff --git a/Debian Packages.wiki b/Debian Packages.wiki
index 00d70a6..719319d 100644
--- a/Debian Packages.wiki
+++ b/Debian Packages.wiki
@@ -67,6 +67,10 @@ apt install debmake build-dep tree
`-2` :: is debian package version, start at 2 to avoid lintian issue about [[https://wiki.debian.org/ITP|ITP]]
`.1` :: Shows that this is an [[https://www.debian.org/doc/manuals/developers-reference/pkgs.html#nmus-and-debian-changelog|NMU]], since we aren't a Debian maintainer
+{{{
+dch --release --no-force-save-on-release
+}}}
+
=== Figure out runtime dependencies ===
`objdump -p <build-binary> | grep NEEDED`