aboutsummaryrefslogtreecommitdiff
path: root/deb.wiki
diff options
context:
space:
mode:
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
-
-