]> git.deb.at Git - deb/packages.git/commitdiff
Merge branch 'master' of ssh://source/srv/source.djpig.de/git/packages into ubuntu...
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 6 Feb 2008 16:29:37 +0000 (17:29 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 6 Feb 2008 16:30:03 +0000 (17:30 +0100)
Conflicts:

config.sh.sed.in
cron.d/100syncarchive
cron.d/100syncarchive_amd64
cron.d/100syncarchive_backports
cron.d/100syncarchive_m68k
cron.d/100syncarchive_maintainers
cron.d/100syncarchive_volatile
cron.d/700install_static
static/debian.css
static/index.tmpl
static/packages.css.sed.in
templates/config.tmpl
templates/config/mirrors.tmpl
templates/html/download.tmpl
templates/html/show.tmpl

12 files changed:
1  2 
conf/apache.conf.sed.in
config.sh.sed.in
cron.d/100syncarchive
lib/Packages/DoSearchContents.pm
lib/Packages/Search.pm
setup-site.conf
static/debian.css
static/packages.css.sed.in
templates/config.tmpl
templates/html/download.tmpl
templates/html/head.tmpl
templates/html/show.tmpl

Simple merge
index f6b77f99e75186359b085437fe112f330756314e,afc9987519f32424cf8cca857f66ee130efc9e46..3c43a3f46ed7b0646a8757cd2c1aa9109e7b2567
@@@ -25,38 -24,36 +24,40 @@@ cachedir=${topdir}/cach
  # path to private ftp directory
  #ftproot=/org/ftp.root
  
 -ftpsite=http://ftp.de.debian.org/debian
 -security_ftpsite=http://security.debian.org/debian-security
 -volatile_ftpsite=http://volatile.debian.org/debian-volatile
 -backports_ftpsite=http://backports.org/debian
 -amd64_ftpsite=http://amd64.debian.net/debian
 -debports_ftpsite=http://ftp.debian-ports.org/debian
 +ftpsite=http://archive.ubuntu.com/ubuntu
 +security_ftpsite=$ftpsite
  ddtp_ftpsite=http://ddtp.debian.net/debian
  
+ wget_cmd="wget --no-verbose --tries=2 --timeout=60" 
  root=""
  
  # Architectures
  #
- polangs="de fi fr hu ja nl uk"
- ddtplangs="ca cs da de eo es fi fr go hu it ja km_KH ko nl pl pt pt_BR ru sk sv uk zh zh_CN zh_TW"
+ polangs="de fi fr hu ja nl ru sv uk zh-cn"
+ ddtplangs="ca cs da de eo es fi fr hu it ja km-kh ko nl pl pt pt-br ru sk sv uk zh-cn zh-tw"
 -archives="us security amd64 debports backports volatile"
 -sections="main contrib non-free"
 +archives="us security"
 +sections="main multiverse restricted universe"
- parts="${sections}"
+ parts="$sections"
 -suites="sarge sarge-volatile sarge-backports etch etch-m68k etch-volatile etch-backports lenny sid experimental"
 -priorities="required important standard optional extra"
 +suites="dapper dapper-updates dapper-backports edgy edgy-updates edgy-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy"
- dists="${suites}"
+ dists="$suites"
 -architectures="alpha amd64 arm armel hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc"
 -arch_sarge="alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
 -arch_etch="alpha amd64 arm hppa i386 ia64 mips mipsel powerpc s390 sparc"
 -arch_lenny="${arch_etch}"
 -arch_sid="${arch_sarge} armel hurd-i386 kfreebsd-i386 kfreebsd-amd64"
 -arch_experimental="${arch_sid}"
 -arch_lenny_proposed_updates="${arch_lenny}"
 -arch_etch_proposed_updates="${arch_etch}"
 +priorities="required important standard optional extra"
 +architectures="i386 amd64 powerpc"
 +arch_dapper="i386 amd64 powerpc"
 +arch_dapper_updates="${arch_dapper}"
 +arch_dapper_backports="${arch_dapper}"
 +arch_edgy="${arch_dapper}"
 +arch_edgy_updates="${arch_edgy}"
 +arch_edgy_backports="${arch_edgy}"
 +arch_feisty="${arch_edgy}"
 +arch_feisty_updates="${arch_feisty}"
 +arch_feisty_backports="${arch_feisty}"
 +arch_gutsy="${arch_feisty}"
 +arch_gutsy_updates="${arch_gutsy}"
 +arch_gutsy_backports="${arch_gutsy}"
 +arch_hardy="${arch_gutsy}"
 +arch_hardy_updates="${arch_hardy}"
 +arch_hardy_backports="${arch_hardy}"
  
  # Miscellaneous
  #
index 789063b51ce944e3bb374262bd4765b5ee50f692,a6b0e83429e311517cdc601ef62531842dabd198..f71f8168526ded38cbbc4dd21ef56139682b1573
@@@ -26,11 -29,13 +26,11 @@@ the
                echo retrieve Packages $dist/$part/$arch
                test -d us/${dist}/${part}/binary-${arch} || mkdir -p us/${dist}/${part}/binary-${arch}
                (cd us/${dist}/${part}/binary-${arch} &&
-                   wget -q -N ${ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz)
+                   $wget_cmd -N ${ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz)
            done
 -          #FIXME: no Contents files for p-u
 -          test ! "$dist" = "experimental" || continue
            echo retrieve Contents $dist/$arch
            (cd us/${dist} &&
-               wget -q -N ${ftpsite}/dists/${dist}/Contents-${arch}.gz)
+               $wget_cmd -N ${ftpsite}/dists/${dist}/Contents-${arch}.gz)
        done
        for part in ${parts}
        do
@@@ -80,18 -90,18 +80,18 @@@ d
      echo "retrieve Release(.gpg) $dist"
      test -d security/${dist} || mkdir -p security/${dist}
      (cd security/${dist} &&
-       wget -q -N ${security_ftpsite}/dists/${dist}-security/Release &&
-       wget -q -N ${security_ftpsite}/dists/${dist}-security/Release.gpg )
 -      $wget_cmd -N ${security_ftpsite}/dists/${dist}/updates/Release &&
 -      $wget_cmd -N ${security_ftpsite}/dists/${dist}/updates/Release.gpg )
++      $wget_cmd -N ${security_ftpsite}/dists/${dist}-security/Release &&
++      $wget_cmd -N ${security_ftpsite}/dists/${dist}-security/Release.gpg )
          
      foo=\$arch_${dist//-/_}
      for arch in `eval echo $foo`
      do
        for part in ${parts}
        do
 -      echo retrieve Packages $dist/$part/security/$arch
 +      echo retrieve Packages $dist-security/$part/$arch
        test -d security/${dist}/${part}/binary-${arch} || mkdir -p security/${dist}/${part}/binary-${arch}
        (cd  security/${dist}/${part}/binary-${arch} &&
-           wget -q -N ${security_ftpsite}/dists/${dist}-security/${part}/binary-${arch}/Packages.gz)
 -          $wget_cmd -N ${security_ftpsite}/dists/${dist}/updates/${part}/binary-${arch}/Packages.gz)
++          $wget_cmd -N ${security_ftpsite}/dists/${dist}-security/${part}/binary-${arch}/Packages.gz)
        done
      done
      for part in ${parts}
          echo retrieve Sources $dist/$part/security
          test -d security/${dist}/${part}/source || mkdir -p security/${dist}/${part}/source
          (cd security/${dist}/${part}/source &&
-             wget -q -N ${security_ftpsite}/dists/${dist}-security/${part}/source/Sources.gz)
 -            $wget_cmd -N ${security_ftpsite}/dists/${dist}/updates/${part}/source/Sources.gz)
++            $wget_cmd -N ${security_ftpsite}/dists/${dist}-security/${part}/source/Sources.gz)
      done
  done
Simple merge
Simple merge
diff --cc setup-site.conf
index 0000000000000000000000000000000000000000,edaf9b67f8eabc3aa37f68f685f4cc8ef4420501..4cf450274510301ab55bd972bad11dddb7489a60
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,2 +1,2 @@@
 -topdir=/srv/packages.debian.org
 -site=packages.debian.net
++topdir=/srv/packages.ubuntu.com-new
++site=packages2.ubuntu.lichtenheld.net
index 0fb88aaca232f50a1e0529745cf3b85ddb5523fb,fce9493b3312b7867ae98ff9905d14daba9eb389..d18bc878726edc11de40df2b7498f4faa05e748a
@@@ -75,8 -328,8 +75,8 @@@ hr 
        padding-top: 3px;
        bottom: 0;
        text-align: center;
-       margin: 0px;
+       margin: 1em 0 0 0;
 -      border-top: 1px solid #BFC3DC;
 +      border-top: 1px solid #000;
  }
  
  #fineprint {
index fbe7b28ed25eeebe8b406ced72bd419af561a4f8,0e5ae372f5983f252f5f56b6059c181b8dd3b42e..6e26dcb1d7ccbf9841e2983307e6895e559aed47
@@@ -309,12 -301,10 +309,11 @@@ table#pdeplegend, #pdownload table 
        padding-left: 1em;
        padding-top: 6px;
        padding-bottom: 4px;
-       width: auto;
        height: auto;
        text-align: left;
 -      background: #DF0451;
 -      color: yellow;
 +        background-color: white;
 +      color: #5B4832;
 +        border-bottom: thin solid #5B4832;
        font-size: smaller;
        font-weight: bold;
  }
index 4194dadd8b7e006ac1626d8f02b5fce844ad7fa9,c99694e5c4f063bdf823e9c0b46e9b358c1ac910..451b0e60ff668c10c2acc1863274302ab129ff83
@@@ -1,10 -1,11 +1,11 @@@
  [%- DEFAULT
     charset = 'UTF-8'
-    lang = 'en'
+    po_lang = 'en'
+    ddtp_lang = 'en'
  
 -   organisation = 'Debian'
 -   homepage = 'http://www.debian.org/'
 -   packages_homepage = 'http://packages.debian.net/'
 +   organisation = 'Ubuntu'
 +   homepage = 'http://www.ubuntu.com/'
 +   packages_homepage = 'http://packages.ubuntu.lichtenheld.net/'
     searchformurl = packages_homepage
     search_url = '/'
     tags_url = 'http://debtags.alioth.debian.org/'
     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 = homepage _ 'intro/cn'
 +#   cn_help_url = homepage _ 'intro/cn'
     logo = {
        url => homepage,
          src => '/Pics/openlogo-nd-25.png',
@@@ -48,5 -51,9 +52,9 @@@
  [%-
     # possible values for importance: high, normal, low
     sitewidemsg = { importance => "high",
 -                 txt => g('Please note that this is an experimental version of <a href="http://packages.debian.org/">packages.debian.org</a>. Errors and obsolete information should be expected') }
 +                 txt => g('Please note that this is an experimental version of <a href="http://packages.ubuntu.com/">packages.ubuntu.com</a>. Errors and obsolete information should be expected') }
  -%]
+ [%# @translators: . = decimal_point , = thousands_sep, see Number::Format %]
+ [%- USE num = Number.Format( decimal_point => g('.'),
+                            thousands_sep => g(','),
+                            decimal_fill  => 1 ) -%]
Simple merge
Simple merge
index 8f04246934cd9e78ca4ef89be5f8af6c511dca3d,048b7d0d6d72f62116b67dfa34b8672d8694ce69..0bc5fa2acd03742d8d91c87ce77b8d871aa58cf9
  <h2>[% g('Links for %s', pkg) %]</h2>
  <h3>[% g('Debian Resources:') %]</h3>
  <ul>
- <li><a href="[% launchpad_url _ (is_source ? pkg : src.pkg) _ '/+bugs' | uri %]">[% g('Bug Reports') %]</a></li>
 -<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>
  [%- ELSE -%]
    <h3>[% g('Maintainers:') %]</h3>
  [%- END %]
- [%- FOREACH maintainers -%]
+ [%- FOREACH maintainers;
+   mailarchiveurl = '';
+   IF (matches = mail.match('^(.*)@lists\.debian\.org$'));
+       mailarchiveurl = 'http://lists.debian.org/' _ matches.0 _ '/';
+   ELSIF (matches = mail.match('^(.*)@lists\.alioth\.debian\.org$'));
+       mailarchiveurl = 'http://lists.alioth.debian.org/pipermail/' _ matches.0 _ '/';
+   END -%]
    [%- '<ul>' IF loop.first -%]
-       <li><a href="mailto:[% mail %]">[% name | html %]</a></li>
+       <li><a href="mailto:[% mail %]">[% name | html %]</a>
 -      (<a href="[% ddpo_url _ mail %]" title="[% g("An overview over the maintainer's packages and uploads") %]">[% g('QA Page') %]</a>
 -      [%- IF mailarchiveurl %], <a href="[% mailarchiveurl %]" title="[% g('Archive of the Maintainer Mailinglist') %]">[% g('Mail Archive') %]</a>[% END %])
++      [%- IF mailarchiveurl %](<a href="[% mailarchiveurl %]" title="[% g('Archive of the Maintainer Mailinglist') %]">[% g('Mail Archive') %]</a>)[% END %]
+       </li>
    [%- '</ul>' IF loop.last -%]
  [%- END -%]