[Pkg-running-devel] [antpm] 04/41: docs: document more of the debian packaging procedure

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Tue Feb 23 21:46:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit 10c98e3cea0f5db2d38e6e0e66ad2fd179b07e4d
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Oct 10 14:21:28 2015 +0200

    docs: document more of the debian packaging procedure
---
 docs/maintainer.txt | 25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

diff --git a/docs/maintainer.txt b/docs/maintainer.txt
index a534d1f..e629272 100644
--- a/docs/maintainer.txt
+++ b/docs/maintainer.txt
@@ -112,25 +112,24 @@ http://goldencheetah.org/
 
 
 ** git-pbuilder as root
-git-pbuilder create
-
-
-** pbuilder as root
-pbuilder create --debootstrapopts --variant=buildd
-# add ... deb-src http://archive.ubuntu.com/ubuntu <ubuntu_version> main restricted universe multiverse
-apt-get update
-apt-get source bc
-pbuilder build *.dsc
+DIST=unstable ARCH=i386 git-pbuilder create --debootstrapopts --variant=buildd
+DIST=unstable ARCH=i386 git-pbuilder update
+? # add ... deb-src http://archive.ubuntu.com/ubuntu <ubuntu_version> main restricted universe multiverse
+? apt-get update
+? apt-get source bc
+? pbuilder build *.dsc
 
 ** building the actual package
 rm -r cmake-build
 git reset --hard HEAD
 git clean -f -X
 git clean -f -d
-pristine-tar checkout antpm_1.14.orig.tar.gz
-mv antpm_1.14.orig.tar.gz ..
-DIST=sid ARCH=i386 git-pbuilder --update
-DIST=sid ARCH=i386 git-pbuilder -us -uc
+git-dch -R -N 1.17-1
+# review, edit and commit changelog
+#pristine-tar checkout ../antpm_1.17.orig.tar.gz
+DIST=unstable ARCH=i386 git-buildpackage --update
+# --git-ignore-new
+DIST=unstable ARCH=i386 git-buildpackage -us -uc --git-tag
 
 ** managing patches on top of the package with quilt
 * http://pkg-perl.alioth.debian.org/howto/quilt.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list