Hello...

2011-05-27 Thread Smith Hanson
Good Day!
Your winning Price of One Million Five hundred usd.($1.500,000USD)has been 
forwarded to Western Union Department for immediate transfer to you as soon as 
possible.
Contact:
Mr. Kevin Anthony
Tel:00 233 543 49 6991
Email: ( customerservice.d...@msn.com )

Send them your correct contact information such as:
Your name,
Your phone number
Your country.
NOTE; This payment is directed to be made available in your name
Yours in Service,
Smith Hanson.




___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


r3005 - scripts

2011-05-27 Thread hamish-guest
Author: hamish-guest
Date: 2011-05-27 13:16:03 + (Fri, 27 May 2011)
New Revision: 3005

Modified:
   scripts/dgis-status.pl
Log:
alioth url migration

Modified: scripts/dgis-status.pl
===
--- scripts/dgis-status.pl  2011-05-27 13:03:29 UTC (rev 3004)
+++ scripts/dgis-status.pl  2011-05-27 13:16:03 UTC (rev 3005)
@@ -61,7 +61,7 @@
 #my $_ubuntu   = "fred";
 #my $_testing  = "fred";
 my $svn_repo = "svn://svn.debian.org/pkg-grass";
-my $web_repo = "http://svn.debian.org/wsvn/pkg-grass";;
+my $web_repo = "http://anonscm.debian.org/viewvc/pkg-grass";;
 
 require "dgis-packages.inc";
 


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


r3004 - scripts

2011-05-27 Thread hamish-guest
Author: hamish-guest
Date: 2011-05-27 13:03:29 + (Fri, 27 May 2011)
New Revision: 3004

Modified:
   scripts/dgis-status.pl
Log:
update lenny-bpo to stable-bpo

Modified: scripts/dgis-status.pl
===
--- scripts/dgis-status.pl  2011-05-27 09:19:47 UTC (rev 3003)
+++ scripts/dgis-status.pl  2011-05-27 13:03:29 UTC (rev 3004)
@@ -87,10 +87,10 @@
 "http://ftp.nl.debian.org/debian/dists/unstable/non-free/source/";,
 "http://ftp.it.debian.org/debian/dists/unstable/contrib/source/";
 ],
-'lenny-bpo' => [
-"http://www.backports.org/debian/dists/lenny-backports/main/source/";,
-
"http://www.backports.org/debian/dists/lenny-backports/non-free/source/";,
-"http://www.backports.org/debian/dists/lenny-backports/contrib/source/";
+'stable-bpo' => [
+
"http://backports.debian.org/debian-backports/dists/stable-backports/main/source/";,
+
"http://backports.debian.org/debian-backports/dists/stable-backports/non-free/source/";,
+
"http://backports.debian.org/debian-backports/dists/stable-backports/contrib/source/";
 ],
 'oneiric' => [
 "http://archive.ubuntu.com/ubuntu/dists/oneiric/main/source/";,
@@ -134,13 +134,13 @@
 my @versions;
 if ($opt_u) {
 @versions = (
-"stable", "testing",  "unstable", "lenny-bpo",
+"stable", "testing",  "unstable", "stable-bpo",
 "oneiric", "natty", "maverick",
 "lucid", "hardy", "dapper"
 );
 }
 else {
-@versions = ( "stable", "testing", "unstable", "lenny-bpo" );
+@versions = ( "stable", "testing", "unstable", "stable-bpo" );
 }
 # which version of Ubuntu to compare against for newer/older comparisons?
 my $ubuntuVer = "natty";


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


r3003 - scripts

2011-05-27 Thread hamish-guest
Author: hamish-guest
Date: 2011-05-27 09:19:47 + (Fri, 27 May 2011)
New Revision: 3003

Modified:
   scripts/dgis-status.pl
Log:
updated for another 2 years of ubuntu releases

Modified: scripts/dgis-status.pl
===
--- scripts/dgis-status.pl  2011-05-27 09:05:19 UTC (rev 3002)
+++ scripts/dgis-status.pl  2011-05-27 09:19:47 UTC (rev 3003)
@@ -33,6 +33,7 @@
 #   Authors:
 # Francesco P. Lovergine (original author of dgis-status.pl)
 # Cameron Shorter (extended to Ubuntu)
+# Hamish Bowman (updated for another 2 years of ubuntu releases)
 #
 
 use strict 'vars';
@@ -91,30 +92,36 @@
 
"http://www.backports.org/debian/dists/lenny-backports/non-free/source/";,
 "http://www.backports.org/debian/dists/lenny-backports/contrib/source/";
 ],
-'jaunty' => [
-"http://archive.ubuntu.com/ubuntu/dists/jaunty/main/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/jaunty/multiverse/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/jaunty/restricted/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/jaunty/universe/source/";
+'oneiric' => [
+"http://archive.ubuntu.com/ubuntu/dists/oneiric/main/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/oneiric/multiverse/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/oneiric/restricted/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/oneiric/universe/source/";
 ],
-'intrepid' => [
-"http://archive.ubuntu.com/ubuntu/dists/intrepid/main/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/intrepid/multiverse/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/intrepid/restricted/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/intrepid/universe/source/";
+'natty' => [
+"http://archive.ubuntu.com/ubuntu/dists/natty/main/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/natty/multiverse/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/natty/restricted/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/natty/universe/source/";
 ],
+'maverick' => [
+"http://archive.ubuntu.com/ubuntu/dists/maverick/main/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/maverick/multiverse/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/maverick/restricted/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/maverick/universe/source/";
+],
+'lucid' => [
+"http://archive.ubuntu.com/ubuntu/dists/lucid/main/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/lucid/multiverse/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/lucid/restricted/source/";,
+"http://archive.ubuntu.com/ubuntu/dists/lucid/universe/source/";
+],
 'hardy' => [
 "http://archive.ubuntu.com/ubuntu/dists/hardy/main/source/";,
 "http://archive.ubuntu.com/ubuntu/dists/hardy/multiverse/source/";,
 "http://archive.ubuntu.com/ubuntu/dists/hardy/restricted/source/";,
 "http://archive.ubuntu.com/ubuntu/dists/hardy/universe/source/";
 ],
-'gutsy' => [
-"http://archive.ubuntu.com/ubuntu/dists/gutsy/main/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/gutsy/multiverse/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/gutsy/restricted/source/";,
-"http://archive.ubuntu.com/ubuntu/dists/gutsy/universe/source/";
-],
 'dapper' => [
 "http://archive.ubuntu.com/ubuntu/dists/dapper/main/source/";,
 "http://archive.ubuntu.com/ubuntu/dists/dapper/multiverse/source/";,
@@ -128,14 +135,15 @@
 if ($opt_u) {
 @versions = (
 "stable", "testing",  "unstable", "lenny-bpo",
-"jaunty", "intrepid", "hardy","gutsy",
-"dapper"
+"oneiric", "natty", "maverick",
+"lucid", "hardy", "dapper"
 );
 }
 else {
 @versions = ( "stable", "testing", "unstable", "lenny-bpo" );
 }
-my $ubuntuVer = "jaunty";
+# which version of Ubuntu to compare against for newer/older comparisons?
+my $ubuntuVer = "natty";
 my $sources   = "Sources";
 my $sourcesgz = "$sources.gz";
 my $verbose   = 0;


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


r3002 - scripts

2011-05-27 Thread hamish-guest
Author: hamish-guest
Date: 2011-05-27 09:05:19 + (Fri, 27 May 2011)
New Revision: 3002

Modified:
   scripts/dgis-packages.inc
Log:
+opencpn ITP #538067

Modified: scripts/dgis-packages.inc
===
--- scripts/dgis-packages.inc   2011-05-26 08:53:03 UTC (rev 3001)
+++ scripts/dgis-packages.inc   2011-05-27 09:05:19 UTC (rev 3002)
@@ -98,6 +98,7 @@
 'netcdf-perl' => 
{url=>'http://starship.python.net/crew/hinsen/scientific.html'},
 'nitro' => {url=>'http://nitro-nitf.sourceforge.net/wikka.php?wakka=HomePage'},
 'ogdi-dfsg' => {url=>'http://ogdi.sourceforge.net/',wnpp=>'413842'},
+'opencpn' => {url=>'http://www.opencpn.org/',wnpp=>'538067'},
 'opencv' => {url=>'http://sourceforge.net/projects/opencvlibrary/'},
 'openev' => {url=>'http://openev.sourceforge.net/',wnpp=>'291562'},
 'openjump' => {url=>'http://jump-pilot.sourceforge.net/',wnpp=>'356494'},


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] grass branch, master, updated. upstream/6.4.1-21-g8b412c0

2011-05-27 Thread Hamish Bowman
The following commit has been merged in the master branch:
commit 8b412c0bed5b1fc9a5c21e401a215073695d1ebc
Author: Hamish Bowman 
Date:   Fri May 27 20:17:22 2011 +1200

desktop icon cleaning, still needs testing and grass.desktop needs patching 
for final Icon= file/dir and possible renaming to grass64.desktop

diff --git a/debian/changelog b/debian/changelog
index 02cee17..f0d0362 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (6.4.1-2) unstable; urgency=low
+
+  * Desktop icon cleanup.
+
+ -- Hamish Bowman   Fri, 27 May 2011 17:02:14 +1200
+
 grass (6.4.1-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/grass.desktop b/debian/grass.desktop
deleted file mode 100644
index 36c62d1..000
--- a/debian/grass.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=GRASS GIS
-Comment=
-Categories=Application;Education;Geography;
-Exec=/usr/bin/grass
-Icon=/usr/share/icons/grass-48x48.png
-Terminal=true
diff --git a/debian/grass.install b/debian/grass.install
index a2da40c..7163c14 100644
--- a/debian/grass.install
+++ b/debian/grass.install
@@ -7,5 +7,7 @@ usr/lib/grass64/fonts
 usr/lib/grass64/scripts
 usr/lib/grass64/lib
 usr/lib/grass64/locale
-usr/share/icons
+usr/share/icons/hicolor/32x32
+gui/icons/grass-48x48.png /usr/share/icons/hicolor/48x48/grass64.png
+gui/icons/grass.desktop /usr/share/applications
 usr/bin/x-grass
diff --git a/debian/grass.menu b/debian/grass.menu
index d59edf1..3c65b3f 100644
--- a/debian/grass.menu
+++ b/debian/grass.menu
@@ -2,4 +2,4 @@
   section="Applications/Science/Geoscience"\
   title="GRASS GIS"\
   command="/usr/bin/grass"\
-  icon="/usr/share/icons/grass64.xpm"
+  icon="/usr/share/icons/hicolor/32x32/grass64.xpm"
diff --git a/debian/rules b/debian/rules
index d599d1a..19931b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -174,7 +174,7 @@ install: build
 
# install icon file for debian menu system
install -d debian/tmp/usr/share/icons debian/tmp/usr/bin
-   install -m 644 debian/grass.xpm 
debian/tmp/usr/share/icons/$(BASE_NAME).xpm
+   install -m 644 debian/grass.xpm 
debian/tmp/usr/share/icons/hicolor/32x32/apps/$(BASE_NAME).xpm
# install x-grass wrapper script
install -m 755 debian/x-grass debian/tmp/usr/bin/x-grass
 

-- 
Geographic Resources Analysis Support System

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel