]> git.deb.at Git - deb/packages.git/commitdiff
Merge commit 'origin/master' into archive-master
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 3 Nov 2008 21:53:47 +0000 (22:53 +0100)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 3 Nov 2008 21:53:47 +0000 (22:53 +0100)
1  2 
lib/Deb/Versions.pm
static/index.tmpl

diff --combined lib/Deb/Versions.pm
index 606f75301335ec332d77943dd2a963d67114ddd8,2b4c5343440339f59a63aa672a30b061ce9ed315..eb83819b7e4794ab4efa0c40357dbbb304b9a9f9
@@@ -152,11 -152,10 +152,11 @@@ sub _lcmp 
      return length( $v1 ) <=> length( $v2 );
  }
  
 -our @SUITES_SORT = qw( woody oldstable sarge stable stable-proposed-updates
 +our @SUITES_SORT = qw( bo hamm slink potato woody
 +                     oldstable sarge stable stable-proposed-updates
                       etch etch-m68k testing testing-proposed-updates lenny
                       sid unstable experimental
-                      warty hoary breezy breezy dapper edgy feisty gutsy );
+                      warty hoary breezy dapper edgy feisty gutsy intrepid jaunty);
  our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
  our @PRIORITY_SORT = qw( required important standard optional extra );
  my $i = 1000;
diff --combined static/index.tmpl
index 9766ffdba8dbb2c24dc2786eb191d346e3d36f2b,f64e53962720dd68d87e728d7bdc516776d6fb22..69a5a539b0e2e77193b66a9a279a044666432510
@@@ -4,17 -4,15 +4,17 @@@
        keywords = "$organisation, Packages"
  -%]
  [%-
 -    all_suites = [ 'etch', 'etch-m68k', 'etch-volatile', 'etch-backports',
 -                 'lenny', 'lenny-volatile', 'sid' ]
 -    version_numbers = { sarge => '3.1',
 -                      etch   => '4.0' }
 -    current_release = 'etch'
 +    all_suites = [ 'bo', 'hamm', 'slink', 'potato', 'woody', 'sarge' ]
 +    version_numbers = { sarge  => '3.1',
 +                      woody  => '3.0',
 +                      potato => '2.2',
 +                      slink  => '2.1',
 +                      hamm   => '2.0',
 +                      bo     => '1.3.1'}
 +    current_release = 'sarge'
      all_sections = [ 'main', 'contrib', 'non-free' ]
 -    all_architectures = [ 'alpha', 'arm', 'armel', 'amd64', 'hppa', 'i386',
 -                        'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
 -                        'mipsel', 'powerpc', 's390', 'sparc' ]
 +    all_architectures = [ 'alpha', 'arm', 'hppa', 'i386', 'ia64',
 +                        'mips', 'mipsel', 'powerpc', 's390', 'sparc' ]
  -%]
  
  <p>This site provides you with information about all the packages
@@@ -33,6 -31,9 +33,6 @@@ if you encounter any problems!</em></p
  [% END %]
  </ul>
  
 -<p>There is also a list of <a href="[% all_suites.-1 %]/main/newpkg">packages
 -recently added to [% all_suites.-1 %]</a>.</p>
 -
  <h2>Search</h2>
  
  <h3>Search package directories</h3>
@@@ -85,7 -86,7 +85,7 @@@ Section
  distributions for any files (or just parts of file names) that are
  part of packages.
  You can also get a full list of files in a given package.
- <BR>
+ <br>
  <form method="GET" action="/search">
  <input type="hidden" name="searchon" value="contents">
  
@@@ -105,7 -106,7 +105,7 @@@ Display
  <br>
  <input type="radio" name="mode" value="filename" id="filename">
    <label for="filename">packages that contain files whose names contain the keyword</label>
+ <br>
  <label for="distro">Distribution:</label>
  
  <select name="suite" id="distro">
  
  [% PROCESS 'html/foot.tmpl'
        langs.size = 0
-       copyright.years = '1997 - 2007' %]
+       copyright.years = '1997 - 2008' %]