[DebianGIS-dev] r981 - scripts
frankie at alioth.debian.org
frankie at alioth.debian.org
Tue Jul 24 13:20:10 UTC 2007
Author: frankie
Date: 2007-07-24 13:20:10 +0000 (Tue, 24 Jul 2007)
New Revision: 981
Modified:
scripts/dgis-status.pl
Log:
Added bpo information
Modified: scripts/dgis-status.pl
===================================================================
--- scripts/dgis-status.pl 2007-07-23 15:56:17 UTC (rev 980)
+++ scripts/dgis-status.pl 2007-07-24 13:20:10 UTC (rev 981)
@@ -51,6 +51,9 @@
'unstable' => ["http://ftp.nl.debian.org/debian/dists/unstable/main/source/",
"http://ftp.nl.debian.org/debian/dists/unstable/non-free/source/",
"http://ftp.it.debian.org/debian/dists/unstable/contrib/source/"],
+ 'bpo' => ["http://www.backports.org/debian/dists/etch-backports/main/source/",
+ "http://www.backports.org/debian/dists/etch-backports/non-free/source/",
+ "http://www.backports.org/debian/dists/etch-backports/contrib/source/"],
);
my $sources = "Sources";
@@ -173,6 +176,7 @@
<TH />Stable
<TH />Testing
<TH />Unstable
+<TH />Backports.org
</tr>
EOF
@@ -221,6 +225,7 @@
<td >$dgishash{$p}->{stable}</td>
<td >$dgishash{$p}->{testing}</td>
<td >$dgishash{$p}->{unstable}</td>
+<td >$dgishash{$p}->{bpo}</td>
</tr>
EOF
}
@@ -292,7 +297,7 @@
</table>
</table>
<p />Status at: $now
- <br />Total of Stable/Testing/Unstable packages: $tot_pkgs{stable}/$tot_pkgs{testing}/$tot_pkgs{unstable}
+ <br />Total of Stable/Testing/Unstable/BPO packages: $tot_pkgs{stable}/$tot_pkgs{testing}/$tot_pkgs{unstable}/$tot_pkgs{bpo}
<p /><small>Generated by <a href="http://svn.debian.org/wsvn/pkg-grass/scripts/dgis-status.pl?op=file&rev=0&sc=0">this GPL licensed perl script</a>
written by: <a href="mailto:frankie\@debian.org">Francesco P. Lovergine</a> for DebianGis use.</small>
<p />
More information about the Pkg-grass-devel
mailing list