~ubuntu-branches/ubuntu/karmic/sbuild/karmic

« back to all changes in this revision

Viewing changes to update-sourcedeps.1.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2006-10-21 21:23:16 UTC
  • mfrom: (2.1.6 edgy)
  • Revision ID: james.westby@ubuntu.com-20061021212316-nh89o5rnhyk1epnn
Tags: 0.52
* New upstream release.
* sbuild: Remove incorrect WannaBuild:: prefix from version_compare.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Copyright © 1998  James Troup <james@nocrew.org>
 
2
.\" Copyright © 2006  Roger Leigh <rleigh@debian.org>
 
3
.\"
 
4
.\" sbuild is free software; you can redistribute it and/or modify it
 
5
.\" under the terms of the GNU General Public License as published by
 
6
.\" the Free Software Foundation; either version 2 of the License, or
 
7
.\" (at your option) any later version.
 
8
.\"
 
9
.\" sbuild is distributed in the hope that it will be useful, but
 
10
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
12
.\" General Public License for more details.
 
13
.\"
 
14
.\" You should have received a copy of the GNU General Public License
 
15
.\" along with this program; if not, write to the Free Software
 
16
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 
17
.\" MA  02111-1307  USA
 
18
.TH UPDATE\-SOURCEDEPS 1 "@DATE@" "Version @VERSION@" "Debian sbuild"
 
19
.SH NAME
 
20
update\-sourcedeps \- update the sbuild source dependency files
 
21
.SH SYNOPSIS
 
22
.B update\-sourcedeps
 
23
.SH VERSION
 
24
This man page documents the packaged version of sbuild.  This version
 
25
is maintained by the \fBbuildd-tools\fP project developers on Alioth
 
26
(\f[CR]https://alioth.debian.org/projects/buildd\-tools/\fP).
 
27
.SH DESCRIPTION
 
28
\fBupdate\-sourcedeps\fR updates the source\-dependencies\-* files
 
29
from \f[CR]buildd.debian.org/andrea/\fP.  These dependencies are used
 
30
by sbuild to calculate the Build-Depends for those packages that don't
 
31
include them\[em]mainly potato, and increasingly fewer woody,
 
32
packages.  \fBupdate\-sourcedeps\fR also contains arch-specific and
 
33
package-specific patches that are applied by sbuild after the source
 
34
is unpacked.  These patches work around temporary compiler bugs and
 
35
other transient problems so a package can still be autobuilt and the
 
36
change can be easily reverted without bothering the package
 
37
maintainer.
 
38
.PP
 
39
\fBupdate\-sourcedeps\fR is normally called by buildd.  Since sbuild
 
40
is used by itself here, \fBupdate\-sourcedeps\fR must to be called
 
41
manually (or not).  The source-dependencies-* files aren't required by
 
42
sbuild but are very helpful if you're autobuilding a lot of packages.
 
43
.SH NOTE
 
44
Before you file bugs for build failures be sure you understand the
 
45
difference between src-deps and build-deps and also how the src-dep
 
46
patches work.
 
47
.SH WARNING
 
48
Inappropriate settings in your \fI~/.wgetrc\fP can cause problems.
 
49
The WGETRC environment variable can be used to redirect \fI.wgetrc\fP.
 
50
.SH AUTHORS
 
51
.nf
 
52
James Troup
 
53
Roman Hodek
 
54
.fi
 
55
.SH "SEE ALSO"
 
56
.SP
 
57
.BR sbuild (1).
 
58
.\"#
 
59
.\"# The following sets edit modes for GNU EMACS
 
60
.\"# Local Variables:
 
61
.\"# mode:nroff
 
62
.\"# fill-column:79
 
63
.\"# End: