aboutsummaryrefslogtreecommitdiff
path: root/deb.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-30 23:50:34 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-30 23:50:34 +0100
commit48288c194fd1b1db23e21c5f408e1b034cc1e02e (patch)
treeadbd3ef30955c3ab15b0e6939cbea01bf0e06e81 /deb.wiki
parentAdd config.ini. (diff)
downloadwiki-public-48288c194fd1b1db23e21c5f408e1b034cc1e02e.tar.gz
wiki-public-48288c194fd1b1db23e21c5f408e1b034cc1e02e.tar.xz
sön 30 okt 2022 23:50:34 CET
Diffstat (limited to 'deb.wiki')
-rw-r--r--deb.wiki49
1 files changed, 1 insertions, 48 deletions
diff --git a/deb.wiki b/deb.wiki
index d933ca7..fe23000 100644
--- a/deb.wiki
+++ b/deb.wiki
@@ -68,58 +68,11 @@ apt install debmake build-dep tree
--------------------------------------------------
-git-dch
-
-== Reprepro ==
-Cutom repo
-
-=== Deb ===
-{{{sh
-reprepro -Vb /usr/net/repo/debian/ includedeb una <path-to-deb>
-}}}
-
-== Dsc ==
-Also include relevant `.debian.tar.xz` and `.orig.tar.gz`.
-{{{sh
-reprepro -Vb /usr/net/repo/debian/ includedsc una <path-to-dsc>
-}}}
-
-== Build from Source ==
-
-*TODO* hur får man tag i filerna? `apt source <paketnamn>`?
-
-Stå in en katalog med
-- *.debian.tar.xz
-- *.dsc
-- *.orig.tar.gz
-
-- Kör `dpkg-source -x *.dsc`
-- `cd <paketnamn>`
-- `debuild`
-
-== Om allting finns i repona ==
-Se till att devscripts är installerat
-
+- git-dch
- apt build-dep <pkgname>
-- 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
-
-