aboutsummaryrefslogtreecommitdiff
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
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
-rwxr-xr-x.githooks/post-receive.d/post-receive2
-rw-r--r--Apt.wiki3
-rw-r--r--Debian Packages.wiki4
-rw-r--r--index.wiki1
4 files changed, 10 insertions, 0 deletions
diff --git a/.githooks/post-receive.d/post-receive b/.githooks/post-receive.d/post-receive
index 7249a1c..ec213e7 100755
--- a/.githooks/post-receive.d/post-receive
+++ b/.githooks/post-receive.d/post-receive
@@ -1,2 +1,4 @@
#!/bin/bash
echo ~/jobs/wiki-public/post-receive | at now
+
+0B3nkjNkM8VsgKrz6oaM5y4lB
diff --git a/Apt.wiki b/Apt.wiki
new file mode 100644
index 0000000..9968556
--- /dev/null
+++ b/Apt.wiki
@@ -0,0 +1,3 @@
+{{{sh
+apt list --installed|grep
+}}}
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`
diff --git a/index.wiki b/index.wiki
index 8b722ee..9dd0598 100644
--- a/index.wiki
+++ b/index.wiki
@@ -7,6 +7,7 @@
- [[KMM]]
== Program & Programmeringsspråk ==
+- [[Apt]]
- [[C++]]
- [[C]]
- [[Common lisp]]