Bug#260375: marked as done (Document i18n LOCALE issue that can lead to erroneous output)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 2 Jan 2016 12:37:06 +0100
with message-id <5687b662.3080...@xs4all.nl>
and subject line Re: [Proj] Proj may give erroneous results depending on locale
has caused the Debian Bug report #260375,
regarding Document i18n LOCALE issue that can lead to erroneous output
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 ow...@bugs.debian.org
immediately.)


-- 
260375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: proj
Version: 4.4.8-2
Severity: important

Hello,
  I have encountered bug which resulted in proj giving different results
depending on locale set.
  As you can see in the signature my locale is pl_PL and when used with
gettext (or gtk+) gives wrong coordinates after transformation.
  I'm attaching simple testcase that shows the problem.
  The bug is also occures in testing vesion of package (4.4.7) and was
really hard to trace.

Best Regards,
  Radoslaw Grzanka


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25ost2
Locale: LANG=pl_PL, LC_CTYPE=pl_PL

Versions of packages proj depends on:
ii  libc6   2.3.2.ds1-13 GNU C Library: Shared libraries an

-- no debconf information

 Simple testcase
#include 
#include 
#include 
#include 

const std::string projparams("+x_0=115073.415747 +y_0=-6288530.367751"
" +proj=lcc +lat_1=37.00 +lat_2=65.00 +lon_0=8.199763"
" +ellps=WGS84 +to_meter=63.506519 +no_defs");

projUV proj_input;  // Input Values
projUV proj_output; // Output Values
projPJ pj;

int main()
{
//
 TEST 1 - without locales set.
pj = pj_init_plus(projparams.c_str());

proj_input.v = 53.5736; // Lattitude
proj_input.u = 7.42731; // Longitude
proj_input.v *= DEG_TO_RAD; // To Rads
proj_input.u *= DEG_TO_RAD; // To Rads

proj_output = pj_fwd(proj_input, pj);

std::cout << "Lattitude: " << proj_output.v
<< " Longitude: " << proj_output.u << std::endl;

pj_free(pj);
 RESULT - Lattitude: 3197.17 Longitude: 1029.99 - GOOD.
///
 TEST 2 - with locales set!
setlocale (LC_ALL, ""); // SETTING LOCALES!

pj = pj_init_plus(projparams.c_str());

proj_input.v = 53.5736; // Lattitude
proj_input.u = 7.42731; // Longitude
proj_input.v *= DEG_TO_RAD; // To Rads
proj_input.u *= DEG_TO_RAD; // To Rads

proj_output = pj_fwd(proj_input, pj);

std::cout << "Lattitude: " << proj_output.v
<< " Longitude: " << proj_output.u << std::endl;

pj_free(pj);
 RESULT - Lattitude: 3220.56 Longitude: 1242.12 - BAD.
}

--- End Message ---
--- Begin Message ---
fixed 260375 proj/4.9.2-1
thanks

This ancient issue seems to have been fixed sometime after PROJ 4.4.8,
with 4.9.2 the results of the test case are identical:

$ LC_ALL=pl_PL.UTF-8 ./a.out
Lattitude: 3197.17 Longitude: 1029.99
Lattitude: 3197.17 Longitude: 1029.99

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Processed: Re: [Proj] Proj may give erroneous results depending on locale

2016-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 260375 proj/4.9.2-1
Bug #260375 [proj] Document i18n LOCALE issue that can lead to erroneous output
Marked as fixed in versions proj/4.9.2-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
260375: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260375
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#809627: don't say zone is south on -V

2016-01-02 Thread Sebastiaan Couwenberg
Control: tags -1 upstream moreinfo

Hi Dan,

This bugreport should be file upstream, but the current information is
not sufficient to make this into an actionable bugreport for the
upstream developers.

Please clarify what you want to be changed in proj in such a way that
the upstream developers can implement the request.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


Processed: Re: Bug#809627: don't say zone is south on -V

2016-01-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 upstream moreinfo
Bug #809627 [proj-bin] don't say zone is south on -V
Added tag(s) upstream and moreinfo.

-- 
809627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Processed: Re: Bug#809628: -v and -V should reveal more details of UTM

2016-01-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 upstream moreinfo
Bug #809628 [proj-bin] -v and -V should reveal more details of UTM
Added tag(s) moreinfo and upstream.

-- 
809628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#809628: -v and -V should reveal more details of UTM

2016-01-02 Thread Sebastiaan Couwenberg
Control: tags -1 upstream moreinfo

Hi Dan,

Like your other bugreport (#809627), this  bugreport should be filed
upstream, but the current information is not sufficient to make this
into an actionable bugreport for the upstream developers.

Please clarify what you want to be changed in proj in such a way that
the upstream developers can implement the request.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


Bug#758452: marked as done (FTBFS with clang instead of gcc)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #758452,
regarding FTBFS with clang instead of gcc
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 ow...@bugs.debian.org
immediately.)


-- 
758452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758452
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gpsdrive
Severity: minor
Tags: patch
User: pkg-llvm-t...@lists.alioth.debian.org
Usertags: clang-ftbfs

Hello,

Using the rebuild infrastructure, your package fails to build with clang 
(instead of gcc).

We detected this kinf of error:
http://clang.debian.net/status.php?version=3.5.0rc1=NOT_ALLOWED_HERE

Full build log is available here:
http://clang.debian.net/logs/2014-06-16/gpsdrive_2.10~pre4-6.dfsg-5.2_unstable_clang.log

Thanks,
Alexander

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- ./src/gpsdrive.c	2007-09-15 05:24:15.0 +0400
+++ ../gpsdrive-2.10~pre4-6.dfsg-my/./src/gpsdrive.c	2014-08-17 01:51:39.183514745 +0400
@@ -2738,27 +2738,24 @@
 	 _("-D X  set debug Level to X\n"),
 	 _("-Tdo some internal unit Tests(don't start gpsdrive)\n"),
 	 _("-euse Festival-Lite (flite) for speech output\n"),
-	 _("-oserial device, pty master, or file for NMEA *output*\n"),
-	 _("-f X  Select friends server, X is i.e. friendsd.gpsdrive.de\n"),
+	 _("-o thing  serial device, pty master, or file for NMEA *output*\n"),
+	 _("-f server Select friends server, X is i.e. friendsd.gpsdrive.de\n"),
 #ifdef DBUS_ENABLE
 	 _("-XUse DBUS for communication with gpsd. This disables serial and socket communication\n"),
 #endif
-	 _("-l LANG   Select language of the voice,\n"
-	   "  LANG may be english, spanish or german\n"),
-	 _("-s HEIGHT set height of the screen, if autodetection\n"
-	   "  don't satisfy you, X is i.e. 768,600,480,200\n"),
-	 _("-r WIDTH  set width of the screen, only with -s\n"),
+	 _("-l lang.  Select language of the voice,\n"
+	   "  language may be 'english', 'spanish' or 'german'\n"),
+ _("-g geom.  set window geometry, e.g. 800x600\n"),
 	 _("-1have only 1 button mouse, for example using touchscreen\n"),
 	 _("-adisplay APM Stuff ( battery status, Temperature)\n"),
 	 _("-b Server Servername for NMEA server (if gpsd runs on another host)\n"),
 	 _("-c WP set start position in simulation mode to waypoint name WP\n"),
-	 _("-xcreate separate window for menu\n"),
-	 _("-M mode   set guimode to desktop, pda or car\n"),
+	 _("-M mode   set GUI mode; mode may be 'desktop' (default), 'pda' or 'car'\n"),
 	 _("-iignore NMEA checksum (risky, only for broken GPS receivers\n"),
 	 _("-qdisable SQL support\n"),
 	 _("-Fforce display of position even it is invalid\n"),
 	 _("-Sdon't show splash screen\n"),
-	 _("-Pstart in Pos Mode\n"),
+	 _("-Pstart in Position Mode\n"),
 	 _("-W x  set x to 1 to switch WAAS/EGNOS on, set to 0 to switch off\n"),
 	 _("-H ALTcorrect altitude, adding this value (ALT) to altitude\n"),
 	 _("-C file   set config file (--config-file)\n"));
@@ -2975,6 +2972,10 @@
 return 0;
 }
 
+static void termhandler (int sig)
+{
+gtk_main_quit ();
+}
 
 /***
  * *
@@ -2985,6 +2986,10 @@
 main (int argc, char *argv[])
 {
 
+bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
+bind_textdomain_codeset (PACKAGE, "utf8");
+textdomain (GETTEXT_PACKAGE);
+
 gchar buf[500];
 
 current.needtosave = FALSE;
@@ -3086,9 +3091,6 @@
 /*  all default values must be set BEFORE readconfig! */
 g_strlcpy (setpositionname, "", sizeof (setpositionname));
 
-/* setup signal handler */
-signal (SIGUSR1, signalposreq);
-
 sql_load_lib();
 /*  I18l */
 
@@ -3167,14 +3169,6 @@
  */
 loadmapconfig ();
 
-/* PORTING */
-{
-	gchar *p;
-	p = bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
-	bind_textdomain_codeset (PACKAGE, 

Bug#724382: marked as done (Please stop build depending on automake1.9)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #724382,
regarding Please stop build depending on automake1.9
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 ow...@bugs.debian.org
immediately.)


-- 
724382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gpsdrive
Version: 2.10~pre4-6.dfsg-5.2
Severity: wishlist
Usertags: automake-cleanup-2013

As documented in
http://lists.debian.org/debian-devel/2013/05/msg01459.html, I will be
removing automake1.4, automake1.9 and automake1.10 from the archive.
Your package has a build dependency on one (or more) of these
packages.

In many cases these dependencies are unnecessary as there is typically
no build time dependency on automake for most packages. If it is
required, you should update the dependency to "automake" or
"automake1.11". If you need any assistance with making your package
work with a newer version of automake, please let me know, but it
should be relatively painless for the most part.

I plan to ask for the removal of automake1.4, automake1.9 and
automake1.10 in approximately one month. Once they removed this bug's
severity will be upgraded to "serious".
--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#629338: marked as done (gpsdrive: uses Switch.pm, removed in perl 5.14)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #629338,
regarding gpsdrive: uses Switch.pm, removed in perl 5.14
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 ow...@bugs.debian.org
immediately.)


-- 
629338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629338
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gpsdrive
Version: 2.10~pre4-6.dfsg-5
User: debian-p...@lists.debian.org
Usertags: perl-5.14-transition

This package contain code using the perl module Switch, which is
deprecated and will be removed from the core in perl 5.14 (currently
in experimental).

$ grep -r 'use Switch' .
./debian/scripts/gpsfetchmap.pl:use Switch;

Please consider not using this deprecated module, or Depend/Build-Depend
as appropriate on:

libswitch-perl | perl (<< 5.10.1-13)

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#287845: marked as done (gpsdrive: please add support for loading gpx tracks)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #287845,
regarding gpsdrive: please add support for loading gpx tracks
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 ow...@bugs.debian.org
immediately.)


-- 
287845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=287845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: gpsdrive
Version: 2.09-1
Severity: wishlist

It would be nice if gpsdrive was able to load GPX tracks from file
(and even better if it could save them.

The GPX format is an XML based exchange format for GPS data, and it is
defined at .

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gpsdrive depends on:
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-19 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-6GCC support library
ii  libglib2.0-02.4.8-1  The GLib library of C routines
ii  libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface
ii  libpango1.0-0   1.6.0-3  Layout and rendering of internatio
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi
ii  libstdc++5  1:3.3.5-5The GNU Standard C++ Library v3

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#456569: marked as done (fails to correctly calculate widget size)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #456569,
regarding fails to correctly calculate widget size
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 ow...@bugs.debian.org
immediately.)


-- 
456569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-1
Severity: normal

According to the man page, gpsdrive has -s and -r options to override
the autodetection.  Since the autodetection doesn't notice the panels at
the top and bottom of my screen I tried to use these options to set a
saner resolution.

It appears that the options simply do not work, whether supplied alone,
or together.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc3-hippy (SMP w/2 CPU cores)
Locale: LANG=en_NZ.UTF8, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpsdrive depends on:
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libboost-filesystem1.34 1.34.1-2 filesystem operations (portable pa
ii  libboost-thread1.34.1   1.34.1-2 portable C++ multi-threading
ii  libc6   2.7-3GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-4GCC support library
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.2-1 The GTK+ graphical user interface 
ii  libmapnik1d 0.4.0-2+b1   C++/Python toolkit for developing 
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpcre37.3-2Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.1.3-1X11 client-side library
ii  libxcomposite1  1:0.4.0-1X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region extension libra
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  openstreetmap-map-icons 2.10~pre4-1  Collection of map icons
ii  openstreetmap-map-icons 2.10~pre4-1  Collection of map icons
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages gpsdrive recommends:
ii  gpsd 2.34.dfsg-6 GPS (Global Positioning System) da
ii  gpsdrive-scripts 2.10~pre4-1 Various scripts for gpsdrive

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#585866: marked as done (gpsdrive 2.10pre7 incompatible with gpsd 2.92+)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #585866,
regarding gpsdrive 2.10pre7 incompatible with gpsd 2.92+
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 ow...@bugs.debian.org
immediately.)


-- 
585866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10svn2467.hb
Severity: important

Hi,

this is already well known, just filing it in the bug system for any
new users who run into it.

The version of GpsDrive currently in testing and sid are incompatible
with the version of gpsd currently in the same. gpsd changed their
API and removed backward compatibility with versions 2.92 and newer.

symptom is that the user never gets a gps lock.

the program still runs and you can use it in 'offline' explore mode
but that's not as much fun.

Ubuntu/Lucid also suffers from this incompatibility.

This is fixed in gpsdrive svn in the 2.11 stable branch and trunk
via a build switch.

2.10pre7 creates buggy OSM tile downloads and should be passed by in
favor of 2.11svn.

the version currently in debian and ubuntu (2.10pre4) is long out of date.


regards,
Hamish


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#456149: marked as done (gpsdrive: Doesn't display my altitude)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #456149,
regarding gpsdrive: Doesn't display my altitude
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 ow...@bugs.debian.org
immediately.)


-- 
456149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=456149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-1
Severity: normal

GPSDrive is not displaying any altitude reading from my GPS (a Garmin
60CSx).  If I telnet to the gpsd port on my local machine I definitely
do see my altitude coming through on the various data streams available.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc3-hippy (SMP w/2 CPU cores)
Locale: LANG=en_NZ.UTF8, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpsdrive depends on:
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libboost-filesystem1.34 1.34.1-2 filesystem operations (portable pa
ii  libboost-thread1.34.1   1.34.1-2 portable C++ multi-threading
ii  libc6   2.7-3GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-4GCC support library
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.2-1 The GTK+ graphical user interface 
ii  libmapnik1d 0.4.0-2+b1   C++/Python toolkit for developing 
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpcre37.3-2Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.1.3-1X11 client-side library
ii  libxcomposite1  1:0.4.0-1X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region extension libra
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  openstreetmap-map-icons 2.10~pre4-1  Collection of map icons
ii  openstreetmap-map-icons 2.10~pre4-1  Collection of map icons
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages gpsdrive recommends:
ii  gpsd 2.34.dfsg-6 GPS (Global Positioning System) da
ii  gpsdrive-scripts 2.10~pre4-1 Various scripts for gpsdrive

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

[libterralib] branch master updated (f08dff9 -> a026166)

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a change to branch master
in repository libterralib.

  from  f08dff9   Depend on dxflib >= 2.5.0.0-4 for g++-5 transition.
   new  a026166   Remove myself from uploaders, as I lack the spare time 
needed to contribute.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libterralib.git

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


Bug#590690: marked as done (gpsdrive does not find gpsd (status: no gps))

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #585866,
regarding gpsdrive does not find gpsd (status: no gps)
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 ow...@bugs.debian.org
immediately.)


-- 
585866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6.dfsg-5+b2
Severity: important


gpsd is correctly running with a navilock NL-402u. Although gpsdrive 
gives a "gps status" of "no gps". I tested gpsd with "tangogps" which 
works correctly, connecting to gpsd and gives out the correct position. 
Also "xgps" does show me the position of the satelites. "gpscat 
/dev/ttyACM0" also produces a constant data stream. So far I am sure the 
driver and device is working correctly. Only gpsdrive does not connect 
to the gpsd. Trying manually to allow with the option '-t' to connect to 
a device directly seems also not to work. I guess the problem could be 
in gpsdrive itself, but more is beyond my skills. strace gives finally a 
repeating message of:


gettimeofday({1280321706, 774830}, NULL) = 0
read(3, 0x8dd8dd0, 4096)= -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1280321706, 775175}, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=8, events=POLLIN}], 3, 
24) = 1 ([{fd=3, revents=POLLIN}])
read(3, "\6\0\364#k\36P\6\23\1\0\0.\0\0\3\0\0\0\0a\4Q\0\202\3 \0\20\0\1\0", 
4096) = 32
read(3, 0x8dd8dd0, 4096)= -1 EAGAIN (Resource temporarily 
unavailable)
gettimeofday({1280321706, 781789}, NULL) = 0
poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}])
writev(3, [{"&\4\2\0.\0\0\3", 8}, {NULL, 0}, {"", 0}], 3) = 8
poll([{fd=3, events=POLLIN}], 1, -1)= 1 ([{fd=3, revents=POLLIN}])


For more information, please let me know what you need to fix it.

regards
JR





-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpsdrive depends on:
ii  gpsdrive-data 2.10~pre4-6.dfsg-5 Car navigation system
ii  libart-2.0-2  2.3.21-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libboost-filesystem1. 1.42.0-3   filesystem operations (portable pa
ii  libboost-system1.42.0 1.42.0-3   Operating system (e.g. diagnostics
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.0-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.4-7  GCC support library
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  libmapnik0.7  0.7.1-1+b1 C++/Python toolkit for developing 
ii  libpango1.0-0 1.28.1-1   Layout and rendering of internatio
ii  libpcre3  7.8-3  Perl 5 Compatible Regular Expressi
ii  libstdc++64.4.4-7The GNU Standard C++ Library v3
ii  libxml2   2.7.7.dfsg-4   GNOME XML library
ii  openstreetmap-map-ico 1:0.0.svn20783-1   Collection of map icons (classic s
ii  openstreetmap-map-ico 1:0.0.svn20783-1   Collection of map icons (square se

Versions of packages gpsdrive recommends:
ii  gpsd  2.95-3 Global Positioning System - daemon
ii  gpsdrive-scripts  2.10~pre4-6.dfsg-5 Various scripts for gpsdrive

Versions of packages gpsdrive suggests:
ii  festival   1.96~beta-10  General multi-lingual speech synth
ii  flite  1.4-release-2 A small run-time speech synthesis 
ii  mysql-server   5.1.48-1  MySQL database server (metapackage
ii  mysql-server-5.1 [mysql-se 5.1.48-1  MySQL database server binaries and
ii  osm2pgsql  0.69+r20104-1 Openstreetmap data to PostgreSQL c
pn  postgresql-8.4-postgis (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 

Bug#589789: marked as done (gpsdrive-scripts: geo-code should use /bin/bash)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #589789,
regarding gpsdrive-scripts: geo-code should use /bin/bash
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 ow...@bugs.debian.org
immediately.)


-- 
589789: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589789
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive-scripts
Severity: normal

Script geo-code should use /bin/bash rather than /bin/sh, as
reported on https://bugs.edge.launchpad.net/ubuntu/+source/gpsdrive/+bug/325288
Attached patch fixes this issue.


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-23-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'
--- debian/changelog2010-04-16 11:31:32 +
+++ debian/changelog2010-07-05 15:45:40 +
@@ -1,3 +1,10 @@
+gpsdrive (2.10~pre4-6.dfsg-3ubuntu5) lucid; urgency=low
+
+  * scripts/geo-code: Changed executing environment from /bin/sh
+to /bin/bash (LP: #325288)
+
+ -- Bilal Akhtar   Mon, 05 Jul 2010 13:50:55 +0300
+
 gpsdrive (2.10~pre4-6.dfsg-3ubuntu4) lucid; urgency=low
 
   * debian/control: Rebuild with libmysqlclient16-dev.

=== modified file 'debian/patches/00list'
--- debian/patches/00list   2009-06-11 19:26:06 +
+++ debian/patches/00list   2010-07-05 15:45:40 +
@@ -18,3 +18,4 @@
 100-fix-insecure-tempfiles
 101-signalposreq
 102-unittest
+103-lp-325288

=== added file 'debian/patches/103-lp-325288.dpatch'
--- debian/patches/103-lp-325288.dpatch 1970-01-01 00:00:00 +
+++ debian/patches/103-lp-325288.dpatch 2010-07-05 15:45:40 +
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 103-lp-325288.dpatch by Bilal Akhtar 
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This patch fixes launchpad bug 325288 by changing the runtime
+## DP: environment of file scripts/geo-code from /bin/sh to /bin/bash.
+
+@DPATCH@
+diff -urNad gpsdrive~/scripts/geo-code gpsdrive/scripts/geo-code
+--- gpsdrive~/scripts/geo-code 2010-07-05 13:13:11.334553356 +0300
 gpsdrive/scripts/geo-code  2010-07-05 13:13:19.202560140 +0300
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ #
+ # geo-code: Convert a street address into a latitude/longitude

--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#591260: marked as done (gpsdrive: gpdrive-2.11 needs packaging)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #591260,
regarding gpsdrive: gpdrive-2.11 needs packaging
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 ow...@bugs.debian.org
immediately.)


-- 
591260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6.dfsg-3ubuntu4
Severity: important

The version of gspdrive in the Debian repos is very old and needs to be 
updated. the current version of the package doesn't even work as a GPS program 
due to an incompatibility - the main purpose of the program.

The new version of gpsdrive has lots of bug fixes and changes the application 
quite a bit (the build system has even changed).

I would ask that someone package the new gpsdrive so that it becomes a usable 
application for what it was created for. I started some of the work looking at 
the patches that had been incorporated etc. and updated the patches that are 
still needed, the can be see in this ZIP 
http://launchpadlibrarian.net/52825663/patches.zip

(NOTE: The new version of gpsdrive using cmake)

References:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589789
http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=gpsdrive
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585866




-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-22-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpsdrive depends on:
ii  gpsdrive-dat 2.10~pre4-6.dfsg-3ubuntu4   Car navigation system
ii  libart-2.0-2 2.3.20-2build1  Library of functions for 2D graphi
ii  libatk1.0-0  1.30.0-0ubuntu2.1   The ATK accessibility toolkit
ii  libboost-fil 1.40.0-4ubuntu4 filesystem operations (portable pa
ii  libboost-sys 1.40.0-4ubuntu4 Operating system (e.g. diagnostics
ii  libc62.11.1-0ubuntu7.2   Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-2ubuntu1 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.16-2ubuntu4 simple interprocess messaging syst
ii  libdbus-glib 0.84-1  simple interprocess messaging syst
ii  libfontconfi 2.8.0-2ubuntu1  generic font configuration library
ii  libfreetype6 2.3.11-1ubuntu2.1   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.3-4ubuntu5GCC support library
ii  libglib2.0-0 2.24.1-0ubuntu1 The GLib library of C routines
ii  libgtk2.0-0  2.20.1-0ubuntu2+menuproxy11 The GTK+ graphical user interface 
ii  libmapnik0.7 0.7.0-2ubuntu1  C++/Python toolkit for developing 
ii  libpango1.0- 1.28.0-0ubuntu2 Layout and rendering of internatio
ii  libpcre3 7.8-3build1 Perl 5 Compatible Regular Expressi
ii  libstdc++6   4.4.3-4ubuntu5  The GNU Standard C++ Library v3
ii  libxml2  2.7.6.dfsg-1ubuntu1 GNOME XML library
ii  openstreetma 1:0.0.svn18468-1Collection of map icons (classic s
ii  openstreetma 1:0.0.svn18468-1Collection of map icons (square se

Versions of packages gpsdrive recommends:
pn  gpsd   (no description available)
pn  gpsdrive-scripts   (no description available)

Versions of packages gpsdrive suggests:
pn  flite | festival   (no description available)
pn  mysql-server   (no description available)
pn  osm2pgsql  (no description available)
pn  postgresql-8.3-postgis (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian 

Bug#508595: marked as done (CVE-2008-5380: allows local users to overwrite arbitrary files via a symlink attack)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #508595,
regarding CVE-2008-5380: allows local users to overwrite arbitrary files via a 
symlink attack
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 ow...@bugs.debian.org
immediately.)


-- 
508595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508595
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.09-2.1
Severity: important
Tags: security

Hi,

The following CVE (Common Vulnerabilities & Exposures) id was published for 
gpsdrive.

CVE-2008-5380[1]:
> gpsdrive (aka gpsdrive-scripts) 2.09 allows local users to overwrite
> arbitrary files via a symlink attack on an (a) /tmp/geo#, a (b)
> /tmp/geocaching.loc, a (c) /tmp/geo#.*, or a (d) /tmp/geo.* temporary
> file, related to the (1) geo-code and (2) geo-nearest scripts, different
> vectors than CVE-2008-4959.

If you fix the vulnerability please also make sure to include the CVE id in 
the changelog entry.

[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5380
     http://security-tracker.debian.net/tracker/CVE-2008-5380

Cheers,
-- 
Raphael Geissert - Debian Maintainer
www.debian.org - get.debian.net


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#689874: marked as done (gpsdrive: diff for NMU version 2.10~pre4-6.dfsg-5.2)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #689874,
regarding gpsdrive: diff for NMU version 2.10~pre4-6.dfsg-5.2
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 ow...@bugs.debian.org
immediately.)


-- 
689874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689874
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6.dfsg-5.1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for gpsdrive (versioned as 2.10~pre4-6.dfsg-5.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u gpsdrive-2.10~pre4-6.dfsg/debian/rules gpsdrive-2.10~pre4-6.dfsg/debian/rules
--- gpsdrive-2.10~pre4-6.dfsg/debian/rules
+++ gpsdrive-2.10~pre4-6.dfsg/debian/rules
@@ -13,7 +13,7 @@
 DEB_UPSTREAM_VERSION := 2.10~pre4-6.dfsg
 UPSTREAM_VERSION := 2.10pre4
 DESTDIR  := ${CURDIR}/debian/tmp
-MAPNIK_PATH = $(shell mapnik-plugin-base)
+# MAPNIK_PATH = $(shell mapnik-plugin-base)
 
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -51,14 +51,14 @@
 	libtoolize -i -f
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 --prefix=/usr \
---enable-mapnik \
+--disable-mapnik \
 --enable-dbus \
 CFLAGS="$(CFLAGS)"
 
 build: build-arch build-indep
 
 build-arch: config.status build-arch-stamp
-build-arch-stamp:
+build-arch-stamp: config.status
 	dh_testdir
 	$(MAKE)
 	touch $@
@@ -90,11 +90,11 @@
 			install-poiDATA \
 			install-mapsDATA \
 			DESTDIR=$(DESTDIR)
-	install -d $(CURDIR)/debian/tmp/usr/share/gpsdrive/mapnik
-	install -m 644 $(CURDIR)/scripts/mapnik/osm.xml $(CURDIR)/debian/tmp/usr/share/gpsdrive/mapnik/osm.xml
+	# install -d $(CURDIR)/debian/tmp/usr/share/gpsdrive/mapnik
+	# install -m 644 $(CURDIR)/scripts/mapnik/osm.xml $(CURDIR)/debian/tmp/usr/share/gpsdrive/mapnik/osm.xml
 	install -d $(CURDIR)/debian/tmp/usr/share/map-icons
 	install -m 644 $(CURDIR)/data/map-icons/icons.xml $(CURDIR)/debian/tmp/usr/share/map-icons/icons.xml
-	$(MAKE) -C scripts/mapnik/ install DESTDIR=$(DESTDIR)
+	# $(MAKE) -C scripts/mapnik/ install DESTDIR=$(DESTDIR)
 	$(MAKE) -C src/ install DESTDIR=$(DESTDIR)
 			
 install-indep: build-indep
@@ -116,7 +116,7 @@
 	# strip language extensions
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/convert-waypoints.pl $(CURDIR)/debian/gpsdrive-scripts/usr/bin/convert-waypoints
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/geoinfo.pl $(CURDIR)/debian/gpsdrive-scripts/usr/bin/geoinfo
-	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpsdrive_mapnik_gentiles.py $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpsdrive_mapnik_gentiles
+	# mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpsdrive_mapnik_gentiles.py $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpsdrive_mapnik_gentiles
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpspoint2gpsdrive.pl $(CURDIR)/debian/gpsdrive-scripts/usr/bin/gpspoint2gpsdrive
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/bin/poi-manager.pl $(CURDIR)/debian/gpsdrive-scripts/usr/bin/poi-manager
 	mv -f $(CURDIR)/debian/gpsdrive-scripts/usr/share/man/man1/convert-waypoints.pl.1.gz \
diff -u gpsdrive-2.10~pre4-6.dfsg/debian/control gpsdrive-2.10~pre4-6.dfsg/debian/control
--- gpsdrive-2.10~pre4-6.dfsg/debian/control
+++ gpsdrive-2.10~pre4-6.dfsg/debian/control
@@ -5,7 +5,7 @@
 Uploaders: Andreas Putzo , Francesco Paolo Lovergine 
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7), automake1.9, libtool, pkg-config, libpcre3-dev, libgtk2.0-dev,libart-2.0-dev, libxml2-dev, libmysqlclient-dev, 
- autotools-dev, dpatch, libmapnik-dev (>= 0.6), libboost-dev, libboost-filesystem-dev, libboost-serialization-dev, libdbus-glib-1-dev
+ autotools-dev, dpatch, libboost-dev, libboost-filesystem-dev, libboost-serialization-dev, libdbus-glib-1-dev, libltdl-dev (>= 2.4)
 Standards-Version: 3.8.4
 Homepage: http://gpsdrive.de
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gpsdrive/trunk
@@ -39,7 +39,7 @@
 
 Package: gpsdrive-scripts
 Architecture: all
-Depends: gpsdrive, ${perl:Depends}, python, python-imaging, python-mapnik, libdbi-perl, libdbd-mysql-perl, libdate-manip-perl, libfile-slurp-perl, 
+Depends: gpsdrive, ${perl:Depends}, python, python-imaging, libdbi-perl, libdbd-mysql-perl, libdate-manip-perl, libfile-slurp-perl, 
  libmime-base64-perl, libtime-local-perl, libwww-curl-perl, libwww-mechanize-perl, libxml-parser-perl, libxml-simple-perl, 

Bug#789228: marked as done (gpsdrive-scripts depends on transition package perlmagick)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #789228,
regarding gpsdrive-scripts depends on transition package perlmagick
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 ow...@bugs.debian.org
immediately.)


-- 
789228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6.dfsg-5.2+b1
Severity: minor

gpsdrive-scripts has a dependency on perlmagick which is a
transitional package that will be removed after jessie+2.

Please update your dependency to libimage-magick-perl.

-- 
Martin Michlmayr
Linux for HP Helion, Hewlett-Packard
--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#672229: marked as done (No plugin found for type 'postgis')

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #672229,
regarding No plugin found for type 'postgis'
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 ow...@bugs.debian.org
immediately.)


-- 
672229: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672229
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: gpsdrive_2.10~pre4-6.dfsg-5+b2_i386.deb

When I invoke gpsdrive it says "Cannot init mapnik. Mapnik support DISABLED: 
Could not create datasource. No plugin found for type 'postgis' (encountered 
during parsing of layer 'leisure')"
and mapnik does not show up as button.

When I copy /usr/lib/mapnik/0.7 to 
/usr/lib/mapnik/0.6, the error message disappears, and the button Mapnik Mode 
in gpsdrive appears. But the mapnik maps do not show.

I assume the error message is caused by the line
++#define MAPNIK_PATH "/usr/lib/mapnik/0.6"
in gpsdrive_2.10~pre4-6.dfsg-5.diff.gz. 

I have mapnik working (tested with generate_image.py).
gpsdrive with mapnik worked fine in lenny.

I am using Debian squeeze.

-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!  

Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#646446: marked as done (gpsdrive: FTBFS: mapnik.cpp:33:15: error: 'mapnik::Image32' has not been declared)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #646446,
regarding gpsdrive: FTBFS: mapnik.cpp:33:15: error: 'mapnik::Image32' has not 
been declared
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 ow...@bugs.debian.org
immediately.)


-- 
646446: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646446
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gpsdrive
Version: 2.10~pre4-6.dfsg-5.1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20111022 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. 
> -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share\" 
> -DLIBDIR=\"/usr/lib\" -DFRIENDSSERVERVERSION=\"2\"   -DMAPNIK -I/usr/include/ 
> -I/usr/local/include -I/opt/boost_1_35/include/boost-1_35 
> -I/usr/local/include/freetype2 -I/usr/include/freetype2 -I. -L/usr/local/lib 
> -I. -I. -I.. -pthread -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 
> -I/usr/lib/glib-2.0/include   -DDBUS_API_SUBJECT_TO_CHANGE=1-g -O2  -MT 
> mapnik.o -MD -MP -MF ".deps/mapnik.Tpo" -c -o mapnik.o mapnik.cpp; \
>   then mv -f ".deps/mapnik.Tpo" ".deps/mapnik.Po"; else rm -f 
> ".deps/mapnik.Tpo"; exit 1; fi
> mapnik.cpp:33:15: error: 'mapnik::Image32' has not been declared
> mapnik.cpp:35:15: error: 'mapnik::Layer' has not been declared
> mapnik.cpp:36:15: error: 'mapnik::Envelope' has not been declared
> mapnik.cpp: In function 'void mapnik::render_mapnik()':
> mapnik.cpp:346:5: error: 'Envelope' was not declared in this scope
> mapnik.cpp:346:14: error: expected primary-expression before 'double'
> mapnik.cpp:346:14: error: expected ';' before 'double'
> mapnik.cpp:351:23: error: 'class mapnik::Map' has no member named 'zoomToBox'
> mapnik.cpp:351:33: error: 'box' was not declared in this scope
> mapnik.cpp:353:5: error: 'Image32' was not declared in this scope
> mapnik.cpp:353:13: error: expected ';' before 'buf'
> mapnik.cpp:354:33: error: type/value mismatch at argument 1 in template 
> parameter list for 'template class mapnik::agg_renderer'
> mapnik.cpp:354:33: error:   expected a type, got 'Image32'
> mapnik.cpp:354:38: error: invalid type in declaration before '(' token
> mapnik.cpp:354:57: error: 'buf' was not declared in this scope
> mapnik.cpp:354:60: error: expression list treated as compound expression in 
> initializer [-fpermissive]
> mapnik.cpp:355:9: error: request for member 'apply' in 'ren', which is of 
> non-class type 'int'
> mapnik.cpp:357:53: error: 'class mapnik::Map' has no member named 
> 'getCurrentExtent'
> mapnik.cpp:367:5: error: 'Envelope' is not a member of 'mapnik'
> mapnik.cpp:367:22: error: expected primary-expression before 'double'
> mapnik.cpp:367:22: error: expected ';' before 'double'
> mapnik.cpp:368:26: error: 'ext' was not declared in this scope
> make[4]: *** [mapnik.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/10/22/gpsdrive_2.10~pre4-6.dfsg-5.1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#674213: marked as done (gpsdrive: not installable in sid)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #674213,
regarding gpsdrive: not installable in sid
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 ow...@bugs.debian.org
immediately.)


-- 
674213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6.dfsg-5.1
Severity: serious
User: trei...@debian.org
Usertags: edos-uninstallable

Hi, gpsdrive is not installable in amd64/sid since October 14, 2011, since
it depends on libmapnik0.7 which is only available in squeeze.

-Ralf.


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#757974: marked as done (gpsdrive: Transition to postgresql-9.4)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #757974,
regarding gpsdrive: Transition to postgresql-9.4
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 ow...@bugs.debian.org
immediately.)


-- 
757974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757974
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6.dfsg-5.2
Severity: normal
User: pkg-postgresql-pub...@lists.alioth.debian.org
Usertags: migration-94

Jessie will be shipping with postgresql-9.4; postgresql-9.3 will
eventually be removed.

gpsdrive suggests postgresql-8.4-postgis, please upgrade this
dependency. (postgis will likely be updated later this week.)

The smart fix would be to just suggest "postgis" so this package
doesn't need to track the current PostgreSQL version.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#705639: marked as done (gpsdrive: Desktop file should not include extension in Icon key)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #705639,
regarding gpsdrive: Desktop file should not include extension in Icon key
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 ow...@bugs.debian.org
immediately.)


-- 
705639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705639
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6.dfsg-5.2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Starting any application that reads freedesktop applicaiton definitions
yields, when parsing gpsdrive's .desktop file:

> Desktop file '/usr/share/applications/gpsdrive.desktop' should not
> include extension in Icon key: 'gpsicon.png'

- -- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.7-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/mksh

Versions of packages gpsdrive depends on:
ii  gpsdrive-data2.10~pre4-6.dfsg-5.2
ii  libart-2.0-2 2.3.21-2
ii  libatk1.0-0  2.4.0-2
ii  libboost-filesystem1.49.01.49.0-3.2
ii  libboost-system1.49.01.49.0-3.2
ii  libc62.17-0experimental2
ii  libcairo21.12.2-3
ii  libdbus-1-3  1.6.8-1
ii  libdbus-glib-1-2 0.100.2-1
ii  libfontconfig1   2.9.0-7.1
ii  libfreetype6 2.4.9-1.1
ii  libgcc1  1:4.7.2-5
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgtk2.0-0  2.24.10-2
ii  libpango1.0-01.30.0-1
ii  libpcre3 1:8.31-2
ii  libstdc++6   4.7.2-5
ii  libxcursor1  1:1.1.13-1
ii  libxml2  2.8.0+dfsg1-7+nmu1
ii  openstreetmap-map-icons-classic  1:0.0.svn28731-1
ii  openstreetmap-map-icons-square   1:0.0.svn28731-1

Versions of packages gpsdrive recommends:
ii  gpsd  3.6-4
pn  gpsdrive-scripts  

Versions of packages gpsdrive suggests:
pn  flite | festival
pn  mysql-server
pn  osm2pgsql   
pn  postgresql-8.4-postgis  

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQJOBAEBCAA4BQJRbxI6MRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQt5o8FqDE8paBbxAAqlfkPZxbrryCAx98C52E
lQAbyY8BzQDh+EaYX9/V2z8Yq0YUXb+BNsT9ugSH7ZBU28V+BUz5fv/TzN2YBYNQ
wcCLRs7wv/kr8VSLqpobKZ8Ut6xwH7RvrdWijyESEAXuNTR+RRHGwRDWIkHLKo26
3cnbM6Kg/38C8qIGuJ6uxCD6R0N6PuyIi8ogVQWdrgD8xRMbGwdTGWb+xgnRDHA2
ODcrty9Vt/M72AqQLGe93ACL5QBDCWuiHKwD86kGPTfjyvi+zzlBxIiD/bdzhwKd
FeL0TkvRj19tAsi0wo5RblAHrPJbHI82bwfuzvobsUNET+n0/TI3Wqd/eQSzBiHL
hrEV6bO4/1gV74uzak8budrgiGAFXqusMecpv33w715FlSgoq54xae4iyGJ6Om7R
a58LDVkHiZqZl4lydjqkJnJ6E1w2+E3mGdc6Yxf/gPwTos6GchBHx0lAjfItzekL
hc6ifGXghJoKN8YlUm93veOnRro0DXTuDTvky/4jF3MYtM71zsBeM6CAMMP6r3BN
sEddt3rXo3WdrIifRiyHoOj2VBGacvNvYHegH9hdvbZdYs3phusTeS9CVJePBQ1e
Gw4udHjd3leZmTUtTzEsddZJPag5KIMBfCrZMKd2bN1K5z4ACYX3Dsf0un882e6Q
4PAWm10wJrNncVEZB2YJhLQ=
=jLCD
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#498428: marked as done (wrong instruction in: /usr/share/doc/gpsdrive/README.Bluetooth)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #498428,
regarding wrong instruction in: /usr/share/doc/gpsdrive/README.Bluetooth
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 ow...@bugs.debian.org
immediately.)


-- 
498428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498428
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Version: 2.10~pre4-6
Severity: normal

in /usr/share/doc/gpsdrive/README.Bluetooth:
moby:~# cat /dev/rfcomm0 count=10
and 
moby:~# gpsd -p /dev/rfcomm0
 are not valid commands.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (850, 'testing'), (800, 'unstable'), (750, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpsdrive depends on:
ii  gpsdrive-data 2.10~pre4-6Car naviagion system
ii  libart-2.0-2  2.3.20-2   Library of functions for
2D graphi ii  libatk1.0-0   1.22.0-1   The ATK
accessibility toolkit ii  libboost-filesystem1. 1.34.1-11
filesystem operations (portable pa ii  libc6
2.7-13 GNU C Library: Shared libraries ii
libcairo2 1.6.4-6The Cairo 2D vector graphics
libra ii  libdbus-1-3   1.2.1-3simple interprocess
messaging syst ii  libdbus-glib-1-2  0.76-1 simple
interprocess messaging syst ii  libfontconfig1
2.6.0-1generic font configuration library ii
libfreetype6  2.3.7-1FreeType 2 font engine, shared
lib ii  libgcc1   1:4.3.1-2  GCC support library
ii  libglib2.0-0  2.16.4-2   The GLib library of C
routines ii  libgtk2.0-0   2.12.11-3  The GTK+
graphical user interface ii  libmapnik0.5  0.5.1-3
C++/Python toolkit for developing ii  libpango1.0-0
1.20.5-1   Layout and rendering of internatio ii
libpcre3  7.6-2.1Perl 5 Compatible Regular
Expressi ii  libpixman-1-0 0.10.0-2
pixel-manipulation library for X a ii  libpng12-0
1.2.27-1   PNG library - runtime ii  libstdc++6
4.3.1-2The GNU Standard C++ Library v3 ii
libx11-6  2:1.1.4-2  X11 client-side library ii
libxcb-render-util0   0.2+git36-1utility libraries for X C
Binding ii  libxcb-render01.1-1.1X C Binding,
render extension ii  libxcb1   1.1-1.1X C
Binding ii  libxml2   2.6.32.dfsg-2  GNOME XML library
ii  libxrender1   1:0.9.4-2  X Rendering Extension
client libra ii  openstreetmap-map-ico 1:0.0.0.20080713-1 Collection of
map icons ii  openstreetmap-map-ico 1:0.0.0.20080713-1 Collection of
map icons ii  zlib1g1:1.2.3.3.dfsg-12  compression
library - runtime

Versions of packages gpsdrive recommends:
ii  gpsd 2.37-5  GPS (Global Positioning
System) da ii  gpsdrive-scripts 2.10~pre4-6 Various scripts
for gpsdrive

Versions of packages gpsdrive suggests:
ii  festival 1.96~beta-7 General multi-lingual
speech synth ii  mysql-server 5.0.51a-12  MySQL
database server (metapackage ii  mysql-server-5.0 [mysql-serv
5.0.51a-12  MySQL database server binaries pn
osm2pgsql  (no description available) pn
postgresql-8.3-postgis (no description available)

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org

Bug#589718: marked as done (gpsdrive: incorrect debian section)

2016-01-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Jan 2016 18:51:46 +
with message-id 
and subject line Bug#809674: Removed package(s) from unstable
has caused the Debian Bug report #589718,
regarding gpsdrive: incorrect debian section
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 ow...@bugs.debian.org
immediately.)


-- 
589718: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589718
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive
Severity: minor

The debian section that this package appears in, is incorrect, as specified
in launchpad bug https://bugs.edge.launchpad.net/hundredpapercuts/+bug/498705
.
Please try to rectify this problem.


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-23-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)--- End Message ---
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Bug#809674: Removed package(s) from unstable

2016-01-02 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  gpsdrive | 2.10~pre4-6.dfsg-5.3 | source, amd64, arm64, armel, armhf, 
hurd-i386, i386, kfreebsd-amd64, kfreebsd-i386, mips, mips64el, mipsel, 
powerpc, ppc64el, s390x
gpsdrive-data | 2.10~pre4-6.dfsg-5.3 | all
gpsdrive-scripts | 2.10~pre4-6.dfsg-5.3 | all

--- Reason ---
ROM; RC-buggy, no upstream activity since 2014
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close bugs which have been reported against this package
automatically. But please check all old bugs, if they were closed
correctly or should have been re-assigned to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 809...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/809674

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

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


Bug#809674: Removed package(s) from unstable

2016-01-02 Thread Debian FTP Masters
Version: 2.10~pre4-6.dfsg-5.3+rm

Dear submitter,

as the package gpsdrive has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/809674

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

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


netcdf-fortran 4.4.2-3 MIGRATED to testing

2016-01-02 Thread Debian testing watch
FYI: The status of the netcdf-fortran source package
in Debian's testing distribution has changed.

  Previous version: 4.4.2-2
  Current version:  4.4.2-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


postgis 2.2.0+dfsg-3 MIGRATED to testing

2016-01-02 Thread Debian testing watch
FYI: The status of the postgis source package
in Debian's testing distribution has changed.

  Previous version: 2.2.0+dfsg-2
  Current version:  2.2.0+dfsg-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

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


[creepy] branch master updated (5c45204 -> 18cd7ae)

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a change to branch master
in repository creepy.

  from  5c45204   releasing package creepy version 1.3-1
   new  46f819b   Imported Upstream version 1.3.1
   new  9e473c2   Merge tag 'upstream/1.3.1'
   new  38068f4   Imported Upstream version 1.4
   new  bcaa36a   Merge tag 'upstream/1.4'
   new  3eebda3   Imported Upstream version 1.4.1
   new  f04040f   Merge tag 'upstream/1.4.1'
   new  18cd7ae   New upstream release 1.4.1.  Refresh patches.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md  | 8 +-
 creepy/CreepyMain.py   |   249 +-
 creepy/components/AboutDialog.py   | 2 +
 creepy/components/FilterLocationsPointDialog.py|10 +-
 creepy/components/PersonProjectWizard.py   |44 +-
 ...ersonProjectWizard.py => PlaceProjectWizard.py} |   142 +-
 creepy/components/PluginRatesCheckDialog.py|15 +
 creepy/components/PluginsConfigurationDialog.py|22 +-
 creepy/include/creepy_resources.qrc|43 +-
 creepy/include/map.html|44 +-
 creepy/include/mapSetPoint.html|62 +-
 creepy/include/markerclusterer.js  |  2074 +-
 creepy/include/markerclustererplus.js  | 1 +
 creepy/include/markerwithlabel.js  |   581 -
 creepy/include/oms.js  |   568 +
 creepy/models/InputPlugin.py   | 6 +-
 creepy/models/Location.py  |16 +-
 creepy/models/PluginConfigurationListModel.py  | 6 +-
 creepy/models/Project.py   |38 +-
 creepy/models/ProjectTree.py   |18 +-
 creepy/plugins/flickr/flickr.conf  | 6 +-
 creepy/plugins/flickr/flickr.py|89 +-
 creepy/plugins/flickr/flickr.yapsy-plugin  | 4 +-
 creepy/plugins/googleplus/googleplus.conf  | 4 +-
 creepy/plugins/googleplus/googleplus.py|40 +-
 creepy/plugins/googleplus/googleplus.yapsy-plugin  | 6 +-
 creepy/plugins/instagram/instagram.conf| 4 +-
 creepy/plugins/instagram/instagram.py  |90 +-
 creepy/plugins/instagram/instagram.yapsy-plugin| 4 +-
 creepy/plugins/twitter/twitter.conf| 6 +-
 creepy/plugins/twitter/twitter.py  |   334 +-
 creepy/plugins/twitter/twitter.yapsy-plugin| 4 +-
 creepy/ui/AboutDialog.py   |18 +-
 creepy/ui/CreepyUI.py  |48 +-
 creepy/ui/PlaceProjectWizard.py|   206 +
 creepy/ui/PluginRatesCheckDialog.py|64 +
 creepy/ui/creepy_resources_rc.py   | 58178 ++-
 creepy/utilities/QtHandler.py  |13 +
 creepy/utilities/XStream.py|28 +
 creepy_windows_installer.iss   | 4 +-
 debian/changelog   | 7 +
 debian/patches/04-local-config.patch   |18 +-
 debian/patches/05-project-dir.patch|62 +-
 gui/aboutDialog.ui | 2 +-
 gui/creepy.ui  |45 +-
 gui/personProjectWizard.ui |10 +-
 gui/placeProjectWizard.ui  |   328 +
 ...xportDirDialog.ui => pluginRatesCheckDialog.ui} |44 +-
 48 files changed, 59513 insertions(+), 4102 deletions(-)
 copy creepy/components/{PersonProjectWizard.py => PlaceProjectWizard.py} (60%)
 create mode 100644 creepy/components/PluginRatesCheckDialog.py
 create mode 100644 creepy/include/markerclustererplus.js
 delete mode 100644 creepy/include/markerwithlabel.js
 create mode 100644 creepy/include/oms.js
 create mode 100644 creepy/ui/PlaceProjectWizard.py
 create mode 100644 creepy/ui/PluginRatesCheckDialog.py
 create mode 100644 creepy/utilities/QtHandler.py
 create mode 100644 creepy/utilities/XStream.py
 create mode 100644 gui/placeProjectWizard.ui
 copy gui/{exportDirDialog.ui => pluginRatesCheckDialog.ui} (58%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/creepy.git

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


[creepy] branch upstream updated (d590490 -> 3eebda3)

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a change to branch upstream
in repository creepy.

  from  d590490   Imported Upstream version 1.3
   new  46f819b   Imported Upstream version 1.3.1
   new  38068f4   Imported Upstream version 1.4
   new  3eebda3   Imported Upstream version 1.4.1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md  | 8 +-
 creepy/CreepyMain.py   |   249 +-
 creepy/components/AboutDialog.py   | 2 +
 creepy/components/FilterLocationsPointDialog.py|10 +-
 creepy/components/PersonProjectWizard.py   |44 +-
 ...ersonProjectWizard.py => PlaceProjectWizard.py} |   142 +-
 creepy/components/PluginRatesCheckDialog.py|15 +
 creepy/components/PluginsConfigurationDialog.py|22 +-
 creepy/include/creepy_resources.qrc|43 +-
 creepy/include/map.html|44 +-
 creepy/include/mapSetPoint.html|62 +-
 creepy/include/markerclusterer.js  |  2074 +-
 creepy/include/markerclustererplus.js  | 1 +
 creepy/include/markerwithlabel.js  |   581 -
 creepy/include/oms.js  |   568 +
 creepy/models/InputPlugin.py   | 6 +-
 creepy/models/Location.py  |16 +-
 creepy/models/PluginConfigurationListModel.py  | 6 +-
 creepy/models/Project.py   |38 +-
 creepy/models/ProjectTree.py   |18 +-
 creepy/plugins/flickr/flickr.conf  | 6 +-
 creepy/plugins/flickr/flickr.py|89 +-
 creepy/plugins/flickr/flickr.yapsy-plugin  | 4 +-
 creepy/plugins/googleplus/googleplus.conf  | 4 +-
 creepy/plugins/googleplus/googleplus.py|40 +-
 creepy/plugins/googleplus/googleplus.yapsy-plugin  | 6 +-
 creepy/plugins/instagram/instagram.conf| 4 +-
 creepy/plugins/instagram/instagram.py  |90 +-
 creepy/plugins/instagram/instagram.yapsy-plugin| 4 +-
 creepy/plugins/twitter/twitter.conf| 6 +-
 creepy/plugins/twitter/twitter.py  |   334 +-
 creepy/plugins/twitter/twitter.yapsy-plugin| 4 +-
 creepy/ui/AboutDialog.py   |18 +-
 creepy/ui/CreepyUI.py  |48 +-
 creepy/ui/PlaceProjectWizard.py|   206 +
 creepy/ui/PluginRatesCheckDialog.py|64 +
 creepy/ui/creepy_resources_rc.py   | 58178 ++-
 creepy/utilities/QtHandler.py  |13 +
 creepy/utilities/XStream.py|28 +
 creepy_windows_installer.iss   | 4 +-
 gui/aboutDialog.ui | 2 +-
 gui/creepy.ui  |45 +-
 gui/personProjectWizard.ui |10 +-
 gui/placeProjectWizard.ui  |   328 +
 ...xportDirDialog.ui => pluginRatesCheckDialog.ui} |44 +-
 45 files changed, 59466 insertions(+), 4062 deletions(-)
 copy creepy/components/{PersonProjectWizard.py => PlaceProjectWizard.py} (60%)
 create mode 100644 creepy/components/PluginRatesCheckDialog.py
 create mode 100644 creepy/include/markerclustererplus.js
 delete mode 100644 creepy/include/markerwithlabel.js
 create mode 100644 creepy/include/oms.js
 create mode 100644 creepy/ui/PlaceProjectWizard.py
 create mode 100644 creepy/ui/PluginRatesCheckDialog.py
 create mode 100644 creepy/utilities/QtHandler.py
 create mode 100644 creepy/utilities/XStream.py
 create mode 100644 gui/placeProjectWizard.ui
 copy gui/{exportDirDialog.ui => pluginRatesCheckDialog.ui} (58%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/creepy.git

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


[creepy] 07/07: New upstream release 1.4.1. Refresh patches.

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository creepy.

commit 18cd7ae77a7f68c6c261071194a7f89fc81142a7
Author: Petter Reinholdtsen 
Date:   Sun Jan 3 01:04:23 2016 +0100

New upstream release 1.4.1.  Refresh patches.
---
 debian/changelog |  7 
 debian/patches/04-local-config.patch | 18 +--
 debian/patches/05-project-dir.patch  | 62 ++--
 3 files changed, 47 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cfdd55c..746e274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+creepy (1.4.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release 1.4.1.
+- Refresh 04-local-config.patch and 05-project-dir.patch.
+
+ -- Petter Reinholdtsen   Sun, 03 Jan 2016 00:49:49 +0100
+
 creepy (1.3-1) unstable; urgency=low
 
   [ Ross Gammon ]
diff --git a/debian/patches/04-local-config.patch 
b/debian/patches/04-local-config.patch
index 19df8f6..6f592e9 100644
--- a/debian/patches/04-local-config.patch
+++ b/debian/patches/04-local-config.patch
@@ -13,9 +13,9 @@ Last-Update: 2015-06-21
 
 Index: creepy-git/creepy/models/InputPlugin.py
 ===
 creepy-git.orig/creepy/models/InputPlugin.py   2015-06-21 
08:05:00.0 +0200
-+++ creepy-git/creepy/models/InputPlugin.py2015-06-21 08:07:38.915870890 
+0200
-@@ -4,6 +4,7 @@
+--- creepy-git.orig/creepy/models/InputPlugin.py
 creepy-git/creepy/models/InputPlugin.py
+@@ -4,6 +4,7 @@ from yapsy.IPlugin import IPlugin
  from configobj import ConfigObj
  import logging
  import os
@@ -23,7 +23,7 @@ Index: creepy-git/creepy/models/InputPlugin.py
  from utilities import GeneralUtilities
  
  #set up logging
-@@ -51,6 +52,9 @@
+@@ -55,6 +56,9 @@ class InputPlugin(IPlugin):
  else:
  return os.path.join(os.getcwdu(), 'plugins')
  
@@ -33,7 +33,7 @@ Index: creepy-git/creepy/models/InputPlugin.py
  def getConfigObj(self, config_filename=None):
  if config_filename is None:
  config_filename = self.name+".conf"
-@@ -59,8 +63,22 @@
+@@ -63,8 +67,22 @@ class InputPlugin(IPlugin):
  config.create_empty = False
  return config
  
@@ -57,7 +57,7 @@ Index: creepy-git/creepy/models/InputPlugin.py
  try:
  options = config[category]
  except Exception, err:
-@@ -70,7 +88,13 @@
+@@ -74,7 +92,13 @@ class InputPlugin(IPlugin):
  return config,options
  
  def saveConfiguration(self, new_config):
@@ -74,9 +74,9 @@ Index: creepy-git/creepy/models/InputPlugin.py
  config['boolean_options'] = new_config['boolean_options']
 Index: creepy-git/creepy/utilities/GeneralUtilities.py
 ===
 creepy-git.orig/creepy/utilities/GeneralUtilities.py   2015-06-21 
08:05:00.0 +0200
-+++ creepy-git/creepy/utilities/GeneralUtilities.py2015-06-21 
08:05:18.419381632 +0200
-@@ -40,6 +40,14 @@
+--- creepy-git.orig/creepy/utilities/GeneralUtilities.py
 creepy-git/creepy/utilities/GeneralUtilities.py
+@@ -40,6 +40,14 @@ def getPluginDirs():
  return [os.path.join(os.getcwd(), 'plugins')]
  
  
diff --git a/debian/patches/05-project-dir.patch 
b/debian/patches/05-project-dir.patch
index 79a4049..9fb746c 100644
--- a/debian/patches/05-project-dir.patch
+++ b/debian/patches/05-project-dir.patch
@@ -12,20 +12,20 @@ Last-Update: 2015-06-21
 
 Index: creepy-git/creepy/CreepyMain.py
 ===
 creepy-git.orig/creepy/CreepyMain.py   2015-06-21 08:10:32.0 
+0200
-+++ creepy-git/creepy/CreepyMain.py2015-06-21 08:13:30.793090116 +0200
-@@ -36,6 +36,7 @@
- from components.UpdateCheckDialog import UpdateCheckDialog
- from utilities import GeneralUtilities
+--- creepy-git.orig/creepy/CreepyMain.py
 creepy-git/creepy/CreepyMain.py
+@@ -40,6 +40,7 @@ from components.UpdateCheckDialog import
+ from utilities import GeneralUtilities, QtHandler
  from dominate.tags import *
+ from utilities import XStream
 +from os.path import expanduser
+ 
+ 
  # set up logging
- logger = logging.getLogger(__name__)
- logger.setLevel(logging.DEBUG)
-@@ -112,10 +113,11 @@
+@@ -133,10 +134,11 @@ class MainWindow(QMainWindow):
  self.ui = Ui_CreepyMainWindow()
  self.ui.setupUi(self)
- #Create folders for projects and temp if they do not exist
+ # Create folders for projects and temp if they do not exist
 -if not os.path.exists(os.path.join(os.getcwd(), 'projects')):
 -os.makedirs(os.path.join(os.getcwd(), 'projects'))
 -if not os.path.exists(os.path.join(os.getcwd(), 'temp')):
@@ -38,15 +38,15 @@ Index: creepy-git/creepy/CreepyMain.py
  self.projectsList = []
  self.currentProject = 

[creepy] branch pristine-tar updated (4772357 -> 2ce6eee)

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a change to branch pristine-tar
in repository creepy.

  from  4772357   pristine-tar data for creepy_1.3.orig.tar.gz
   new  d3f408c   pristine-tar data for creepy_1.3.1.orig.tar.gz
   new  f1da4c1   pristine-tar data for creepy_1.4.orig.tar.gz
   new  2ce6eee   pristine-tar data for creepy_1.4.1.orig.tar.gz

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 creepy_1.3.1.orig.tar.gz.delta | Bin 0 -> 4356 bytes
 creepy_1.3.1.orig.tar.gz.id|   1 +
 creepy_1.4.1.orig.tar.gz.delta | Bin 0 -> 4968 bytes
 creepy_1.4.1.orig.tar.gz.id|   1 +
 creepy_1.4.orig.tar.gz.delta   | Bin 0 -> 4819 bytes
 creepy_1.4.orig.tar.gz.id  |   1 +
 6 files changed, 3 insertions(+)
 create mode 100644 creepy_1.3.1.orig.tar.gz.delta
 create mode 100644 creepy_1.3.1.orig.tar.gz.id
 create mode 100644 creepy_1.4.1.orig.tar.gz.delta
 create mode 100644 creepy_1.4.1.orig.tar.gz.id
 create mode 100644 creepy_1.4.orig.tar.gz.delta
 create mode 100644 creepy_1.4.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/creepy.git

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


[creepy] branch master updated (18cd7ae -> d13d594)

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a change to branch master
in repository creepy.

  from  18cd7ae   New upstream release 1.4.1.  Refresh patches.
   new  d13d594   Change autopkgtest script to send stderr to stdout when 
starting creepy.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/tests/test-command-line | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/creepy.git

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


[libosm-gary68-perl] 06/17: Merge commit 'upstream/0.0_svn26727'

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 74606d8d71b499d02c0d3673a7cc133e9b929568
Merge: 1695ba9 a316ef3
Author: David Paleino 
Date:   Fri Sep 30 22:00:04 2011 +0200

Merge commit 'upstream/0.0_svn26727'

 QuadTree.pm => lib/OSM/QuadTree.pm   | 0
 gpx.pm => lib/OSM/gpx.pm | 0
 mapgen.pm => lib/OSM/mapgen.pm   | 0
 mapgenRules.pm => lib/OSM/mapgenRules.pm | 0
 osm.pm => lib/OSM/osm.pm | 0
 osmDB.pm => lib/OSM/osmDB.pm | 0
 osmgraph.pm => lib/OSM/osmgraph.pm   | 0
 7 files changed, 0 insertions(+), 0 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 04/17: New tarball layout

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 1695ba9789126de582a8bb18acc0c1b8d9d479b0
Author: David Paleino 
Date:   Fri Sep 30 21:58:59 2011 +0200

New tarball layout
---
 debian/rules | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 518c0ba..87fbf92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ 
SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/
 get-orig-source:
svn checkout -r$(SVNREV) $(SVNREPO)
rm -rf OSM/.svn/
-   tar cf libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar OSM/
+   mkdir -p libosm-gary68-perl/lib/
+   mv OSM/ libosm-gary68-perl/lib/
+   tar cf libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar libosm-gary68-perl/
gzip -9 libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar
-   rm -rf OSM/
+   rm -rf libosm-gary68-perl/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


Bug#809690: mention where to send bug reports on the man page

2016-01-02 Thread 積丹尼 Dan Jacobson
Package: proj-bin
Version: 4.9.2-1
Severity: wishlist
File: /usr/share/man/man1/proj.1.gz

The Debian proj, cs2cs man pages should have a BUGS section saying that
there is indeed a place to report bugs upstream again.

That way working offline one wouldn't queue them to bugs.debian.org.

Also

"   http://www.remotesensing.org/proj

  2000/03/21 Rel. 4.4  PROJ(1)"

is at the head of a long redirect chain that might break any day, and
should be revised...

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


[libosm-gary68-perl] annotated tag upstream/0.0_svn26727 created (now 5108f6e)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/0.0_svn26727
in repository libosm-gary68-perl.

at  5108f6e   (tag)
   tagging  a316ef389d46d291ccc58bc9c5e21a2f91a53def (commit)
 tagged by  David Paleino
on  Fri Sep 30 22:00:02 2011 +0200

- Log -
Upstream version 0.0~svn26727
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk6GH8IACgkQ5qqQFxOSsXS/FgCfc0adX0xy/x4G+MlQI5ag+ee2
fbkAoMoEinrmL2w9QyfuGLB0eHB+i/Yp
=4n0Z
-END PGP SIGNATURE-

David Paleino (2):
  Imported Upstream version 0.0~svn26727
  Imported Upstream version 0.0~svn26727

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] annotated tag debian/0.0_svn26727-1 created (now 865f9fb)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag debian/0.0_svn26727-1
in repository libosm-gary68-perl.

at  865f9fb   (tag)
   tagging  0c40b649c75b8ce7c0c130f84de78d4e2b0a2d8a (commit)
  replaces  upstream/0.0_svn26727
 tagged by  David Paleino
on  Fri Sep 30 22:31:11 2011 +0200

- Log -
Debian release
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk6GJw8ACgkQ5qqQFxOSsXTBuwCdFngoERLiEjZybYZDfxnt9K7G
jGYAoLo30MrbwO+qHbDuqYwCGntW+c8T
=+ihY
-END PGP SIGNATURE-

David Paleino (7):
  First debianization
  Added ITP bug
  New tarball layout
  Merge commit 'upstream/0.0_svn26727'
  Add Build.PL
  Add missing B-D and runtime D
  Uploading to NEW

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] annotated tag debian/0.0_svn26727-1.1 created (now 440555d)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag debian/0.0_svn26727-1.1
in repository libosm-gary68-perl.

at  440555d   (tag)
   tagging  89d9b43c70024d32591ef9f240c63a78f0d504bb (commit)
  replaces  debian/0.0_svn26727-1
 tagged by  Bas Couwenberg
on  Sun Jan 3 00:51:58 2016 +0100

- Log -
Debian release 0.0~svn26727-1.1

Damyan Ivanov (1):
  Imported Debian patch 0.0~svn26727-1.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


Processed: bug 809628 is forwarded to https://github.com/OSGeo/proj.4/issues/339

2016-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 809628 https://github.com/OSGeo/proj.4/issues/339
Bug #809628 [proj-bin] -v and -V should reveal more details of UTM
Set Bug forwarded-to-address to 'https://github.com/OSGeo/proj.4/issues/339'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
809628: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


libosm-gary68-perl_0.0~svn26727-2_amd64.changes ACCEPTED into unstable

2016-01-02 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 Jan 2016 01:46:15 +0100
Source: libosm-gary68-perl
Binary: libosm-gary68-perl
Architecture: source all
Version: 0.0~svn26727-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libosm-gary68-perl - OpenStreetMap Perl modules by gary68
Changes:
 libosm-gary68-perl (0.0~svn26727-2) unstable; urgency=medium
 .
   * Change Maintainer from Debian OpenStreetMap to Debian GIS team.
   * Add myself to Uploaders.
   * Restructure control file with cme.
   * Change Homepage URL from raw SVN to trac browser.
   * Add gbp.conf to use pristine-tar by default.
   * Bump debhelper compatibility to 9.
   * Enable parallel builds.
   * Update copyright file using copyright-format 1.0, changes:
 - Replace old DEP5 Format URL
 - Drop copyright character from copyright fields
 - Drop .0 from GPL-3+ license shortname
   * Include module names in extended description.
   * Bump Standards-Version to 3.9.6, changes:
 - Canonical Vcs-* URLs
 - copyright-format 1.0
Checksums-Sha1:
 e1743862f1634a7daba239f646ebea87e1b87d2e 2237 
libosm-gary68-perl_0.0~svn26727-2.dsc
 7547fe5217d88876e9ce20ed0cc7ccdf2f2786cc 2912 
libosm-gary68-perl_0.0~svn26727-2.debian.tar.xz
 2805bbb433620640dcb5c888d99299d9ff0d66bf 34734 
libosm-gary68-perl_0.0~svn26727-2_all.deb
Checksums-Sha256:
 ee0235418ea4d79590cbb59393ce137065ca734ec960b7e904509f97dbc8d24b 2237 
libosm-gary68-perl_0.0~svn26727-2.dsc
 e9a7d9d9b81c0a22ac2021bc145ba0c55e32206fe988bd5cf249dce4e2cce2d7 2912 
libosm-gary68-perl_0.0~svn26727-2.debian.tar.xz
 1747c630659cbc8bbfb8ddde3644b741eed9d875ec8c9bf7d55306a6bb074def 34734 
libosm-gary68-perl_0.0~svn26727-2_all.deb
Files:
 f3bd1f3e4135aeb89cdd1b311dc4c4cf 2237 perl extra 
libosm-gary68-perl_0.0~svn26727-2.dsc
 a99feecc0cb3c69d6f044dd01a1743c4 2912 perl extra 
libosm-gary68-perl_0.0~svn26727-2.debian.tar.xz
 8840b4ac149cef70e0b13e187647ef47 34734 perl extra 
libosm-gary68-perl_0.0~svn26727-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWiHG1AAoJEGdQ8QrojUrxragP/jnD/zsO9mNbKndDRfIPe/V7
qZTnW3nsFj4UMtknKkzEcLb3slB+Q/Q2mj5phMSBEOeHY5GS1kqFWz9M/MMnH0lR
+xxPmLgQIipyhs4PjOUUR7UrOB+kxHQ4FsiVdcZOH8GZCS/aD4ypUvhvorHkssv7
Lq4sTu5MdWYpv1NKIeKizabrY0Y2W0xeQSjeytyF/EU3OBwtUqDL9DinWurtKRzh
cVjy7Y4It2ZI4tpMWfsXZ0gh2l6UdFsnAeyQ5O98jKvPau9ZaCHQnVtgMEqVFKwm
6yWOHKzedBSFUMhi26f5kwk2tvGd1+Q69iHXvadUniqNmsTjL8WHUyVk8QzTmm/F
lHC74ZNnSoE9m0MWm8y02o6qz+0ziiq4AUqT3McW7T7Jhz9SH/q1Pj+/4IGkJX3D
2qLr4sMgzCedhdnHQibJXSsRG1V2yW3NJZPjHssxN12jNTmcsHyx0GJccGS4hT1s
vSDme9i4KtBp3BNpvQeaS8CFavjihTGtK0HjglnzKKVjPiZ3M5f/zIv9b2CuCVpW
17L+Hsu7oL1aYunNKsy0fec1xb9yNId70TaXLnvGTPtMMOzTExKWV6sAj+pEKWar
PTy9OdgrNspdWAo36U04sryQ4CY9aMN5SJrBqP1u9FUBW3SdYWkoRyErz109PP51
QeU08dbEUT08S6bQ6D8y
=CR1F
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Bug#809690: mention where to send bug reports on the man page

2016-01-02 Thread 積丹尼 Dan Jacobson
> "SC" == Sebastiaan Couwenberg  writes:

SC> The location of the upstream bug tracker is documented in the upstream
SC> metadata file included in the proj source package:

SC> 
https://anonscm.debian.org/cgit/pkg-grass/proj.git/tree/debian/upstream/metadata

OK but I don't think that file makes it into much of what regular (non
source) users see.

At least comparing to e.g., GNU cat where where to report bugs is on the
man and Info pages...

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


[creepy] branch master updated (4177b4b -> 5c45204)

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a change to branch master
in repository creepy.

  from  4177b4b   Update changelog now that dominate is packaged
   new  e568615   Move todo items from changelog to debian/TODO.
   new  5c45204   releasing package creepy version 1.3-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/TODO  | 3 +++
 debian/changelog | 7 ++-
 2 files changed, 5 insertions(+), 5 deletions(-)
 create mode 100644 debian/TODO

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/creepy.git

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


Processing of creepy_1.3-1_source.changes

2016-01-02 Thread Debian FTP Masters
creepy_1.3-1_source.changes uploaded successfully to localhost
along with the files:
  creepy_1.3-1.dsc
  creepy_1.3.orig.tar.gz
  creepy_1.3-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


creepy_1.3-1_source.changes ACCEPTED into unstable

2016-01-02 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 03 Jan 2016 00:05:11 +0100
Source: creepy
Binary: creepy
Architecture: source
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project 
Changed-By: Petter Reinholdtsen 
Description:
 creepy - geolocation information aggregator and visualizer
Changes:
 creepy (1.3-1) unstable; urgency=low
 .
   [ Ross Gammon ]
   * Imported Upstream version 1.3
   * Remove Daniel Echeverry from uploaders
   * Disable instagram plugin until dependency available
   * Install creepy's desktop file
   * Update watch file with latest github repo
   * Add gbp.conf to always use pristine-tar
   * Drop patches that were applied upstream
   * Add copyright for new file
   * Restructure control file with cme & use cgit instead of gitweb
   * Renable d/rules override to fix executable permissions
   * Add python-tz dependency
   * Add python-dominate dependency
 .
   [ Bas Couwenberg ]
   * Update Homepage URL.
 .
   [ Petter Reinholdtsen ]
   * Update homepage url in control file to the latest location.
   * Updated 04-local-config.patch and 05-project-dir.patch to apply on
 the new upstream version.
   * Added 06-linux-setup-py.patch to adjust setup.py to work on
 non-Windows platforms.
Checksums-Sha1:
 ad57f2da721f7e316abfa3ed69f1512097833d8c 2002 creepy_1.3-1.dsc
 b4537d45b7e34b4b647af64ea586733a5c95793b 2286648 creepy_1.3.orig.tar.gz
 2b61bec898998c28460a6adc3be3dd17e412e3e4 10964 creepy_1.3-1.debian.tar.xz
Checksums-Sha256:
 52005dfd89d70464ad7d7d8cf06cd32a7a4accb31c05f06a5b4c8f14c44ed679 2002 
creepy_1.3-1.dsc
 e01dd6d8e76dec9e817de924fef9eaef0cf02406fe1de2440f1a4d6b8560257c 2286648 
creepy_1.3.orig.tar.gz
 d35ce3398625cfae30a4aea8bdb6a62efc21debd08f692c8e96e83b1329a329a 10964 
creepy_1.3-1.debian.tar.xz
Files:
 55a745afc1b04a44158ca194c764769d 2002 python optional creepy_1.3-1.dsc
 b91262d03ec12787655d5f2d58b65d85 2286648 python optional creepy_1.3.orig.tar.gz
 febe2f73d4f823310f9cbb9f4270dfc7 10964 python optional 
creepy_1.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWiFhGAAoJEIEoCqCHuvsO6tsP/iFZmxywgw3VJ/dhsd54x83u
WQBJkWf75iZX2MpqD8nV+bKGwTIEZBHUIrmx3/u7QScVYW4/Xu2yDR233FpuBGiZ
lwMFoNAxVzaLuMW3ITH2NuD/wbEDjxhemSSz0URY0FTCojxBbwIWrDltJKz0ALQZ
2oirnJn7kEcMOc3HVO6e/nDR3KTGw9jtvHD+4i1SEU4Gy6JpSjA0WSzXXJ462/Na
XD34RrFCD1JlfFbryK53ZMjDa1Cwz/4EcOovOerjF7/W6CP5qqhsqiljvun/5T4s
uAYKab0I1OTyjthxxHrnMiWQ1JnMvIro9ZOwgGa32ew/zZ+apzw6+IN3HxAdGQkj
FYd/VmysK2pfgZoY3JC6sfBK06akLafAJJMj1vRLRPog4jOnbvOzQOg++rX+HyB2
Kgg5bWqANPUV1Ne97BfSz2WNIa0ngeK00nRh0OofR1cjzyjCYHp1f7O5bIt4cSaS
gRaKIbBEr/i0zZl2dKykbHZfOH3BfYsDN/KIVI2+A5FiUvkIQtJYtiZ+O+7fDOPw
9PAqjPDOGRicgXjL4qq0/rc2nLPgJzUl9n6z0aHvStJXDiqFA470tDOLrci21TUA
htoy9t34YNa10ZNOHMR+G5LxVMJz17oE3jIR66z9OVWyyX/0uPTYeGt87nUEzyOK
Ot2REeeAGVDYd3D77rs3
=tx3C
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Processed: Re: Bug#809690: mention where to send bug reports on the man page

2016-01-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 upstream
Bug #809690 [proj-bin] mention where to send bug reports on the man page
Added tag(s) upstream.

-- 
809690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809690
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#809690: mention where to send bug reports on the man page

2016-01-02 Thread Sebastiaan Couwenberg
Control: tags -1 upstream

On 02-01-16 22:32, 積丹尼 Dan Jacobson wrote:
> The Debian proj, cs2cs man pages should have a BUGS section saying that
> there is indeed a place to report bugs upstream again.

The location of the upstream bug tracker is documented in the upstream
metadata file included in the proj source package:

https://anonscm.debian.org/cgit/pkg-grass/proj.git/tree/debian/upstream/metadata

Filing bugreports in the Debian Bug Tracking System for the upstream
parts of proj package is fine, the maintainer can forward those reports
upstream if they provide sufficient information for the upstream
developers to act upon.

You can assist the Debian maintainers by cutting out the middleman, and
file the bugreport in the upstream bug tracker without going through the
Debian BTS first. The fix will find its way into the Debian package via
upstream release it's included in.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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

[creepy] branch master updated (d13d594 -> ae9a7b4)

2016-01-02 Thread Petter Reinholdtsen
This is an automated email from the git hooks/post-receive script.

pere pushed a change to branch master
in repository creepy.

  from  d13d594   Change autopkgtest script to send stderr to stdout when 
starting creepy.
   new  ae9a7b4   Add python-googleapi and python-oauth2client as runtime 
dependencies for the Google+ plugin (Closes: #798752).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/creepy.git

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


[libosm-gary68-perl] 01/05: Update copyright file using copyright-format 1.0.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit c9facf67ca1e488c39d2993d3ece6a793bae9f36
Author: Bas Couwenberg 
Date:   Sun Jan 3 01:28:47 2016 +0100

Update copyright file using copyright-format 1.0.

Changes:
- Replace old DEP5 Format URL
- Drop copyright character from copyright fields
- Drop .0 from GPL-3+ license shortname
---
 debian/changelog |  4 
 debian/copyright | 12 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c18ae92..276f2a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
   * Add gbp.conf to use pristine-tar by default.
   * Bump debhelper compatibility to 9.
   * Enable parallel builds.
+  * Update copyright file using copyright-format 1.0, changes:
+- Replace old DEP5 Format URL
+- Drop copyright character from copyright fields
+- Drop .0 from GPL-3+ license shortname
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/copyright b/debian/copyright
index bb92961..7b6a3c2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,16 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: libosm-gary68-perl
 Source: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
 
 Files: *
-Copyright: © 2008-2011, Gerhard Schwanz
-License: GPL-3.0+
+Copyright: 2008-2011, Gerhard Schwanz
+License: GPL-3+
 
 Files: debian/*
-Copyright: © 2011, David Paleino 
-License: GPL-3.0+
+Copyright: 2011, David Paleino 
+License: GPL-3+
 
-License: GPL-3.0+
+License: GPL-3+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 3 of the License, or

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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

[libosm-gary68-perl] 04/05: Add empty watch file, no upstream releases to check.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 176c4fa14a1308fe5df97f4809741fdb7efb5048
Author: Bas Couwenberg 
Date:   Sun Jan 3 01:52:37 2016 +0100

Add empty watch file, no upstream releases to check.
---
 debian/watch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..1533d0f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1 @@
+# Watch file missing, because upstream doesn't make official releases.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 03/05: Bump Standards-Version to 3.9.6.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 0e8230a1cc811a872d26d76729422c9ba2777f01
Author: Bas Couwenberg 
Date:   Sun Jan 3 01:45:30 2016 +0100

Bump Standards-Version to 3.9.6.

Changes:
- Canonical Vcs-* URLs
- copyright-format 1.0
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f5b67cb..0873a1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
 - Drop copyright character from copyright fields
 - Drop .0 from GPL-3+ license shortname
   * Include module names in extended description.
+  * Bump Standards-Version to 3.9.6, changes:
+- Canonical Vcs-* URLs
+- copyright-format 1.0
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/control b/debian/control
index b7034c6..f1e6c3e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
libgeo-proj4-perl,
libmodule-build-perl,
libwww-perl
-Standards-Version: 3.9.2
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libosm-gary68-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/libosm-gary68-perl.git
 Homepage: 
https://trac.openstreetmap.org/browser/subversion/applications/utils/gary68/OSM

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] tag debian/0.0.svn26727-2 created (now 0ed5b56)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/0.0.svn26727-2
in repository libosm-gary68-perl.

at  0ed5b56   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 05/05: Set distribution to unstable.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 0ed5b5606ae4d7136e85ece5c438a11b454ad622
Author: Bas Couwenberg 
Date:   Sun Jan 3 01:46:36 2016 +0100

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0873a1f..b9ff53d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
+libosm-gary68-perl (0.0~svn26727-2) unstable; urgency=medium
 
   * Change Maintainer from Debian OpenStreetMap to Debian GIS team.
   * Add myself to Uploaders.
@@ -16,7 +16,7 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
 - Canonical Vcs-* URLs
 - copyright-format 1.0
 
- -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
+ -- Bas Couwenberg   Sun, 03 Jan 2016 01:46:15 +0100
 
 libosm-gary68-perl (0.0~svn26727-1.1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 02/05: Include module names in extended description.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 1e658b62bcc20ebfd089aad3a4b18362b7275ad7
Author: Bas Couwenberg 
Date:   Sun Jan 3 01:38:10 2016 +0100

Include module names in extended description.
---
 debian/changelog |  1 +
 debian/control   | 15 ---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 276f2a3..f5b67cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
 - Replace old DEP5 Format URL
 - Drop copyright character from copyright fields
 - Drop .0 from GPL-3+ license shortname
+  * Include module names in extended description.
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/control b/debian/control
index fb8e647..b7034c6 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,15 @@ Depends: ${perl:Depends},
  libgd-gd2-perl,
  libgeo-proj4-perl,
  libwww-perl
-Description: OpenStreetMap perl module
- This module is needed by gary68's (Gerhard Schwanz) scripts related to
- the OpenStreetMap project.
+Description: OpenStreetMap Perl modules by gary68
+ This package provides the OpenStreetMap related Perl modules by
+ gary68 (Gerhard Schwanz):
+ .
+  * OSM::gpx
+  * OSM::mapgen
+  * OSM::mapgenRules
+  * OSM::osm
+  * OSM::osmDB
+  * OSM::osmgraph
+  * OSM::QuadTree
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] branch master updated (40174a9 -> 0ed5b56)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository libosm-gary68-perl.

  from  40174a9   Enable parallel builds.
   new  c9facf6   Update copyright file using copyright-format 1.0.
   new  1e658b6   Include module names in extended description.
   new  0e8230a   Bump Standards-Version to 3.9.6.
   new  176c4fa   Add empty watch file, no upstream releases to check.
   new  0ed5b56   Set distribution to unstable.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 14 +++---
 debian/control   | 17 +
 debian/copyright | 12 ++--
 debian/watch |  1 +
 4 files changed, 31 insertions(+), 13 deletions(-)
 create mode 100644 debian/watch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


Processing of libosm-gary68-perl_0.0~svn26727-2_amd64.changes

2016-01-02 Thread Debian FTP Masters
libosm-gary68-perl_0.0~svn26727-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  libosm-gary68-perl_0.0~svn26727-2.dsc
  libosm-gary68-perl_0.0~svn26727-2.debian.tar.xz
  libosm-gary68-perl_0.0~svn26727-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


Bug#809627: don't say zone is south on -V

2016-01-02 Thread 積丹尼 Dan Jacobson
Oops, the above should be proj -V ...

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


Processed: bug 809627 is forwarded to https://github.com/OSGeo/proj.4/issues/338

2016-01-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 809627 https://github.com/OSGeo/proj.4/issues/338
Bug #809627 [proj-bin] don't say zone is south on -V
Set Bug forwarded-to-address to 'https://github.com/OSGeo/proj.4/issues/338'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
809627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[libosm-gary68-perl] 02/17: First debianization

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 61c16b6e07f0532bb75371cbdb7c3fed9d5e9c8e
Author: David Paleino 
Date:   Fri Sep 30 21:29:26 2011 +0200

First debianization
---
 debian/README.source |  9 +
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 21 +
 debian/copyright | 28 
 debian/rules | 20 
 debian/source/format |  1 +
 7 files changed, 85 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..cd5a2fa
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+libosm-gary68-perl for Debian
+-
+
+
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..46af7d7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libosm-gary68-perl (0.0~svn26727-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #)
+
+ -- David Paleino   Fri, 30 Sep 2011 21:17:26 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..3013393
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libosm-gary68-perl
+Section: perl
+Priority: extra
+Maintainer: Debian OpenStreetMap Team 
+Uploaders: David Paleino 
+Build-Depends: 
+ debhelper (>= 8.0.0)
+ , perl
+Standards-Version: 3.9.2
+Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
+Vcs-Git: git://git.debian.org/pkg-osm/libosm-gary68-perl.git
+Vcs-Browser: http://git.debian.org/?p=pkg-osm/libosm-gary68-perl.git;a=summary
+
+Package: libosm-gary68-perl
+Architecture: all
+Depends:
+ ${perl:Depends}
+ , ${misc:Depends}
+Description: OpenStreetMap perl module
+ This module is needed by gary68's (Gerhard Schwanz) scripts related to
+ the OpenStreetMap project.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..bb92961
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: libosm-gary68-perl
+Source: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
+
+Files: *
+Copyright: © 2008-2011, Gerhard Schwanz
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: © 2011, David Paleino 
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see 
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..518c0ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifeq ($(SVNREV),)
+SVNREV=$(shell dpkg-parsechangelog | grep ^Version | cut -d- -f1 | awk -F"svn" 
'{print $$2}')
+endif
+SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/
+
+%:
+   dh $@
+
+get-orig-source:
+   svn checkout -r$(SVNREV) $(SVNREPO)
+   rm -rf OSM/.svn/
+   tar cf libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar OSM/
+   gzip -9 libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar
+   rm -rf OSM/
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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

[libosm-gary68-perl] 10/17: Imported Debian patch 0.0~svn26727-1.1

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 89d9b43c70024d32591ef9f240c63a78f0d504bb
Author: Damyan Ivanov 
Date:   Fri Jul 24 12:55:53 2015 +

Imported Debian patch 0.0~svn26727-1.1
---
 debian/changelog | 8 
 debian/control   | 1 +
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 087a2fe..1cf604a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libosm-gary68-perl (0.0~svn26727-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add build dependency on libmodule-build-perl
+Closes: #789385 -- FTBFS with perl 5.22
+
+ -- Damyan Ivanov   Fri, 24 Jul 2015 12:55:53 +
+
 libosm-gary68-perl (0.0~svn26727-1) unstable; urgency=low
 
   * Initial release (Closes: #643916)
diff --git a/debian/control b/debian/control
index ce90768..0027090 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  , libdbi-perl
  , libgd-gd2-perl
  , libgeo-proj4-perl
+ , libmodule-build-perl
  , libwww-perl
 Standards-Version: 3.9.2
 Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 14/17: Change Homepage URL from raw SVN to trac browser.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 23177b83f62815ceeef3dd99bc2859ca357ea0e6
Author: Bas Couwenberg 
Date:   Fri Jul 24 15:40:32 2015 +0200

Change Homepage URL from raw SVN to trac browser.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 16e5751..48dd415 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
   * Change Maintainer from Debian OpenStreetMap to Debian GIS team.
   * Add myself to Uploaders.
   * Restructure control file with cme.
+  * Change Homepage URL from raw SVN to trac browser.
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/control b/debian/control
index f423218..53bff52 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 8.0.0),
 Standards-Version: 3.9.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libosm-gary68-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/libosm-gary68-perl.git
-Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
+Homepage: 
https://trac.openstreetmap.org/browser/subversion/applications/utils/gary68/OSM
 
 Package: libosm-gary68-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 05/17: Imported Upstream version 0.0~svn26727

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit a316ef389d46d291ccc58bc9c5e21a2f91a53def
Author: David Paleino 
Date:   Fri Sep 30 22:00:02 2011 +0200

Imported Upstream version 0.0~svn26727
---
 QuadTree.pm => lib/OSM/QuadTree.pm   | 0
 gpx.pm => lib/OSM/gpx.pm | 0
 mapgen.pm => lib/OSM/mapgen.pm   | 0
 mapgenRules.pm => lib/OSM/mapgenRules.pm | 0
 osm.pm => lib/OSM/osm.pm | 0
 osmDB.pm => lib/OSM/osmDB.pm | 0
 osmgraph.pm => lib/OSM/osmgraph.pm   | 0
 7 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/QuadTree.pm b/lib/OSM/QuadTree.pm
similarity index 100%
rename from QuadTree.pm
rename to lib/OSM/QuadTree.pm
diff --git a/gpx.pm b/lib/OSM/gpx.pm
similarity index 100%
rename from gpx.pm
rename to lib/OSM/gpx.pm
diff --git a/mapgen.pm b/lib/OSM/mapgen.pm
similarity index 100%
rename from mapgen.pm
rename to lib/OSM/mapgen.pm
diff --git a/mapgenRules.pm b/lib/OSM/mapgenRules.pm
similarity index 100%
rename from mapgenRules.pm
rename to lib/OSM/mapgenRules.pm
diff --git a/osm.pm b/lib/OSM/osm.pm
similarity index 100%
rename from osm.pm
rename to lib/OSM/osm.pm
diff --git a/osmDB.pm b/lib/OSM/osmDB.pm
similarity index 100%
rename from osmDB.pm
rename to lib/OSM/osmDB.pm
diff --git a/osmgraph.pm b/lib/OSM/osmgraph.pm
similarity index 100%
rename from osmgraph.pm
rename to lib/OSM/osmgraph.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 17/17: Enable parallel builds.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 40174a9d4c4c8a4d4457a65b74acf714eb53fed5
Author: Bas Couwenberg 
Date:   Sun Jan 3 01:00:41 2016 +0100

Enable parallel builds.
---
 debian/changelog | 1 +
 debian/rules | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4043896..c18ae92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
   * Change Homepage URL from raw SVN to trac browser.
   * Add gbp.conf to use pristine-tar by default.
   * Bump debhelper compatibility to 9.
+  * Enable parallel builds.
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 87fbf92..2d1c3a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ endif
 SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/
 
 %:
-   dh $@
+   dh $@ --parallel
 
 get-orig-source:
svn checkout -r$(SVNREV) $(SVNREPO)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] branch master created (now 40174a9)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository libosm-gary68-perl.

at  40174a9   Enable parallel builds.

This branch includes the following new commits:

   new  6cec75d   Imported Upstream version 0.0~svn26727
   new  61c16b6   First debianization
   new  539f699   Added ITP bug
   new  1695ba9   New tarball layout
   new  a316ef3   Imported Upstream version 0.0~svn26727
   new  74606d8   Merge commit 'upstream/0.0_svn26727'
   new  1212210   Add Build.PL
   new  5086be8   Add missing B-D and runtime D
   new  0c40b64   Uploading to NEW
   new  89d9b43   Imported Debian patch 0.0~svn26727-1.1
   new  37c0db6   Change Maintainer from Debian OpenStreetMap to Debian GIS 
team.
   new  a7beeea   Add myself to Uploaders.
   new  b3464c0   Restructure control file with cme.
   new  23177b8   Change Homepage URL from raw SVN to trac browser.
   new  dbe7023   Add gbp.conf to use pristine-tar by default.
   new  36a0580   Bump debhelper compatibility to 9.
   new  40174a9   Enable parallel builds.

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 09/17: Uploading to NEW

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 0c40b649c75b8ce7c0c130f84de78d4e2b0a2d8a
Author: David Paleino 
Date:   Fri Sep 30 22:29:05 2011 +0200

Uploading to NEW
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ac04d7e..087a2fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libosm-gary68-perl (0.0~svn26727-1) UNRELEASED; urgency=low
+libosm-gary68-perl (0.0~svn26727-1) unstable; urgency=low
 
   * Initial release (Closes: #643916)
 
- -- David Paleino   Fri, 30 Sep 2011 21:17:26 +0200
+ -- David Paleino   Fri, 30 Sep 2011 22:28:59 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 11/17: Change Maintainer from Debian OpenStreetMap to Debian GIS team.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 37c0db641411bc95b399d90bc33257773fa07b77
Author: Bas Couwenberg 
Date:   Fri Jul 24 15:36:11 2015 +0200

Change Maintainer from Debian OpenStreetMap to Debian GIS team.
---
 debian/changelog | 6 ++
 debian/control   | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1cf604a..4e9947f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
+
+  * Change Maintainer from Debian OpenStreetMap to Debian GIS team.
+
+ -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
+
 libosm-gary68-perl (0.0~svn26727-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 0027090..0ffc83a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libosm-gary68-perl
 Section: perl
 Priority: extra
-Maintainer: Debian OpenStreetMap Team 
+Maintainer: Debian GIS Project 
 Uploaders: David Paleino 
 Build-Depends: 
  debhelper (>= 8.0.0)
@@ -14,8 +14,8 @@ Build-Depends:
  , libwww-perl
 Standards-Version: 3.9.2
 Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
-Vcs-Git: git://git.debian.org/pkg-osm/libosm-gary68-perl.git
-Vcs-Browser: http://git.debian.org/?p=pkg-osm/libosm-gary68-perl.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-grass/libosm-gary68-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libosm-gary68-perl.git
 
 Package: libosm-gary68-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 12/17: Add myself to Uploaders.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit a7beeea8530ee2c700f9c1fe031803e091c93e61
Author: Bas Couwenberg 
Date:   Fri Jul 24 15:36:35 2015 +0200

Add myself to Uploaders.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4e9947f..2e4319a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
 
   * Change Maintainer from Debian OpenStreetMap to Debian GIS team.
+  * Add myself to Uploaders.
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/control b/debian/control
index 0ffc83a..feaa1af 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libosm-gary68-perl
 Section: perl
 Priority: extra
 Maintainer: Debian GIS Project 
-Uploaders: David Paleino 
+Uploaders: David Paleino ,
+   Bas Couwenberg 
 Build-Depends: 
  debhelper (>= 8.0.0)
  , perl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 15/17: Add gbp.conf to use pristine-tar by default.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit dbe702376f40bff0d6644e4c1fd604d4cafc9b7d
Author: Bas Couwenberg 
Date:   Fri Jul 24 15:47:47 2015 +0200

Add gbp.conf to use pristine-tar by default.
---
 debian/changelog |  1 +
 debian/gbp.conf  | 16 
 2 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 48dd415..cb344f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
   * Add myself to Uploaders.
   * Restructure control file with cme.
   * Change Homepage URL from raw SVN to trac browser.
+  * Add gbp.conf to use pristine-tar by default.
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 13/17: Restructure control file with cme.

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit b3464c0034f7a75add0921022118b6288437d9be
Author: Bas Couwenberg 
Date:   Fri Jul 24 15:38:03 2015 +0200

Restructure control file with cme.
---
 debian/changelog |  1 +
 debian/control   | 40 +++-
 2 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e4319a..16e5751 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libosm-gary68-perl (0.0~svn26727-2) UNRELEASED; urgency=medium
 
   * Change Maintainer from Debian OpenStreetMap to Debian GIS team.
   * Add myself to Uploaders.
+  * Restructure control file with cme.
 
  -- Bas Couwenberg   Fri, 24 Jul 2015 15:35:27 +0200
 
diff --git a/debian/control b/debian/control
index feaa1af..f423218 100644
--- a/debian/control
+++ b/debian/control
@@ -1,33 +1,31 @@
 Source: libosm-gary68-perl
-Section: perl
-Priority: extra
 Maintainer: Debian GIS Project 
 Uploaders: David Paleino ,
Bas Couwenberg 
-Build-Depends: 
- debhelper (>= 8.0.0)
- , perl
- , libcompress-bzip2-perl
- , libdbi-perl
- , libgd-gd2-perl
- , libgeo-proj4-perl
- , libmodule-build-perl
- , libwww-perl
+Section: perl
+Priority: extra
+Build-Depends: debhelper (>= 8.0.0),
+   perl,
+   libcompress-bzip2-perl,
+   libdbi-perl,
+   libgd-gd2-perl,
+   libgeo-proj4-perl,
+   libmodule-build-perl,
+   libwww-perl
 Standards-Version: 3.9.2
-Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
-Vcs-Git: git://anonscm.debian.org/pkg-grass/libosm-gary68-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/libosm-gary68-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/libosm-gary68-perl.git
+Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
 
 Package: libosm-gary68-perl
 Architecture: all
-Depends:
- ${perl:Depends}
- , ${misc:Depends}
- , libcompress-bzip2-perl
- , libdbi-perl
- , libgd-gd2-perl
- , libgeo-proj4-perl
- , libwww-perl
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ libcompress-bzip2-perl,
+ libdbi-perl,
+ libgd-gd2-perl,
+ libgeo-proj4-perl,
+ libwww-perl
 Description: OpenStreetMap perl module
  This module is needed by gary68's (Gerhard Schwanz) scripts related to
  the OpenStreetMap project.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] branch pristine-tar created (now 2c9266d)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository libosm-gary68-perl.

at  2c9266d   pristine-tar data for 
libosm-gary68-perl_0.0~svn26727.orig.tar.gz

This branch includes the following new commits:

   new  5d9daf6   pristine-tar data for 
libosm-gary68-perl_0.0~svn26727.orig.tar.gz
   new  2c9266d   pristine-tar data for 
libosm-gary68-perl_0.0~svn26727.orig.tar.gz

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] branch upstream created (now a316ef3)

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository libosm-gary68-perl.

at  a316ef3   Imported Upstream version 0.0~svn26727

This branch includes the following new commits:

   new  6cec75d   Imported Upstream version 0.0~svn26727
   new  a316ef3   Imported Upstream version 0.0~svn26727

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 02/02: pristine-tar data for libosm-gary68-perl_0.0~svn26727.orig.tar.gz

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository libosm-gary68-perl.

commit 2c9266d34514da09bfaada1f91ecb0170f2cbd73
Author: David Paleino 
Date:   Fri Sep 30 22:00:02 2011 +0200

pristine-tar data for libosm-gary68-perl_0.0~svn26727.orig.tar.gz
---
 libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta | Bin 954 -> 1087 bytes
 libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id|   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta 
b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta
index 58d83c7..6769676 100644
Binary files a/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta and 
b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta differ
diff --git a/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id 
b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id
index 215275d..e9134a2 100644
--- a/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id
+++ b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id
@@ -1 +1 @@
-6cec75d20448ef229124a460b7283f83b756a926
+a316ef389d46d291ccc58bc9c5e21a2f91a53def

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 01/02: pristine-tar data for libosm-gary68-perl_0.0~svn26727.orig.tar.gz

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository libosm-gary68-perl.

commit 5d9daf6b43cd53b023116b68b4e11e4e5929ff36
Author: David Paleino 
Date:   Fri Sep 30 21:17:02 2011 +0200

pristine-tar data for libosm-gary68-perl_0.0~svn26727.orig.tar.gz
---
 libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta | Bin 0 -> 954 bytes
 libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta 
b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta
new file mode 100644
index 000..58d83c7
Binary files /dev/null and b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.delta 
differ
diff --git a/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id 
b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id
new file mode 100644
index 000..215275d
--- /dev/null
+++ b/libosm-gary68-perl_0.0~svn26727.orig.tar.gz.id
@@ -0,0 +1 @@
+6cec75d20448ef229124a460b7283f83b756a926

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 08/17: Add missing B-D and runtime D

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 5086be8dad9909b93c36cb147cc76c83822af112
Author: David Paleino 
Date:   Fri Sep 30 22:18:56 2011 +0200

Add missing B-D and runtime D
---
 debian/control | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/debian/control b/debian/control
index 3013393..ce90768 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,11 @@ Uploaders: David Paleino 
 Build-Depends: 
  debhelper (>= 8.0.0)
  , perl
+ , libcompress-bzip2-perl
+ , libdbi-perl
+ , libgd-gd2-perl
+ , libgeo-proj4-perl
+ , libwww-perl
 Standards-Version: 3.9.2
 Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
 Vcs-Git: git://git.debian.org/pkg-osm/libosm-gary68-perl.git
@@ -16,6 +21,11 @@ Architecture: all
 Depends:
  ${perl:Depends}
  , ${misc:Depends}
+ , libcompress-bzip2-perl
+ , libdbi-perl
+ , libgd-gd2-perl
+ , libgeo-proj4-perl
+ , libwww-perl
 Description: OpenStreetMap perl module
  This module is needed by gary68's (Gerhard Schwanz) scripts related to
  the OpenStreetMap project.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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


[libosm-gary68-perl] 03/17: Added ITP bug

2016-01-02 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 539f699af291cf52a8bba593454c1643c2cbd98b
Author: David Paleino 
Date:   Fri Sep 30 21:35:26 2011 +0200

Added ITP bug
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 46af7d7..ac04d7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libosm-gary68-perl (0.0~svn26727-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #)
+  * Initial release (Closes: #643916)
 
  -- David Paleino   Fri, 30 Sep 2011 21:17:26 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git

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