From ee88f9108f3f64339a8e75405c95e27f3ed8500f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 7 Jun 2021 13:42:43 +0200 Subject: Mon, 07 Jun 2021 13:42:43 +0200 --- debian-pkg.wiki | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'debian-pkg.wiki') diff --git a/debian-pkg.wiki b/debian-pkg.wiki index 736875a..5c5981c 100644 --- a/debian-pkg.wiki +++ b/debian-pkg.wiki @@ -1,7 +1,26 @@ from `~/pkg/deb/znc/2/sub/sub` (dir with `debian` dir) +Allmost all commands assumes that we are in the root of the code, so +probably the root directory of the extracted tarball, and that +`debian/` is direct child off us. + + {{{ -uscan download +uscan +}}} +Checks the file debian/watch and downloads the latest version (if +available) + debian/rules build fakeroot debian/rules binary }}} + + +-------------------------------------------------- +https://www.debian.org/doc/manuals/debmake-doc/ch01.en.html + +- tar xvf package-1.0.tar.gz +- cd package-1.0 +- debmake # creates debian directory +- # do changes in debian dir +- debbuild # builds package -- cgit v1.2.3