~racb/ubuntu/quantal/apt/by_hash

« back to all changes in this revision

Viewing changes to doc/apt-sortpkgs.1.xml

  • Committer: Package Import Robot
  • Author(s): Steve Langasek, Michael Vogt, Steve Langasek
  • Date: 2012-06-11 22:36:16 UTC
  • mfrom: (1.4.47 sid)
  • Revision ID: package-import@ubuntu.com-20120611223616-1cctfc7qrxrx4vcu
Tags: 0.9.6ubuntu1
[ Michael Vogt ]
* merged from Debian, remaining changes:
  - use ubuntu keyring and ubuntu archive keyring in apt-key
  - run update-apt-xapian-index in apt.cron
  - support apt-key net-update and verify keys against master-keyring
  - run apt-key net-update in cron.daily
  - different example sources.list
  - APT::pkgPackageManager::MaxLoopCount set to 5000
  - apport pkgfailure handling
  - ubuntu changelog download handling
  - patch for apt cross-building, see http://bugs.debian.org/666772

[ Steve Langasek ]
* Drop upgrade handling for obsolete conffile /etc/apt/apt.conf.d/01ubuntu,
  removed in previous LTS.
* prepare-release: declare the packages needed as source build deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3
 
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 
3
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
4
 
5
5
<!ENTITY % aptent SYSTEM "apt.ent">
6
6
%aptent;
18
18
   &apt-email;
19
19
   &apt-product;
20
20
   <!-- The last update date -->
21
 
   <date>29 February 2004</date>
 
21
   <date>2012-06-09T00:00:00Z</date>
22
22
 </refentryinfo>
23
23
 
24
24
 <refmeta>
33
33
    <refpurpose>Utility to sort package index files</refpurpose>
34
34
 </refnamediv>
35
35
 
36
 
 <!-- Arguments -->
37
 
 <refsynopsisdiv>
38
 
   <cmdsynopsis>
39
 
      <command>apt-sortpkgs</command>
40
 
      <arg><option>-hvs</option></arg>
41
 
      <arg><option>-o=<replaceable>config string</replaceable></option></arg>
42
 
      <arg><option>-c=<replaceable>file</replaceable></option></arg>
43
 
      <arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg>
44
 
   </cmdsynopsis>
45
 
 </refsynopsisdiv>
46
 
 
 
36
 &synopsis-command-apt-sortpkgs;
 
37
 
47
38
 <refsect1><title>Description</title>
48
 
   <para><command>apt-sortpkgs</command> will take an index file (Source index or Package 
 
39
   <para><command>apt-sortpkgs</command> will take an index file (source index or package 
49
40
   index) and sort the records so that they are ordered by the package name. 
50
41
   It will also sort the internal fields of each record according to the 
51
42
   internal sorting rules.</para>
52
43
 
53
44
   <para>
54
 
   All output is sent to stdout, the input must be a seekable file.</para>
 
45
   All output is sent to standard output; the input must be a seekable file.</para>
55
46
 </refsect1>
56
47
 
57
48
 <refsect1><title>options</title>
60
51
   <variablelist>
61
52
     <varlistentry><term><option>-s</option></term><term><option>--source</option></term>
62
53
     <listitem><para>
63
 
     Use Source index field ordering.
 
54
     Use source index field ordering.
64
55
     Configuration Item: <literal>APT::SortPkgs::Source</literal>.</para></listitem>
65
56
     </varlistentry>
66
57