r2736 - in people/goneri/SvnBuildStat-WWW: lib/SvnBuildStat/WWW/Controller root/src/packages

Gonéri Le Bouder goneri-guest at alioth.debian.org
Mon May 28 00:16:43 UTC 2007


Author: goneri-guest
Date: 2007-05-28 00:16:43 +0000 (Mon, 28 May 2007)
New Revision: 2736

Modified:
   people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm
   people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2
Log:
print the svn release of the package in the info page


Modified: people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm
===================================================================
--- people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm	2007-05-28 00:09:51 UTC (rev 2735)
+++ people/goneri/SvnBuildStat-WWW/lib/SvnBuildStat/WWW/Controller/Packages.pm	2007-05-28 00:16:43 UTC (rev 2736)
@@ -90,6 +90,7 @@
   $c->stash->{istarballpresent} = $package->istarballpresent;
   $c->stash->{isindebian} = $package->isindebian;
   $c->stash->{tarballuri} = $package->tarballuri;
+  $c->stash->{svndebrelease} = $package->svndebrelease;
   $c->stash->{uri} = $package->uri;
   $c->stash->{weburi} = $package->uri;
   $c->stash->{weburi} =~ s!svn://svn.debian.org/svn!http://svn.debian.org/wsvn!;

Modified: people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2
===================================================================
--- people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2	2007-05-28 00:09:51 UTC (rev 2735)
+++ people/goneri/SvnBuildStat-WWW/root/src/packages/info.tt2	2007-05-28 00:16:43 UTC (rev 2736)
@@ -1,7 +1,7 @@
 [% # Provide a title to root/lib/site/header -%]
 [% META title = 'Package overview' -%]
 
-<h1>[% package %]</h1>
+<h1>[% package %]_[% svndebrelease %]</h1>
 
 <h2>Maintainers</h2>
 <table>




More information about the Pkg-games-commits mailing list