Your message dated Mon, 19 Apr 2010 16:01:44 +0000
with message-id <[email protected]>
and subject line Bug#578348: fixed in gpsprune 9-2
has caused the Debian Bug report #578348,
regarding gpsprune: Please regard http_proxy environment variable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
578348: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578348
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gpsprune
Severity: wishlist
Tags: patch
Hi,
the attached wrapper script regards environment variable http_proxy
to enable downloading maps even when sitting behind a proxy. It
would be great if this would be included in the package.
Kind regards and thanks for maintaining gpsprune
Andreas.
-- System Information:
Debian Release: squeeze/sid
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-xenU (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
#!/bin/sh
PRUNEJAR=/usr/share/gpsprune/gpsprune.jar
proxyhost=`echo $http_proxy | sed 's?http://\([^:]\+\).*?\1?'`
proxyport=`echo $http_proxy | sed 's?http://[^:]\+:\([0-9]\+\)?\1?'`
if [ -z $proxyport ] ; then
if [ -z $proxyhost ] ; then
java -jar $PRUNEJAR $@
else
java -Dhttp.proxyHost=$proxyhost -jar $PRUNEJAR $@
fi
else
java -Dhttp.proxyHost=$proxyhost -Dhttp.proxyPort=$proxyport -jar $PRUNEJAR $@
fi
--- End Message ---
--- Begin Message ---
Source: gpsprune
Source-Version: 9-2
We believe that the bug you reported is fixed in the latest version of
gpsprune, which is due to be installed in the Debian FTP archive:
gpsprune_9-2.debian.tar.gz
to main/g/gpsprune/gpsprune_9-2.debian.tar.gz
gpsprune_9-2.dsc
to main/g/gpsprune/gpsprune_9-2.dsc
gpsprune_9-2_all.deb
to main/g/gpsprune/gpsprune_9-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Paleino <[email protected]> (supplier of updated gpsprune package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 19 Apr 2010 17:04:41 +0200
Source: gpsprune
Binary: gpsprune
Architecture: source all
Version: 9-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <[email protected]>
Changed-By: David Paleino <[email protected]>
Description:
gpsprune - visualize, edit, convert and prune GPS data
Closes: 578348
Changes:
gpsprune (9-2) unstable; urgency=low
.
* debian/control:
- demote Java3d-related libraries to Recommends.
* debian/patches/:
- 00-fix_readme_in_about.patch added, fixes a bug in the About
screen
* debian/scripts/gpsprune added; wrapper to gpsprune to use $http_proxy,
thanks to Andreas Tille (Closes: #578348)
* debian/links removed
* debian/install:
- install debian/scripts/gpsprune in /usr/bin/
* debian/lintian-overrides removed; now unused
Checksums-Sha1:
04ddd8f67dd528dcf1ef1bd343138662f3a48b46 1390 gpsprune_9-2.dsc
44b66435791b203b0464f6168663f3f0efbe13fd 5226 gpsprune_9-2.debian.tar.gz
9efce6cd23d29315ca75404233c29d2eafefb218 550670 gpsprune_9-2_all.deb
Checksums-Sha256:
d93ed0255dd202dd26c89dfd1740c15bf8a50e3c9a13e66240a0f4725a3db9d3 1390
gpsprune_9-2.dsc
3e57b6b2074eb69c3151ccb17d5f32ac6c4285f752e7a78a175006a3f4c6f823 5226
gpsprune_9-2.debian.tar.gz
112a4a69839522a9eeee1006b92c053eae04ec293ec51aa0517b6944fb31fd1d 550670
gpsprune_9-2_all.deb
Files:
6fcd12dcfb80a2e072f0cc3bcd756706 1390 utils optional gpsprune_9-2.dsc
fb22b311337317c96e962bdc36fc9b8e 5226 utils optional gpsprune_9-2.debian.tar.gz
40812738908f8bd2b4b23e71a6b93ac4 550670 utils optional gpsprune_9-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkvMcoAACgkQ5qqQFxOSsXQDHwCfWD0Akw0xniAiPe5BJyYmzDB/
iF8AoMANHWJXUu1cYJYZSB+GvoCPTgnt
=DfRj
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel