From 10cd9619f97ad4f3aea8945f9378f5a14a347564 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 30 Oct 2013 19:09:02 +0100 Subject: [PATCH] Update doc --- build/debian/README.howto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/debian/README.howto b/build/debian/README.howto index 7108f0a381f..d3d74693d55 100644 --- a/build/debian/README.howto +++ b/build/debian/README.howto @@ -65,6 +65,7 @@ END # dpkg-reconfigure -plow package Reconfigure package # dpkg -L packagename List content of installed package # dpkg -r packagename Remove config files and interactive saved answers +# dpkg -s packagename Give status of installed package # dpkg --purge Remove config files and interactive saved answers # # dpkg-buildpackage -us -uc Build a source and binary package @@ -108,7 +109,7 @@ Puis pour se connecter Pour tester un package > cp *.deb /srv/chroot/unstable/tmp -> schroot -c name_of_chroot +> sudo schroot -c name_of_chroot > dpkg -i dolibarr*.deb > sudo apt-get install -f @@ -212,6 +213,8 @@ Warning: Name and email must match value into debian/control file (Entry added h Note: You can use git-buildpackage -us -uc --git-ignore-new if you want to test build with uncommited file Note: Package is built into directory ../build-area +* Test package (see dedicated chapter to test it with debian unstable env) + * If package .deb is ok: Note: If there was errors managed manually, you may need to make a git commit but do not use option "amend" previous commit > git-buildpackage --git-tag-only --git-retag