From 61f79af08eadd3df6599cb57e7db3fc1cc5b9885 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Sun, 8 Sep 2013 15:42:20 -0400 Subject: [PATCH] doc: added notes for building debian source packages --- doc/ReleaseChecklist.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/ReleaseChecklist.txt b/doc/ReleaseChecklist.txt index 4f8ef9a2..4c771325 100644 --- a/doc/ReleaseChecklist.txt +++ b/doc/ReleaseChecklist.txt @@ -48,6 +48,19 @@ Barry Release Checklist: - wince/.../config.h - test/nightly.sh +- Building Debian package: + - use existing orig tarball if possible + - git archive --prefix=barry-0.18.3/ v0.18.3-7 > something.tar + - cd empty_work_dir + - tar xvf something.tar + - cp orig.tar.gz . + - dpkg-source -b barry-0.18.3 + - test build: + - dpkg-source -x *dsc + - cd barry-* + - dpkg-buildpackage -b + - run lintian (see below) + - debsign -kB6C2250E barry_0.18.3-7.dsc - tests in following order: - run 'make update-po' periodically in each po directory to update translation work -- 2.11.4.GIT