~ubuntu-branches/ubuntu/precise/devscripts/precise

« back to all changes in this revision

Viewing changes to scripts/debsnap.1

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2011-08-23 22:09:52 UTC
  • mfrom: (10.9.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110823220952-xtj02fmmewsa8exr
Tags: 2.11.1ubuntu1
* Merge from Debian unstable; remaining changes:
  - Demote Recommends to Suggests:
    + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL
      download sites), wasn't installed by default in previous releases
      either, and seems quite dead upstream; universe only.
    + debian-keyring: not useful enough in Ubuntu; universe only.
    + equivs: too much of a hack to install by default; universe only.
    + libyaml-syck-perl: transition-check is fairly Debian-specific.
  - scripts/debchange.{pl,1}:
    + Adjust --security template for Ubuntu.
    + Add -U/--upstream flag that forces original "just increment
      the end" behaviour; Ubuntu is upstream for some pieces of software.
    + Add --distributor= and DEBCHANGE_DISTRIBUTOR to override lsb_release
      output.
    + Default to "oneiric" as distribution.
    + Add "ubuntu1" to version string for new versions, with tweaks for
      special cases.
    + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
    + Don't use the last distribution in debian/changelog when doing
      "dch -r" on Ubuntu. "Just because it was last uploaded to jaunty
      doesn't mean that's the right thing to do now." Thanks to Colin
      Watson. (LP: #429288)
  - Add test/debchange.pl, test/Makefile: debchange test suite.
  - Rename XS-Vcs-* to XS-Debian-Vcs-*.
* Remove debian-maintainers from Recommends (the key moved to debian-keyring).

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
.TP
52
52
.BR \-a ", " \-\-architecture
53
53
Specify architecture of downloaded binary packages. Implies \fB\-\-binary\fP.
 
54
This can be given multiple times in order to download binary packages for
 
55
multiple architectures.
54
56
 
55
57
.TP
56
58
.BR \-h ", " \-\-help
88
90
fail to be downloaded because they are no longer available on the snapshot
89
91
mirror, so any caller should expect this may occur in normal use.
90
92
 
 
93
.SH EXAMPLES
 
94
.TP
 
95
.BR "debsnap -a amd64 xterm 256-1"
 
96
Download the binary package of specific a xterm version for amd64 architecture.
 
97
.TP
 
98
.BR "debsnap -a armel xterm"
 
99
Download binary packages for all versions of xterm for armel architecture.
 
100
.TP
 
101
.BR "debsnap --binary xterm 256-1"
 
102
Download binary packages for a specific a xterm version but for all architectures.
 
103
.TP
 
104
.BR "debsnap --binary xterm"
 
105
Download binary packages for all version of xterm version for all architectures.
 
106
.TP
 
107
.BR "aptitude search '~i' -F '%p %V' | while read pkg ver; do debsnap -a $(dpkg-architecture -qDEB_HOST_ARCH) -a all $pkg $ver; done" 
 
108
Download binary packages of all packages that are installed on the system.
 
109
 
91
110
.SH FILES
92
111
.TP
93
112
.I /etc/devscripts.conf