]> git.deb.at Git - deb/packages.git/commitdiff
Merge branch 'master' into ubuntu-master
authorGerfried Fuchs <rhonda@debian.at>
Fri, 20 Aug 2010 09:18:31 +0000 (11:18 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Fri, 20 Aug 2010 09:18:31 +0000 (11:18 +0200)
1  2 
static/packages.css.sed.in
templates/config.tmpl
templates/html/show.tmpl

Simple merge
index ef9c4a64f80a965c9da3b5314f57a95fa0e4b48c,aa1dee5f3fcf536de220f42bcd5b603c4e0f2b08..ee419ee2a8d13315ad30e61df6f42f6879d42065
     pts_url = 'http://packages.qa.debian.org/'
     ddpo_url = 'http://qa.debian.org/developer.php?login='
     src_bugs_url = bugs_url _ 'src:'
 -   mirror_url = 'http://ftp.debian.org/'
 -   security_mirror = 'security.debian.org'
 -   security_mirror_url = security_mirror _ '/debian-security'
 -   security_suite_suffix = '/updates'
 -   changelogs_url = 'http://packages.debian.org/changelogs/'
 +   mirror_url = 'http://archive.ubuntu.com/'
 +   security_mirror = 'security.ubuntu.com'
 +   security_mirror_url = security_mirror _ '/ubuntu'
 +   security_suite_suffix = '-security'
 +   changelogs_url = 'http://changelogs.ubuntu.com/changelogs/'
     policy_url = 'http://www.debian.org/doc/debian-policy/'
 -   cn_help_url = project_homepage _ 'intro/cn'
 -   patch_tracking_url = 'http://patch-tracker.debian.org/package'
 -   screenshots_url = 'http://screenshots.debian.net/package/'
 -   screenshots_thumb_url = 'http://screenshots.debian.net/thumbnail/'
 +#   cn_help_url = project_homepage _ 'intro/cn'
 +#   patch_tracking_url = 'http://patch-tracker.debian.org/package'
++#   screenshots_url = 'http://screenshots.debian.net/package/'
++#   screenshots_thumb_url = 'http://screenshots.debian.net/thumbnail/'
     logo = {
        url => project_homepage,
          src => '/Pics/openlogo-nd-25.png',
index 8c7fad0ec26639c0ae3edb13a34d2e9298da1111,c03f50e3f92472e2ed555373a3cb811deeef3729..9b31bb2c31f7c9a451a8952abe8c0fad6b695316
  [% UNLESS is_virtual %]
  <div id="pmoreinfo">
  <h2>[% g('Links for %s', pkg) %]</h2>
+ [% IF screenshots_url && screenshots_thumb_url && !is_source %]
+ <a id="screenshot" href="[% screenshots_url _ pkg %]"><img src="[% screenshots_thumb_url _ pkg %]" alt="Screenshot" border="0"/></a>
+ [% END %]
  <h3>[% g('%s Resources:', organisation) %]</h3>
  <ul>
 -<li><a href="[% (is_source ? src_bugs_url : bugs_url) _ pkg %]">[% g('Bug Reports') %]</a></li>
 -
 -[% IF src.pkg -%]
 -<li><a href="[% pts_url _ src.pkg %]">[% g('Developer Information (PTS)') %]</a></li>
 -[% ELSIF is_source %]
 -<li><a href="[% pts_url _ pkg %]">[% g('Developer Information (PTS)') %]</a></li>
 -[%- END %]
 +<li><a href="[% launchpad_url _ (is_source ? pkg : src.pkg) _ '/+bugs' %]">[% g('Bug Reports') %]</a></li>
  
  [% IF files && (!archive or archive == main_archive or archive == 'security') %]
  <li><a href="[% changelogs_url _ files.changelog.path %]">[% g('%s Changelog', organisation) %]</a></li>