[% PROCESS 'config/archive_layout.tmpl' %] [%- PROCESS 'html/head.tmpl' title_tag = ( is_source ? "Details of source package $pkg in $suite" : "Details of package $pkg in $suite" ) description = desc keywords = "$suite, $archive, $section, $subsection, $version" print_search_field = 'packages' search_field_values = { searchon => is_source ? 'sourcenames' : 'names', } navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite }, { prefix=>'Section:', title=>'All packages in this section', url=>make_url("$subsection/"), name=>subsection }, { prefix=>'Package:', name=>pkg } ] -%] [% PROCESS 'html/menu.inc' %] [% FOREACH s IN suites %] [% '
' IF loop.first %] [%- IF s == suite -%] [% PROCESS menuitem name=s url='' %] [%- ELSE -%] [% PROCESS menuitem name=s url=make_url(pkg,'','suite',s) %] [%- END -%] [%- '
' IF loop.last -%] [% END %] [% IF src %]
[% PROCESS menuitem prefix='Source:' title='Source package building this package' url=make_url(src.pkg,'','source','source') name=src.pkg %]
[% END %] [%- PROCESS 'html/messages.tmpl' -%] [% IF is_virtual %]

Virtual Package: [% pkg %] [% ELSIF is_source %]

Source Package: [% pkg %] ([% version %]) [% ELSE %]

Package: [% pkg %] ([% versions.short %]) [% END %] [%- PROCESS marker text=archive IF archive && archive != main_archive %] [%- PROCESS marker text=subsection IF subsection == 'non-US' and archive != 'non-US' %] [%- PROCESS marker text=section IF section && section != main_section %] [%- PROCESS marker text='essential' IF page.get_newest('essential') == 'yes' %]

[% IF suite == "experimental" || subsection == "debian-installer" %]
[% IF suite == "experimental" %]

Experimental package

Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.

[% END %] [% IF subsection == "debian-installer" %]

debian-installer udeb package

Warning: This package is intended for the use in building debian-installer images only. Do not install it on a normal Debian system.

[% END %]
[% END %] [% UNLESS is_virtual %]
[% IF desc.short %]

[% desc.short %]

[% desc.long %] [% END %]

[% END %] [% FOREACH tag IN tags %] [% IF loop.first -%]

Tags: [%- END %] [% tag %][% ', ' UNLESS loop.last %] [% IF loop.last -%]

[%- END %] [% END %] [% FOREACH providers %] [% IF loop.first %]

Packages providing [% pkg %]

[% END %]
[% IF available %][% name %][% ELSE %][% name %][% END %]
[% desc %]
[% '
' IF loop.last %] [% END %] [% FOREACH binaries %] [% IF loop.first %]
The following binary packages are built from this source package:
[% END %]
[% IF available %][% name %][% ELSE %][% name %][% END %]
[% desc %]
[% '
' IF loop.last %] [% END %] [% FOREACH relations %] [% IF loop.first -%]

Other Packages Related to [% pkg %]

[% IF is_source %] [% ELSE %] [% END %]
[adep]= build-depends [idep]= build-depends-indep[dep]= depends [rec]= recommends [sug]= suggests
[%- END %] [% IF loop.last -%]
[%- END %] [% END %] [% FOREACH downloads %] [% IF loop.first -%]

Download [% pkg %]

[% '' IF versions.multiple %] [%- END %] [% download_url = pkg _ '/' _ arch _ '/download' filelist_url = pkg _ '/' _ arch _ '/filelist' %] [% '' IF versions.multiple %] [% IF loop.last -%]
Download for all available architectures
ArchitectureVersionPackage SizeInstalled SizeFiles
[% arch %]' _ version _ '[% pkgsize %] kB[% instsize %] kB [% IF contents_avail %] [list of files] [% ELSE %] no current information [% END %]
[%- END %] [% END %] [% FOREACH srcfiles %] [% IF loop.first -%]

Download [% pkg %]

[%- END %] [% IF loop.last -%]
FileSize (in kB)md5sum
[% filename %] [% size %] [% md5sum %]
[%- END %] [% END %] [% UNLESS is_virtual %]

More Information on [% pkg %]

Check for Bug Reports about [% pkg %].
[% IF src %] Source Package: [% src.pkg %], Download: [% FOREACH src.downloads %] [[% name %]] [% END %] [% IF src.downloads.size == 0 %] Not found [% END %] [% END %] [% IF files %]
View the Debian changelog
View the copyright file

[% END %]

[% IF maintainers.size == 1 -%] [%- FOREACH maintainers -%] [% name | html %] is responsible for this Debian package. [%- END -%] [%- ELSE -%] [%- FOREACH maintainers -%] [%- IF loop.first -%] [% name | html %] [%- ELSIF loop.last -%] and [% name | html %] are responsible for this Debian package. [%- ELSE -%] , [% name | html %] [%- END -%] [%- END -%] [%- END %] [% IF src -%] See the developer information for [% pkg %]. [% ELSIF is_source %] See the developer information for [% pkg %]. [%- END %] [% # use url only for source packages # otherwise we have too often two home page links url = page.get_newest('url'); IF is_source && url %]

Homepage: [% url | html %]

[% END %] [% #FIXME: should this only be used for the PTS? known_vcs = [ [ 'cvs', 'CVS' ], [ 'svn', 'Subversion' ], [ 'bzr', 'bzr' ], [ 'darcs', 'Darcs'], [ 'arch', 'arch' ] ]; FOREACH vcs IN known_vcs; vcs_id = vcs.0; vcs_name = vcs.1; vcs_info = page.get_newest("vcs-$vcs_id"); SET vcs_info = page.get_newest("x-vcs-$vcs_id") UNLESS vcs_info; IF vcs_info; %]

Repository for Debian package: [% vcs_info %] (VCS: [% vcs_name %])

[% END; END %]

Search for other versions of [% pkg %]

[% END %]