[DebianGIS-dev] CVS Update: scripts dgis-status.pl

pabs-guest at haydn.debian.org pabs-guest at haydn.debian.org
Wed Mar 8 01:29:56 UTC 2006


  User: pabs-guest
  Date: 06/03/08 01:29:56

  Modified:    .        dgis-status.pl
  Log:
  Shorter URLs to the PTS
  
  Revision  Changes    Path
  1.7       +2 -2      scripts/dgis-status.pl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl?annotate=1.7&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/scripts/dgis-status.pl.diff?r1=1.7&r2=1.6&cvsroot=
  
  -----------------------------------
  
  Index: dgis-status.pl
  ===================================================================
  RCS file: /cvsroot/pkg-grass/scripts/dgis-status.pl,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- dgis-status.pl	7 Mar 2006 20:00:56 -0000	1.6
  +++ dgis-status.pl	8 Mar 2006 01:29:56 -0000	1.7
  @@ -181,7 +181,7 @@
   	my $p_url = "<strong>$p</strong>";
   	my $tr_class = "class='green'";
   	if ( $dgishash{$p}->{stable} ne "&nbsp;" || $dgishash{$p}->{unstable} ne "&nbsp;" ) {
  -		$p_url .= " (<a href='http://packages.qa.debian.org/common/index.html?src=$p'>PTS</a>,";
  +		$p_url .= " (<a href='http://packages.qa.debian.org/$p'>PTS</a>,";
   	}
   	else {
   		$p_url .= " (" if $main::dgislist{$p};
  
  
  



More information about the Pkg-grass-devel mailing list