[med-svn] r9293 - trunk/community/website/docs

Charles Plessy plessy at alioth.debian.org
Mon Jan 16 00:52:07 UTC 2012


Author: plessy
Date: 2012-01-16 00:52:07 +0000 (Mon, 16 Jan 2012)
New Revision: 9293

Modified:
   trunk/community/website/docs/policy.xml
Log:
Make the tip more specific to pdebuild.


Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml	2012-01-16 00:46:47 UTC (rev 9292)
+++ trunk/community/website/docs/policy.xml	2012-01-16 00:52:07 UTC (rev 9293)
@@ -426,18 +426,13 @@
 get-orig-source:
 	git archive --format=tar $(SHA1) | gzip -9 > ../$(ORIG)</programlisting>
 			</para>
-			<para>
-				To make <command>git-buildpackage</command> builds the package with a
-				chroot, you can add the following to the configuration file <filename>~/.gbp.conf</filename> or <filename>debian/gbp.conf</filename>:<programlisting>
+			<para id="git-pbuilder">
+				To make <command>git-buildpackage</command> build the package with
+				<command>pdebuild</command>, you can add the following to the
+				configuration file <filename>~/.gbp.conf</filename> or
+				<filename>debian/gbp.conf</filename>:<programlisting>
 [DEFAULT]
-builder = ~/bin/git-pbuilder
-cleaner = fakeroot debian/rules clean
-pristine-tar = True
-
-[git-buildpackage]
-# use this for more svn-buildpackage like behaviour:
-export-dir = ../build-area/
-tarball-dir = ../tarballs/</programlisting>
+builder = ~/bin/git-pbuilder</programlisting>
 				With this configuration file you're specifying that
 				<command>git-buildpackage</command> will use
 				<filename>~/bin/git-pbuilder</filename> as the builder script.  This is




More information about the debian-med-commit mailing list