From 48288c194fd1b1db23e21c5f408e1b034cc1e02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 30 Oct 2022 23:50:34 +0100 Subject: =?UTF-8?q?s=C3=B6n=2030=20okt=202022=2023:50:34=20CET?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Debian Repo.wiki | 33 +++++++++++++++++++++++++++++ adrift-space repository.wiki | 5 +++++ deb.wiki | 49 +------------------------------------------- debrepo-hack.wiki | 4 ---- index.wiki | 2 +- 5 files changed, 40 insertions(+), 53 deletions(-) create mode 100644 Debian Repo.wiki create mode 100644 adrift-space repository.wiki diff --git a/Debian Repo.wiki b/Debian Repo.wiki new file mode 100644 index 0000000..256c507 --- /dev/null +++ b/Debian Repo.wiki @@ -0,0 +1,33 @@ += Debian Repo = + +[[adrift-space repository]] + +Repos are easiest managed by reprepro. + +=== Suites === +stretch :: Debian 9 +buster :: Debian 10 +bullseye :: Debian 11 +bookworm :: Debian 12 +xenial :: Ubuntu 16 +bionic :: Ubuntu 18 +focal :: Ubuntu 20 & Mint 20 +jammy :: Ubuntu 22 +una :: Mint 20 + +== Adding Packages == + +=== Deb === +Binary packages. + +{{{sh +reprepro -Vb /usr/net/repo/debian/ includedeb +}}} + +== Dsc == +Source packages. + +This also include relevant `.debian.tar.xz` and `.orig.tar.gz`. +{{{sh +reprepro -Vb /usr/net/repo/debian/ includedsc una +}}} diff --git a/adrift-space repository.wiki b/adrift-space repository.wiki new file mode 100644 index 0000000..9e55bac --- /dev/null +++ b/adrift-space repository.wiki @@ -0,0 +1,5 @@ +== Linux Mint 20 == +{{{ +deb [allow-insecure=yes] http://repo.adrift.space/debian una main +deb-src [allow-insecure=yes] http://repo.adrift.space/debian una main +}}} 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 -}}} - -== Dsc == -Also include relevant `.debian.tar.xz` and `.orig.tar.gz`. -{{{sh -reprepro -Vb /usr/net/repo/debian/ includedsc una -}}} - -== Build from Source == - -*TODO* hur får man tag i filerna? `apt source `? - -Stå in en katalog med -- *.debian.tar.xz -- *.dsc -- *.orig.tar.gz - -- Kör `dpkg-source -x *.dsc` -- `cd ` -- `debuild` - -== Om allting finns i repona == -Se till att devscripts är installerat - +- git-dch - apt build-dep -- apt source -- cd -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 - - diff --git a/debrepo-hack.wiki b/debrepo-hack.wiki index f394d1a..0142921 100644 --- a/debrepo-hack.wiki +++ b/debrepo-hack.wiki @@ -16,10 +16,6 @@ 6 directories, 5 files = Repo = -{{{ -deb [allow-insecure=yes] http://repo.adrift.space/debian una main -deb-src [allow-insecure=yes] http://repo.adrift.space/debian una main -}}} = OS Version = 20.3 (Una) diff --git a/index.wiki b/index.wiki index ed3ad3e..1ad1e7c 100644 --- a/index.wiki +++ b/index.wiki @@ -15,7 +15,7 @@ - [[C]] - [[C++]] - [[deb]] -- [[debrepo-hack]] +- [[Debian Repo]] - [[puppet]] - [[gcc]] - [[gdb]] -- cgit v1.2.3