diff options
author | dancer <dancer> | 2004-11-16 23:54:46 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-11-16 23:54:46 +0000 |
commit | 07864c34b7654149177a6c0deab15bf75bf4b0aa (patch) | |
tree | 523a86b3a4f0371eaa9254b8e0d9089ad2e53ee5 /Documentation | |
parent | af1a897961ea3b514d4e08065cbdafe3100011d5 (diff) | |
download | pbuilder-07864c34b7654149177a6c0deab15bf75bf4b0aa.tar pbuilder-07864c34b7654149177a6c0deab15bf75bf4b0aa.tar.gz |
+ * Add example script from Jamin W Collins for short-cut way of specifying distribution. (closes: #255165)
+ * Warn if build-depends is not satisfied when invoking dpkg-buildpackage -S (closes: #266349)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 451ffac..ed99d83 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -723,6 +723,17 @@ $ sudo pbuilder update --hookdir ~/loginhooks/E10shell <filename>examples/D10tmp</filename> with pbuilder. </para> </sect1> + <sect1 id="DISTRIBUTIONSWITCH"> + <title>Creating shortcut for running pbuilder with specific distribution</title> + <para> + When working with multiple chroots, it would be nice to work with + scripts that facilitate the amount of typing. + An example script + <filename>pbuilder-distribution.sh</filename> is provided as an example. + Invoking the script as <filename>pbuilder-woody</filename> will invoke + pbuilder for woody chroot. + </para> + </sect1> <sect1> <title>Using special apt sources list other than the default</title> <para> |