aboutsummaryrefslogtreecommitdiff
path: root/deb.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-14 14:30:00 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-14 14:30:00 +0200
commit0647bc0b7aee7d2a6bb84f748316e12683373ba8 (patch)
treec627d29ea361b0417b40eb9f9c41e0a52aeb03a1 /deb.wiki
parentons 25 maj 2022 02:32:00 CEST (diff)
downloadwiki-public-0647bc0b7aee7d2a6bb84f748316e12683373ba8.tar.gz
wiki-public-0647bc0b7aee7d2a6bb84f748316e12683373ba8.tar.xz
tis 14 jun 2022 14:30:00 CEST
Diffstat (limited to 'deb.wiki')
-rw-r--r--deb.wiki22
1 files changed, 22 insertions, 0 deletions
diff --git a/deb.wiki b/deb.wiki
index 646dd74..e413bb8 100644
--- a/deb.wiki
+++ b/deb.wiki
@@ -1,3 +1,5 @@
+See also [[debian-pkg]]
+
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.
@@ -144,6 +146,7 @@ Paivyt6IdDM9P9VNcUwSPx2JjgMha6YBudp0XGBntHuXnAMalCuvlgBSQ86ldf9M
git-dch
== Reprepro ==
+Cutom repo
=== Deb ===
{{{sh
@@ -176,3 +179,22 @@ Se till att devscripts är installerat
- apt source <pkgname>
- cd <pkgname>-version
- debuild
+
+
+== licensecheck ==
+Possibly checks the debian/copyright file
+
+
+== Other files ==
+https://www.debian.org/doc/manuals/maint-guide/dother.en.html#install
+
+== All lintian errors ==
+https://lintian.debian.org/tags
+
+== No signing ==
+{{{
+debuild -u -uc
+}}}
+builds without signing
+
+