~ubuntu-branches/ubuntu/lucid/dpkg/lucid

« back to all changes in this revision

Viewing changes to man/dpkg-scansources.1

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-09-18 13:39:36 UTC
  • mfrom: (1.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20090918133936-dj8kjtc2qz3yqj7i
Tags: 1.15.4ubuntu1
* Resynchronise with Debian (LP: #427854). Remaining changes:
  Ubuntu-specific adjustments (probably):
  - Use i686 for lpia in cputable and triplettable.
  - Hack Dpkg::Arch to return i686 for lpia.
  - Move various Conflicts to Breaks, since upgrades from stable Ubuntu
    releases support Breaks.

  Miscellaneous bug fixes:
  - Avoid duplicate attempts to [f]close in obscure error situations which
    might conceiveably close wrong fds.
  - Revert change to stop outputting a newline after a postinst is run
    (Debian #392317).
  - Use the two-arg form of open in Dpkg::Control so that "-" can be
    passed to parse stdin as a control file (Debian #465340).

  Launchpad integration:
  - Add Launchpad-Bugs-Fixed handling in a few more places.

  Build options:
  - Point to https://wiki.ubuntu.com/DistCompilerFlags from
    dpkg-buildpackage(1).
  - Set default LDFLAGS to -Wl,-Bsymbolic-functions. (We've already taken
    this hit in Ubuntu.)
  - Implement handling of hardening-wrapper options via DEB_BUILD_OPTIONS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
.IP "\fB\-n\fR, \fB\-\-no\-sort\fR" 4
47
47
Don't sort the index records. Normally they are sorted by source package
48
48
name.
 
49
.TP
 
50
.IP "\fB\-e\fR, \fB\-\-extra\-override\fR \fIfile\fP" 4
 
51
Scan \fIfile\fP to find supplementary overrides. See
 
52
.BR deb\-extra\-override (5)
 
53
for more information on its format.
49
54
.IP "\fB\-s\fR, \fB\-\-source\-override\fR \fIfile\fR" 4
50
55
Use \fIfile\fR as the source override file. The default is the name of the
51
56
override file you specified with \fI.src\fR appended.
64
69
.
65
70
.SH "SEE ALSO"
66
71
.BR deb\-override (5),
 
72
.BR deb\-extra\-override (5),
67
73
.BR dpkg\-scanpackages (1).
68
74
.
69
75
.SH AUTHOR