aboutsummaryrefslogtreecommitdiff
path: root/deb.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-18 20:01:49 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-18 20:01:49 +0100
commita5df53745c89cba0f7f89fe1cff4da434693500e (patch)
tree172d20a8f9504186a3cff42e73ef3baadfb4b647 /deb.wiki
parentSat, 18 Dec 2021 20:01:25 +0100 (diff)
parenttis 14 dec 2021 18:07:31 CET (diff)
downloadwiki-public-a5df53745c89cba0f7f89fe1cff4da434693500e.tar.gz
wiki-public-a5df53745c89cba0f7f89fe1cff4da434693500e.tar.xz
Merge branch 'master' of git.hornquist.se:git/wiki-public
Diffstat (limited to 'deb.wiki')
-rw-r--r--deb.wiki24
1 files changed, 24 insertions, 0 deletions
diff --git a/deb.wiki b/deb.wiki
new file mode 100644
index 0000000..735664f
--- /dev/null
+++ b/deb.wiki
@@ -0,0 +1,24 @@
+All commands assume (unless otherwise noted) that PWD is the source
+dir of the upstream code, and that there is a `debian` repo in that
+directory.
+
+== debmake ==
+Creates debian directory
+
+== debuild ==
+Builds a pakage.
+Runs `debian/rules build` to build package
+
+== debian/watch ==
+https://wiki.debian.org/debian/watch
+
+Specifies where to look for an newer version.
+By running `uscan`.
+
+It should download `../${PKG}-${NEW-VERSION}.tar.gz`, and sets up some
+symlinks for that debian might want.
+
+From there, extract and move the `debian` folder to the new directory.
+
+== Building ==
+`debian/rules build` build the binaries, but not the package