1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: live-manual
Section: doc
Priority: optional
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
Uploaders:
Ben Armstrong <synrg@sanctuary.nslug.ns.ca>,
Carlos Zuferri <chals@altorricon.com>,
Build-Depends:
debhelper (>= 9),
ruby,
ruby-nokogiri,
Build-Depends-Indep:
locales,
po4a,
sisu-complete (>= 4.2.5-2),
Build-Conflicts:
locales-all,
Standards-Version: 3.9.6
Homepage: http://debian-live.alioth.debian.org/devel/live-manual/
Vcs-Browser: http://anonscm.debian.org/cgit/debian-live/live-manual.git
Vcs-Git: http://anonscm.debian.org/git/debian-live/live-manual.git
Package: live-manual
Section: metapackages
Architecture: all
Depends:
live-manual-epub (>= ${source:Version}),
live-manual-html (>= ${source:Version}),
live-manual-odf (>= ${source:Version}),
live-manual-pdf (>= ${source:Version}),
live-manual-txt (>= ${source:Version}),
${misc:Depends},
Description: Live Systems Documentation (metapackage)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
.
live-manual contains the documentation for the Live Systems project.
.
This package is a metapackage depending on all available output formats.
Package: live-manual-epub
Architecture: all
Depends:
${misc:Depends},
Provides:
live-manual,
Description: Live Systems Documentation (epub)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
.
live-manual contains the documentation for the Live Systems project.
.
This package contains the epub output.
Package: live-manual-html
Architecture: all
Depends:
${misc:Depends},
Provides:
live-manual,
Description: Live Systems Documentation (html)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
.
live-manual contains the documentation for the Live Systems project.
.
This package contains the html output.
Package: live-manual-odf
Architecture: all
Depends:
${misc:Depends},
Provides:
live-manual,
Description: Live Systems Documentation (odf)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
.
live-manual contains the documentation for the Live Systems project.
.
This package contains the odf output.
Package: live-manual-pdf
Architecture: all
Depends:
${misc:Depends},
Provides:
live-manual,
Description: Live Systems Documentation (pdf)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
.
live-manual contains the documentation for the Live Systems project.
.
This package contains the pdf output.
Package: live-manual-txt
Architecture: all
Depends:
${misc:Depends},
Provides:
live-manual,
Description: Live Systems Documentation (txt)
The Live Systems project maintains the components to build Debian based Live
systems and the official Debian Live images themselves.
.
live-manual contains the documentation for the Live Systems project.
.
This package contains the txt output.
|