[mkgmap] 01/01: Add Build-Depends: libosmpbf-java according to a hint by Jochen Topf

2014-03-03 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository mkgmap.

commit 2b9a7056f8ec411f71fd7018f964dc98d830ae4d
Author: Andreas Tille ti...@debian.org
Date:   Mon Mar 3 23:20:28 2014 +0100

Add Build-Depends: libosmpbf-java according to a hint by Jochen Topf
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 11723c2..6adcb82 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Build-Depends: debhelper (= 9),
ant,
default-jdk,
time,
-   libfastutil-java
+   libfastutil-java,
+   libosmpbf-java
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mkgmap.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mkgmap.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mkgmap.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


[mkgmap] branch master updated (46a8cb1 - 2b9a705)

2014-03-03 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch master
in repository mkgmap.

  from  46a8cb1   Adapt patch to latest uptream version
   new  2b9a705   Add Build-Depends: libosmpbf-java according to a hint by 
Jochen Topf

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, 2 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mkgmap.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


Re: Bug#739121: Creepy taking over in Debian GIS team maintenance

2014-02-18 Thread Andreas Tille
Hi Daniel,

On Tue, Feb 18, 2014 at 10:14:36AM -0500, Daniel Echeverry wrote:
 Hi Andreas
 
 
 2014-02-16 15:48 GMT-05:00 Andreas Tille andr...@an3as.eu:
 
  Hi,
 
  I have injected the latest version of creepy into
 
 git://anonscm.debian.org/pkg-grass/creepy.git

Hmmm, seems I missed to check mentors.d.n first ...

  which would fix #739121 since the latest upstream version does not
  depend from python-osmgpsmap any more.
 
  I would imagine to maintain the package in Debian GIS team since it is
  in the wider sense related to geographic information.  I think we could
  create a task tools or misc where this package could fit in.  So if
  everybody agrees upon this (on one hand the former maintainer Daniel and
  on the other hand the GIS team that this package might fit) I would
  upload the package as is (after about waiting one week).
 
 
 Cool, I'd like some help to the new upstream release. Currently it has a
 lot a problems, for example, it tries to write en /usr/share/creepy , the
 new version write a log file and I don't know how to hand that.
 
 Right now I've patched the source code to deny writing in /usr/share/creepy
 the problem now is that when creepy tries to write plugins or project,
 because it tries to write on /usr/share/creepy
 
 I uploaded the creepy 1.1 with these changes to mentors[1] Could you check
 it out? and tell me if I can help you with something

I wonder whether we should merge our efforts first.  Could you agree upon
the reporistory at

   git://anonscm.debian.org/pkg-grass/creepy.git

You get commit permission if you apply for pkg-grass team on alioth.

To my experience it becomes way more simple to work together on a
package when using a VCS rather than sending patches via mail.  It
also enables asking for help at debian-mentors list.

For your problem above:  I think you need to find the code piece that
tries to write to /usr/share/creepy and redirect the write attempts to
/var/lib/creepy.

Kind regards

Andreas.


 [1]: http://mentors.debian.net/debian/pool/main/c/creepy/creepy_1.1-1.dsc

-- 
http://fam-tille.de

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


Re: Bug#739121: Creepy taking over in Debian GIS team maintenance

2014-02-18 Thread Andreas Tille
Hi Daniel,

On Tue, Feb 18, 2014 at 11:03:53AM -0500, Daniel Echeverry wrote:
 git://anonscm.debian.org/pkg-grass/creepy.git
 
  You get commit permission if you apply for pkg-grass team on alioth.
 
 
 I sent my  request to join the team :) once  to be accepted, I will make
 the commits

Somebody else just adde you to the project. :-)
 
  To my experience it becomes way more simple to work together on a
  package when using a VCS rather than sending patches via mail.  It
  also enables asking for help at debian-mentors list.
 
  For your problem above:  I think you need to find the code piece that
  tries to write to /usr/share/creepy and redirect the write attempts to
  /var/lib/creepy.
 
 
 Yes you are right, however, the path where plugins, and other projects are
 written, must be in the same part where creepy be installed, for this
 reason, do not think just patch the code to write in /var/lib solve the
 problem.
 
 In fact I have discussed this issue with upstream, which says:
 
 *Regarding 2, its obvious that the user who runs the program has no
 permissions to write under /usr/share/creepy , should it be this way ?
 Isn't that chowned to the user account in Debian ? If not, then we need to
 find a different approach because the program needs to save projects and
 plugin configurations, if it does not have the permission to write to that
 directory , how could it be done ? *
 
 Coul you give me  a hand? :)

I admit I did never dealt with things like this.  I's suggest you finish
the commits and than ask on debian-ment...@lists.debian.org.  This list
is invented for questions like this.  I'm reading it and will comment as
well if I have any clue.

Thanks for your work on this

 Andreas.

-- 
http://fam-tille.de

___
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] 04/08: New upstream does not need patches for 0.1.x series

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository creepy.

commit eb4b04ac2e8c97a385f8026f074bc769adcf2f44
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:17:30 2014 +0100

New upstream does not need patches for 0.1.x series
---
 debian/patches/series   |  1 -
 debian/patches/use_debian_path.diff | 45 -
 2 files changed, 46 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c93e191..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use_debian_path.diff
diff --git a/debian/patches/use_debian_path.diff 
b/debian/patches/use_debian_path.diff
deleted file mode 100644
index bf22726..000
--- a/debian/patches/use_debian_path.diff
+++ /dev/null
@@ -1,45 +0,0 @@
-Description: Use debian path for python applications
-Forwarded: yes
-Author: Julian Moreno Patiño darkju...@gmail.com
-Origin: vendor
-Last-Update: 2011-05-08
-
 a/creepy/creepymap.py
-+++ b/creepy/creepymap.py
-@@ -1,3 +1,4 @@
-+#!/usr/bin/env python
- '''
- Copyright 2010 Yiannis Kakavas
- 
-@@ -58,13 +59,13 @@
- if not os.path.exists(self.CONF_DIR):
- os.mkdir(self.CONF_DIR)
- #If creepy was installed through the .deb package in ubuntu , the 
files needed would be in /usr/share/pyshared/creepy
--if os.path.exists('/usr/share/pyshared/creepy'):
-+if os.path.exists('/usr/share/creepy'):
- try:
--
shutil.copy('/usr/share/pyshared/creepy/include/creepy.conf', 
os.path.join(self.CONF_DIR, 'creepy.conf'))
--
shutil.copy('/usr/share/pyshared/creepy/include/evil_twitter.png', 
os.path.join(self.CONF_DIR, 'evil_twitter.png'))
--
shutil.copy('/usr/share/pyshared/creepy/include/flickr.png', 
os.path.join(self.CONF_DIR, 'flickr.png'))
--
shutil.copy('/usr/share/pyshared/creepy/include/index.png', 
os.path.join(self.CONF_DIR, 'index.png'))
--
shutil.copy('/usr/share/pyshared/creepy/include/default.jpg', 
os.path.join(self.CONF_DIR, 'default.jpg'))
-+shutil.copy('/usr/share/creepy/include/creepy.conf', 
os.path.join(self.CONF_DIR, 'creepy.conf'))
-+shutil.copy('/usr/share/creepy/include/evil_twitter.png', 
os.path.join(self.CONF_DIR, 'evil_twitter.png'))
-+shutil.copy('/usr/share/creepy/include/flickr.png', 
os.path.join(self.CONF_DIR, 'flickr.png'))
-+shutil.copy('/usr/share/creepy/include/index.png', 
os.path.join(self.CONF_DIR, 'index.png'))
-+shutil.copy('/usr/share/creepy/include/default.jpg', 
os.path.join(self.CONF_DIR, 'default.jpg'))
- except Exception, err:
- print err
- #If creepy is run from source folder (i.e. in Backtrack) with 
'python creepymap.py' , needed files are in current dir
-@@ -92,9 +93,9 @@
- tmp_conf.write()
- 
- #Fix only for version 0.1.73 to copy the creepy32.png to the config 
folder
--if os.path.exists('/usr/share/pyshared/creepy'):
-+if os.path.exists('/usr/share/creepy'):
- try:
--
shutil.copy('/usr/share/pyshared/creepy/include/creepy32.png', 
os.path.join(self.CONF_DIR, 'creepy32.png'))
-+shutil.copy('/usr/share/creepy/include/creepy32.png', 
os.path.join(self.CONF_DIR, 'creepy32.png'))
- except  Exception, err:
- print err
- else:

-- 
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] 06/08: Debhelper 9

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository creepy.

commit 130cf95b7820108cd67dd1abe6508bfc9252425a
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:20:37 2014 +0100

Debhelper 9
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4274ca1..733ac70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ creepy (1.1-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * Fixed watch file
+  * Debhelper 9
 
  -- Andreas Tille ti...@debian.org  Sun, 16 Feb 2014 11:46:28 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index b16a640..d7e8120 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: creepy
 Section: python
 Priority: extra
 Maintainer: Daniel Echeverry epsilo...@gmail.com
-Build-Depends: debhelper (= 7.0.50~), python (= 2.6)
+Build-Depends: debhelper (= 9), python (= 2.6)
 XS-Python-Version: = 2.6
 Standards-Version: 3.9.2
 Homepage: http://ilektrojohn.github.com/creepy

-- 
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] 05/08: Adapt to new upstream version

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository creepy.

commit 07105466611b318bd31c6655cecf980145d46af2
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:18:45 2014 +0100

Adapt to new upstream version
---
 debian/control  | 2 +-
 debian/creepy.docs  | 2 +-
 debian/creepy.links | 2 +-
 debian/rules| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 349b52f..b16a640 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://ilektrojohn.github.com/creepy
 
 Package: creepy
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-simplejson , 
python-flickrapi, python-osmgpsmap(= 0.7), python-beautifulsoup, 
python-pyexiv2, python-configobj, python-tweepy
+Depends: ${misc:Depends}, ${python:Depends}, python-simplejson , 
python-flickrapi, python-beautifulsoup, python-pyexiv2, python-configobj, 
python-tweepy, python-yapsy
 Description: geolocation information aggregator
  creepy is an application that allows you to gather geolocation
  related information about users from social networking platforms 
diff --git a/debian/creepy.docs b/debian/creepy.docs
index e845566..ab1a32b 100644
--- a/debian/creepy.docs
+++ b/debian/creepy.docs
@@ -1 +1 @@
-README
+README*
diff --git a/debian/creepy.links b/debian/creepy.links
index eac6874..2d000f1 100644
--- a/debian/creepy.links
+++ b/debian/creepy.links
@@ -1,2 +1,2 @@
-usr/share/creepy/creepymap.py  usr/bin/creepy
+usr/share/creepy/CreepyMain.py usr/bin/creepy
 usr/share/creepy/include/creepy.xpm usr/share/pixmaps/creepy.xpm
diff --git a/debian/rules b/debian/rules
index 9925907..5aad24a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 
 override_dh_fixperms:
dh_fixperms
-   chmod 755 $(CURDIR)/debian/creepy/usr/share/creepy/creepymap.py
+   chmod 755 $(CURDIR)/debian/creepy/usr/share/creepy/CreepyMain.py
 
 override_dh_clean:
dh_clean

-- 
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/08: Moved to Debian GIS team

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository creepy.

commit f3a0c1e6a13fb31f7bffbf0cae250cd7e4d605e4
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:23:17 2014 +0100

Moved to Debian GIS team
---
 debian/changelog |  1 +
 debian/control   | 10 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 733ac70..b45dc00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ creepy (1.1-1) UNRELEASED; urgency=medium
   * New upstream version
   * Fixed watch file
   * Debhelper 9
+  * Moved to Debian GIS
 
  -- Andreas Tille ti...@debian.org  Sun, 16 Feb 2014 11:46:28 +0100
 
diff --git a/debian/control b/debian/control
index d7e8120..e44978f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,15 @@
 Source: creepy
 Section: python
-Priority: extra
-Maintainer: Daniel Echeverry epsilo...@gmail.com
+Priority: optional
+Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
+Uploaders: Daniel Echeverry epsilo...@gmail.com,
+   Andreas Tille ti...@debian.org
 Build-Depends: debhelper (= 9), python (= 2.6)
 XS-Python-Version: = 2.6
 Standards-Version: 3.9.2
 Homepage: http://ilektrojohn.github.com/creepy
-#Vcs-Git: git://git.debian.org/collab-maint/creepy.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/creepy.git;a=summary
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/creepy.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/creepy.git
 
 Package: creepy
 Architecture: all

-- 
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] 08/08: Bump version in desktop file

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository creepy.

commit 3384fb92dc9d64b7de8baac7701bc854b26041cd
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:24:31 2014 +0100

Bump version in desktop file
---
 debian/creepy.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/creepy.desktop b/debian/creepy.desktop
index 4eb3aca..fd108e6 100644
--- a/debian/creepy.desktop
+++ b/debian/creepy.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Type=Application
-Version=0.1.93
+Version=1.1
 Name=creepy
 GenericName[en_GB]= creepy
 Comment=geolocation information aggregator

-- 
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 created (now 3384fb9)

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch master
in repository creepy.

at  3384fb9   Bump version in desktop file

This branch includes the following new commits:

   new  2c1f483   Imported Upstream version 1.1
   new  5e5fdc1   Add old debian/ dir from 0.1.94-1
   new  99b36fd   Fixed watch file, new upstream version
   new  eb4b04a   New upstream does not need patches for 0.1.x series
   new  0710546   Adapt to new upstream version
   new  130cf95   Debhelper 9
   new  f3a0c1e   Moved to Debian GIS team
   new  3384fb9   Bump version in desktop file

The 8 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/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] 02/08: Add old debian/ dir from 0.1.94-1

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository creepy.

commit 5e5fdc126e7a5ca6290381ed3f1b53bee75f553e
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:15:43 2014 +0100

Add old debian/ dir from 0.1.94-1
---
 debian/changelog|  18 +++
 debian/compat   |   1 +
 debian/control  |  21 
 debian/copyright|  28 ++
 debian/creepy.1 | 100 
 debian/creepy.desktop   |  12 +
 debian/creepy.docs  |   1 +
 debian/creepy.install   |   1 +
 debian/creepy.links |   2 +
 debian/creepy.manpages  |   1 +
 debian/creepy.menu  |   8 +++
 debian/patches/series   |   1 +
 debian/patches/use_debian_path.diff |  45 
 debian/rules|  15 ++
 debian/source/format|   1 +
 debian/watch|   3 ++
 16 files changed, 258 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..d938a0c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,18 @@
+creepy (0.1.94-1) unstable; urgency=low
+
+  * New Upstream release
+
+ -- Daniel Echeverry epsilo...@gmail.com  Fri, 01 Jul 2011 21:33:47 -0500
+
+creepy (0.1.93-2) unstable; urgency=low
+
+  * Change arch from any to all
+  * Make symlink to use in the icon
+
+ -- Daniel Echeverry epsilo...@gmail.com  Fri, 10 Jun 2011 23:05:41 -0500
+
+creepy (0.1.93-1) unstable; urgency=low
+
+  * Initial release (Closes: #620173)
+
+ -- Daniel Echeverry epsilo...@gmail.com  Tue, 03 May 2011 20:18:51 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..349b52f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: creepy
+Section: python
+Priority: extra
+Maintainer: Daniel Echeverry epsilo...@gmail.com
+Build-Depends: debhelper (= 7.0.50~), python (= 2.6)
+XS-Python-Version: = 2.6
+Standards-Version: 3.9.2
+Homepage: http://ilektrojohn.github.com/creepy
+#Vcs-Git: git://git.debian.org/collab-maint/creepy.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/creepy.git;a=summary
+
+Package: creepy
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-simplejson , 
python-flickrapi, python-osmgpsmap(= 0.7), python-beautifulsoup, 
python-pyexiv2, python-configobj, python-tweepy
+Description: geolocation information aggregator
+ creepy is an application that allows you to gather geolocation
+ related information about users from social networking platforms 
+ and image hosting services. The information is presented in a 
+ map embedded in the application where all the retrieved data is 
+ shown accompanied with relevant information (i.e. what was posted 
+ from that specific location) to provide context to the presentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..0dba5c0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: creepy
+Source: http://ilektrojohn.github.com/creepy
+
+Files: *
+Copyright: Copyright 2011 Yiannis Kakavas jkaka...@gmail.com
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2011 Daniel Echeverry epsilo...@gmail.com
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program 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 http://www.gnu.org/licenses/.
+ .
+ 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/creepy.1 b/debian/creepy.1
new file mode 100644
index 000..68b4970
--- /dev/null
+++ b/debian/creepy.1
@@ -0,0 +1,100 @@
+.\ Hey, EMACS: -*- nroff -*-
+.\ First parameter, NAME, should be all caps
+.\ Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\ other parameters are allowed: see man(7), man(1)
+.TH CREEPY 1 MAY 08, 2011
+.\ Please adjust this date whenever revising the manpage.
+.\
+.\ Some roff macros, for reference:
+.\ .nhdisable hyphenation
+.\ .hyenable hyphenation
+.\ .ad l  left justify
+.\ .ad b  justify to both left and right margins
+.\ .nf

[creepy] 03/08: Fixed watch file, new upstream version

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository creepy.

commit 99b36fde658be3521881f3d0e62f92a9c9eaf37b
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:16:36 2014 +0100

Fixed watch file, new upstream version
---
 debian/changelog | 7 +++
 debian/watch | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d938a0c..4274ca1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+creepy (1.1-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+  * Fixed watch file
+
+ -- Andreas Tille ti...@debian.org  Sun, 16 Feb 2014 11:46:28 +0100
+
 creepy (0.1.94-1) unstable; urgency=low
 
   * New Upstream release
diff --git a/debian/watch b/debian/watch
index a0b96b3..f508445 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-https://github.com/ilektrojohn/creepy/downloads .*/tarball/v([\d\.]+)
+https://github.com/ilektrojohn/creepy/releases/ .*/archive/v([\d.]+)\.tar\.gz
 

-- 
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 created (now 2c1f483)

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch upstream
in repository creepy.

at  2c1f483   Imported Upstream version 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/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] annotated tag upstream/1.1 created (now ab8df95)

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a change to annotated tag upstream/1.1
in repository creepy.

at  ab8df95   (tag)
   tagging  2c1f48342c8bfdef66c01c637e98766377d5e1f3 (commit)
 tagged by  Andreas Tille
on  Sun Feb 16 18:14:59 2014 +0100

- Log -
Upstream version 1.1

Andreas Tille (1):
  Imported Upstream version 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/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] 01/01: pristine-tar data for creepy_1.1.orig.tar.gz

2014-02-16 Thread Andreas Tille
This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch pristine-tar
in repository creepy.

commit 6185e442b084d62becf12f67bff33726a5d77830
Author: Andreas Tille ti...@debian.org
Date:   Sun Feb 16 18:14:59 2014 +0100

pristine-tar data for creepy_1.1.orig.tar.gz
---
 creepy_1.1.orig.tar.gz.delta | Bin 0 - 3807 bytes
 creepy_1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/creepy_1.1.orig.tar.gz.delta b/creepy_1.1.orig.tar.gz.delta
new file mode 100644
index 000..ef6ae6c
Binary files /dev/null and b/creepy_1.1.orig.tar.gz.delta differ
diff --git a/creepy_1.1.orig.tar.gz.id b/creepy_1.1.orig.tar.gz.id
new file mode 100644
index 000..a11f8a7
--- /dev/null
+++ b/creepy_1.1.orig.tar.gz.id
@@ -0,0 +1 @@
+57f39ede2aa56e4b9abf230a7f1b4d93fb55fd23

-- 
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 taking over in Debian GIS team maintenance

2014-02-16 Thread Andreas Tille
Hi,

I have injected the latest version of creepy into

   git://anonscm.debian.org/pkg-grass/creepy.git

which would fix #739121 since the latest upstream version does not
depend from python-osmgpsmap any more.

I would imagine to maintain the package in Debian GIS team since it is
in the wider sense related to geographic information.  I think we could
create a task tools or misc where this package could fit in.  So if
everybody agrees upon this (on one hand the former maintainer Daniel and
on the other hand the GIS team that this package might fit) I would
upload the package as is (after about waiting one week).

Kind regards

  Andreas.

-- 
http://fam-tille.de

___
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#739121: creepy: Depends from python-osmgpsmap which is not in Debian any more

2014-02-15 Thread Andreas Tille
Package: creepy
Severity: grave
Tags: upstream
Justification: renders package unusable

Hi,

creepy depends from python-osmgpsmap but this package is not available
any more since it is not created any more from the source osm-gps-map
version = 1.0.

I also realised that creepy is lagging a lot behind the latest upstream
version and the watch file is broken.  I'd recommend upgrading the package
and maintaining it in Debian GIS team.

Kind regards

 Andreas.

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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


Re: ossim-1.8.16 - request for review

2014-01-30 Thread Andreas Tille
Hi Markus,

On Thu, Jan 30, 2014 at 11:05:01AM +0100, Markus Wanner wrote:
  
  Would you be willing to move the OSSIM package from SVN to Git?
 
 Yeah, why not...
 ...

In case you are finished with the migration to Git and are happy with
the packaging and you are looking for a sponsor you might be interested
in

   https://wiki.debian.org/DebianPureBlends/SoB

Kind regards

  Andreas.

-- 
http://fam-tille.de

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


Re: ossim-1.8.16 - request for review

2014-01-30 Thread Andreas Tille
Hi,

On Thu, Jan 30, 2014 at 09:51:37AM +0100, Markus Wanner wrote:
 
  The static lib currently is something provided if available. Is there
  some problems in generating the static flavor?
 
 Not technically. But it involves some more fiddling with debian/rules
 and cmake to actually build the library twice. I'm not sure how to
 accomplish that, yet. Pointers to existing examples are very welcome.

I do not know a specific example but directing questions like this to
debian-ment...@lists.debian.org has proven to be quite successful in the
past if any specific mailing list does find a clue.
 
Kind regards

   Andreas.

-- 
http://fam-tille.de

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


[SCM] ruby-hdfeos5 branch, pristine-tar, updated. 42e61296a6defc9fc5461f2a042f1cbb158038ab

2014-01-26 Thread Andreas Tille
The following commit has been merged in the pristine-tar branch:
commit 42e61296a6defc9fc5461f2a042f1cbb158038ab
Author: Andreas Tille ti...@debian.org
Date:   Sun Jan 26 09:53:55 2014 +0100

pristine-tar data for ruby-hdfeos5_1.2.orig.tar.gz

diff --git a/ruby-hdfeos5_1.2.orig.tar.gz.delta 
b/ruby-hdfeos5_1.2.orig.tar.gz.delta
new file mode 100644
index 000..57f00d4
Binary files /dev/null and b/ruby-hdfeos5_1.2.orig.tar.gz.delta differ
diff --git a/ruby-hdfeos5_1.2.orig.tar.gz.id b/ruby-hdfeos5_1.2.orig.tar.gz.id
new file mode 100644
index 000..5e1f401
--- /dev/null
+++ b/ruby-hdfeos5_1.2.orig.tar.gz.id
@@ -0,0 +1 @@
+771ca8a09d03758c01b5f779761ed006cb1ff0b7

-- 
Ruby interface of HDF-EOS5 library

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


[SCM] ruby-hdfeos5 branch, upstream, updated. upstream/1.1-1-gddd61cd

2014-01-26 Thread Andreas Tille
The following commit has been merged in the upstream branch:
commit ddd61cd780a18a1ef18fa0be808a8ae38ef5b886
Author: Andreas Tille ti...@debian.org
Date:   Sun Jan 26 09:53:53 2014 +0100

Imported Upstream version 1.2

diff --git a/ChangeLog b/ChangeLog
index ea69516..1af953d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,24 @@
--e This file is generated automatically by
+This file is generated automatically by
  
- cvs2cl -r -b -t --fsf -w --header This header
+ cvs2cl.pl -r -b -t --fsf -w --header This header
  
  cvs2cl.pl version 2.59; distributed under the GNU GPL. 
  This script is available from  http://www.red-bean.com/cvs2cl/
 
 
+2012-09-11 Tuesday 17:46  horinout
+
+   * ChangeLog (1.13): ruby-hdfeos5 1.2 will is to be released.
+
+2012-09-11 Tuesday 17:37  horinout
+
+   * hdfeos5gd_wrap.c (1.7): hdfeos5gd_wrap.c: bug fix of
+ hdfeos5_gdgridinfo
+
+2011-02-25 Friday 17:08  horinout
+
+   * ChangeLog (1.12, ruby-hdfeos5-1_1): [no log message]
+
 2011-02-25 Friday 17:07  horinout
 
* ChangeLog (1.11):
@@ -13,7 +26,7 @@
 
 2011-02-18 Friday 17:32  horinout
 
-   * test/test_pt.rb (1.3):
+   * test/test_pt.rb (1.3, ruby-hdfeos5-1_1):
  * Added comments to the lines that cause error messaging, which is
not due to actual errors.
 
@@ -27,7 +40,7 @@
* hdfeos5_chkdatatype.c (1.5), hdfeos5_obj2cary.c (1.5),
  hdfeos5gd_wrap.c (1.6), hdfeos5main_wrap.c (1.4),
  hdfeos5pt_wrap.c (1.4), hdfeos5sw_wrap.c (1.13), hdfeos5za_wrap.c
- (1.7):
+ (1.7) (utags: ruby-hdfeos5-1_1):
  * Ruby 1.9.2 compatibility
 
 2010-04-05 Monday 15:58  koshiro
@@ -46,20 +59,21 @@
 
 2010-04-05 Monday 15:28  koshiro
 
-   * extconf.rb (1.2):
+   * extconf.rb (1.2, ruby-hdfeos5-1_1):
 
  * extconf.rb: bug fix.
 
 2009-07-03 Friday 19:42  horikawa
 
-   * lib/hdfeos5.rb (1.21, ruby-hdfeos5-1_0):
+   * lib/hdfeos5.rb (1.21, ruby-hdfeos5-1_1, ruby-hdfeos5-1_0):
   bugfix
 
 2009-04-24 Friday 16:20  horikawa
 
* ChangeLog (1.8, ruby-hdfeos5-1_0), hdfeos5za_wrap.c (1.5,
  ruby-hdfeos5-1_0), lib/hdfeos5.rb (1.20), test/test_za.rb (1.3,
- ruby-hdfeos5-1_0): changed  info() to  fieldinfo()
+ ruby-hdfeos5-1_1, ruby-hdfeos5-1_0): changed  info() to
+ fieldinfo()
 
 2009-04-22 Wednesday 13:54  horikawa
 
@@ -74,10 +88,11 @@
  (1.4, ruby-hdfeos5-1_0), hdfeos5main_wrap.c (1.2,
  ruby-hdfeos5-1_0), hdfeos5pt_wrap.c (1.1), hdfeos5sw_wrap.c
  (1.11, ruby-hdfeos5-1_0), hdfeos5za_wrap.c (1.4), lib/hdfeos5.rb
- (1.19), test/test_gd.rb (1.2, ruby-hdfeos5-1_0), test/test_pt.rb
- (1.1), test/test_sw.rb (1.2, ruby-hdfeos5-1_0), test/test_za.rb
- (1.2): modified simple_put and put_with_miss modified the
- readfield function ( swath / grid / zonal ) modified
+ (1.19), test/test_gd.rb (1.2, ruby-hdfeos5-1_1,
+ ruby-hdfeos5-1_0), test/test_pt.rb (1.1), test/test_sw.rb (1.2,
+ ruby-hdfeos5-1_1, ruby-hdfeos5-1_0), test/test_za.rb (1.2):
+ modified simple_put and put_with_miss modified the readfield
+ function ( swath / grid / zonal ) modified
  HE5Wrap_store_NArray1D_or_str added point wrapper ( support only
  Simple point )
 
@@ -112,12 +127,12 @@
 2009-03-06 Friday 11:40  horikawa
 
* test/: MLS-Aura_L2GP-O3_v02-21-c01_2007d059.he5 (1.1,
- ruby-hdfeos5-1_0),
+ ruby-hdfeos5-1_1, ruby-hdfeos5-1_0),
  OMI-Aura_L2-OMAERO_2008m0229t0011-o19277_v003-2008m0229t061514.he5
- (1.1, ruby-hdfeos5-1_0),
+ (1.1, ruby-hdfeos5-1_1, ruby-hdfeos5-1_0),
  OMI-Aura_L3-OMAEROe_2008m0101_v003-2009m0114t114202.he5 (1.1,
- ruby-hdfeos5-1_0), test_gd.rb (1.1), test_sw.rb (1.1), test_za.rb
- (1.1):
+ ruby-hdfeos5-1_1, ruby-hdfeos5-1_0), test_gd.rb (1.1), test_sw.rb
+ (1.1), test_za.rb (1.1):
  * Set up testfile(test_sw,test_gd,test_za) and
  testdata(AIRS,MLS,OMI).
 
@@ -275,7 +290,8 @@
 
 2008-06-09 Monday 15:03  horinout
 
-   * Makefile (1.2), Makefile_CL (1.1, ruby-hdfeos5-1_0):
+   * Makefile (1.2), Makefile_CL (1.1, ruby-hdfeos5-1_1,
+ ruby-hdfeos5-1_0):
  * Renamed Makefile to create ChangeLog to Makefile_CL
 
 2008-06-09 Monday 14:52  horinout
@@ -308,7 +324,7 @@
 2008-06-05 Thursday 18:17  horikawa
 
* SWapi.c (1.1.1.1), extconf.rb (1.1.1.1, ruby-hdfeos5-1_0),
- hdfeos5_cary2obj.c (1.1.1.1, ruby-hdfeos5-1_0),
+ hdfeos5_cary2obj.c (1.1.1.1, ruby-hdfeos5-1_1, ruby-hdfeos5-1_0),
  hdfeos5_obj2cary.c (1.1.1.1) (utags: Initial): initial import of
  ruby-hdfeos5 into CVS
 
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 000..1cf73ba
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,33 @@
+Ruby-HDFEOS5 is copyrighted free software by GFD Dennou Club 
+(http://www.gfd-dennou.org/).
+
+Copyright 2012 (C

Bug#736487: RM: drawmap -- ROM; Orphaned upstream, not properly maintained inside Debian

2014-01-24 Thread Andreas Tille
Package: ftp.debian.org
Severity: normal

Hi,

please remove the package from Debian.  It is dead upstream and
not state of the art any more (can be replaced by mapnik and others).

Kind regards

   Andreas.

On Fri, Jan 24, 2014 at 08:42:35AM +0100, Andreas Tille wrote:
 Hi Francesco,
 
 should I
 
   [ ] upgrade the packaging and upload the latest version
   [ ] file a ROM request to ftpmaster
 
 ?  Both is fine for me - I just have no idea about the usage of the
 program.
 

I would simply ask for dropping the package, maintaining dead stuff
is generally a PITA, with no exceptions.

-- 
Francesco P. Lovergine

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


[SCM] mkgmap branch, master, created. 11e13c293f053a97ebcb29589ccde53505034edb

2014-01-24 Thread Andreas Tille
The branch, master has been created
at  11e13c293f053a97ebcb29589ccde53505034edb (commit)

- Shortlog 
commit 11e13c293f053a97ebcb29589ccde53505034edb
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:51:05 2014 +0100

Do not attempt a proper SVN migration - simply inject the latest status of 
SVN since the SVN commits are old enough that they might become not very 
informative these days

---

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, master, updated. a025ad059e22735c2c0701cdc6fa2cc6fb2540b0

2014-01-24 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 992d511897adbada171c1f524d0d59b8554800fb
Merge: 11e13c293f053a97ebcb29589ccde53505034edb 
deb0c79831ddb120fb279bd83bb0bab444a66a02
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:53:43 2014 +0100

Merge tag 'upstream/0.0.0+svn2981'

Upstream version 0.0.0+svn2981


-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, master, updated. a025ad059e22735c2c0701cdc6fa2cc6fb2540b0

2014-01-24 Thread Andreas Tille
The following commit has been merged in the master branch:
commit da966ec30b68bc12809ab34e8e96a860d5a1cb3b
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:55:43 2014 +0100

Vcs moved from SVN to Git

diff --git a/debian/control b/debian/control
index 9592303..1f706d0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends: debhelper (= 9),
libfastutil-java
 Standards-Version: 3.9.4
 Homepage: http://www.mkgmap.org.uk
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/mkgmap/trunk
-Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/mkgmap/trunk
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mkgmap.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/mkgmap.git
 
 Package: mkgmap
 Architecture: all

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap annotated tag, upstream/0.0.0+svn2981, created. upstream/0.0.0+svn2981

2014-01-24 Thread Andreas Tille
The annotated tag, upstream/0.0.0+svn2981 has been created
at  e2fdd6e69850cf667eff2929c650d11b26aa7635 (tag)
   tagging  deb0c79831ddb120fb279bd83bb0bab444a66a02 (commit)
 tagged by  Andreas Tille
on  Fri Jan 24 15:53:42 2014 +0100

- Shortlog 
Upstream version 0.0.0+svn2981

Andreas Tille (2):
  Do not attempt a proper SVN migration - simply inject the latest status 
of SVN since the SVN commits are old enough that they might become not very 
informative these days
  Imported Upstream version 0.0.0+svn2981

---

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, master, updated. a025ad059e22735c2c0701cdc6fa2cc6fb2540b0

2014-01-24 Thread Andreas Tille
The following commit has been merged in the master branch:
commit a025ad059e22735c2c0701cdc6fa2cc6fb2540b0
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:59:28 2014 +0100

cme fix dpkg-control; added myself to Uploaders

diff --git a/debian/changelog b/debian/changelog
index 6d20f53..dd3a05b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
  - Add Build-Depends libfastutil-java as needed by new upstream version
  - Vcs moved from Svn to Git
  - Priority: optional
+ - cme fix dpkg-control
+ - Added myself to Uploaders
   * debian/rules: dh $@ --with javahelper
 
  -- Andreas Tille ti...@debian.org  Wed, 05 Jun 2013 11:24:59 +0200
diff --git a/debian/control b/debian/control
index 710592d..11723c2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,28 @@
 Source: mkgmap
-Section: utils
-Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Andreas Putzo andr...@putzo.net,
-   Francesco Paolo Lovergine fran...@debian.org
+   Francesco Paolo Lovergine fran...@debian.org,
+   Andreas Tille ti...@debian.org
+Section: utils
+Priority: optional
 Build-Depends: debhelper (= 9),
-   javahelper (=0.25),
+   javahelper,
ant,
default-jdk,
time,
libfastutil-java
 Standards-Version: 3.9.5
-Homepage: http://www.mkgmap.org.uk
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mkgmap.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mkgmap.git
+Homepage: http://www.mkgmap.org.uk
 
 Package: mkgmap
 Architecture: all
 Depends: ${misc:Depends},
  ${java:Depends},
- default-jre | java6-runtime
-Suggests: josm, qlandkarte
+ default-jre | openjdk-7-jre
+Suggests: josm,
+  qlandkarte
 Description: Generate Garmin maps from OpenStreetMap data
  This program converts OpenStreetMap data into a map that
  can be loaded onto compatible Garmin GPS units.

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, master, updated. a025ad059e22735c2c0701cdc6fa2cc6fb2540b0

2014-01-24 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 54646f6bc249cab0544e9359c5961e6b28a6da2e
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:54:32 2014 +0100

For some strange reason debian/ dir vanished after importing pristine-tar 
... restoring

diff --git a/debian/ant.properties b/debian/ant.properties
new file mode 100644
index 000..7385c7f
--- /dev/null
+++ b/debian/ant.properties
@@ -0,0 +1,2 @@
+ant.build.javac.source=1.5
+ant.build.javac.target=1.5
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..8cb8abc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,42 @@
+mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
+
+  * NOT FINISHED! 
https://github.com/osmandapp/OsmAnd-tools/blob/master/OsmAndMapCreator/src/crosby/binary/Osmformat.java
 needs to be packaged first
+  * Team upload.
+  * New upstream version
+Closes: #580170
+  * debian/source/format: 3.0 (quilt)
+  * debian/control:
+ - Standards-Version: 3.9.4
+ - Removed DM-Upload-Allowed
+ - Update (Build-)Depends to recent Java standard
+ - debhelper 9
+ - Add time to Build-Depends which is obviously needed
+ - Add Build-Depends libfastutil-java as needed by new upstream version
+  * debian/rules: dh $@ --with javahelper
+
+ -- Andreas Tille ti...@debian.org  Wed, 05 Jun 2013 11:24:59 +0200
+
+mkgmap (0.0.0+svn1067-1) unstable; urgency=low
+
+  [ Andreas Putzo ]
+  * New upstream snapshot.
+  * Added ${misc:Depends} among dependencies to fix a lintian warning.
+  * Bumped debhelper compatibility level to 7.
+  * Updated long description.
+  * Updated Homepage in debian/control, debian/copyright, debian/watch.
+  * Added numerous files from /doc to debian/docs.
+  * Mentioned Bernhard Heibler in debian/copyright and updated copyright
+year of software and packaging.
+  * Bumped policy to 3.8.2, without changes.
+  * Added DM-Upload-Allowed to debian/control.
+
+  [ Francesco Paolo Lovergine ]
+  * Added me as Uploader to avoid possible inappropriate NMU notices.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 16 Jul 2009 11:10:16 
+0200
+
+mkgmap (0.0.0+svn630-1) unstable; urgency=low
+
+  * Initial release (Closes: #475773)
+
+ -- Andreas Putzo andr...@putzo.net  Mon, 14 Jul 2008 13:38:36 +
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..9592303
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: mkgmap
+Section: utils
+Priority: extra
+Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
+Uploaders: Andreas Putzo andr...@putzo.net,
+   Francesco Paolo Lovergine fran...@debian.org
+Build-Depends: debhelper (= 9),
+   javahelper (=0.25),
+   ant,
+   default-jdk,
+   time,
+   libfastutil-java
+Standards-Version: 3.9.4
+Homepage: http://www.mkgmap.org.uk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/mkgmap/trunk
+Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/mkgmap/trunk
+
+Package: mkgmap
+Architecture: all
+Depends: ${misc:Depends},
+ ${java:Depends},
+ default-jre | java6-runtime
+Suggests: josm, qlandkarte
+Description: Generate Garmin maps from OpenStreetMap data
+ This program converts OpenStreetMap data into a map that
+ can be loaded onto compatible Garmin GPS units.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..e48f54b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+This package was debianized by Andreas Putzo andr...@putzo.net on
+Sun, 13 Apr 2008 19:29:58 +.
+
+It was downloaded from http://www.mkgmap.org.uk/snapshots/
+
+Upstream Author:
+
+Steve Ratcliffe s...@parabola.me.uk
+
+Copyright:
+
+Copyright (C) 2007-2009 Steve Ratcliffe s...@parabola.me.uk
+
+License:
+
+This package is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License version 2 as
+published by the Free Software Foundation.
+
+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 package; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+The files:
+ src/uk/me/parabola/mkgmap/general/MapPointMultimap.java,
+ src/uk/me/parabola/mkgmap/general/MapPointFastFindMap.java,
+ src/uk/me/parabola/mkgmap/build/LocatorConfig.java,
+ src/uk/me/parabola/mkgmap/build

[SCM] mkgmap branch, master, updated. a025ad059e22735c2c0701cdc6fa2cc6fb2540b0

2014-01-24 Thread Andreas Tille
The following commit has been merged in the master branch:
commit c33c5b8cf67f2fede3508c992c18d7727bffa372
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:56:26 2014 +0100

UPdate changelog, Standards-Version 3.9.5

diff --git a/debian/changelog b/debian/changelog
index 8cb8abc..2eca64c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,12 +6,13 @@ mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
 Closes: #580170
   * debian/source/format: 3.0 (quilt)
   * debian/control:
- - Standards-Version: 3.9.4
+ - Standards-Version: 3.9.5
  - Removed DM-Upload-Allowed
  - Update (Build-)Depends to recent Java standard
  - debhelper 9
  - Add time to Build-Depends which is obviously needed
  - Add Build-Depends libfastutil-java as needed by new upstream version
+ - Vcs moved from Svn to Git
   * debian/rules: dh $@ --with javahelper
 
  -- Andreas Tille ti...@debian.org  Wed, 05 Jun 2013 11:24:59 +0200
diff --git a/debian/control b/debian/control
index 1f706d0..ce9a8b0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 9),
default-jdk,
time,
libfastutil-java
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.mkgmap.org.uk
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/mkgmap.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/mkgmap.git

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, pristine-tar, created. 9be2d93d93109868d9ab428ce7ebd89b06ae80d7

2014-01-24 Thread Andreas Tille
The branch, pristine-tar has been created
at  9be2d93d93109868d9ab428ce7ebd89b06ae80d7 (commit)

- Shortlog 
commit 9be2d93d93109868d9ab428ce7ebd89b06ae80d7
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:53:42 2014 +0100

pristine-tar data for mkgmap_0.0.0+svn2981.orig.tar.xz

---

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, upstream, created. deb0c79831ddb120fb279bd83bb0bab444a66a02

2014-01-24 Thread Andreas Tille
The branch, upstream has been created
at  deb0c79831ddb120fb279bd83bb0bab444a66a02 (commit)

- Shortlog 
---

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, master, updated. a025ad059e22735c2c0701cdc6fa2cc6fb2540b0

2014-01-24 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 339941cac8b31503676fb208a4cbaa09069475cf
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 15:57:01 2014 +0100

Priority: optional

diff --git a/debian/changelog b/debian/changelog
index 2eca64c..6d20f53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
  - Add time to Build-Depends which is obviously needed
  - Add Build-Depends libfastutil-java as needed by new upstream version
  - Vcs moved from Svn to Git
+ - Priority: optional
   * debian/rules: dh $@ --with javahelper
 
  -- Andreas Tille ti...@debian.org  Wed, 05 Jun 2013 11:24:59 +0200
diff --git a/debian/control b/debian/control
index ce9a8b0..710592d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: mkgmap
 Section: utils
-Priority: extra
+Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Andreas Putzo andr...@putzo.net,
Francesco Paolo Lovergine fran...@debian.org

-- 
Generate Garmin maps from OpenStreetMap data

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


[SCM] mkgmap branch, master, updated. upstream/0.0.0+svn2981-7-g46a8cb1

2014-01-24 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 46a8cb19aaa08f92eeb1aa2faca887d8cb290196
Author: Andreas Tille ti...@debian.org
Date:   Fri Jan 24 16:05:30 2014 +0100

Adapt patch to latest uptream version

diff --git a/debian/changelog b/debian/changelog
index dd3a05b..5b98938 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
+mkgmap (0.0.0+svn2981-1) UNRELEASED; urgency=low
 
   * NOT FINISHED! 
https://github.com/osmandapp/OsmAnd-tools/blob/master/OsmAndMapCreator/src/crosby/binary/Osmformat.java
 needs to be packaged first
   * Team upload.
@@ -18,7 +18,7 @@ mkgmap (0.0.0+svn2640-1) UNRELEASED; urgency=low
  - Added myself to Uploaders
   * debian/rules: dh $@ --with javahelper
 
- -- Andreas Tille ti...@debian.org  Wed, 05 Jun 2013 11:24:59 +0200
+ -- Andreas Tille ti...@debian.org  Fri, 24 Jan 2014 16:04:34 +0100
 
 mkgmap (0.0.0+svn1067-1) unstable; urgency=low
 
diff --git a/debian/patches/build_xml.patch b/debian/patches/build_xml.patch
index 85d7e92..00eab36 100644
--- a/debian/patches/build_xml.patch
+++ b/debian/patches/build_xml.patch
@@ -1,5 +1,5 @@
 Author: Andreas Tille ti...@debian.org
-LastChanged: Wed, 05 Jun 2013 11:24:59 +0200
+LastChanged: Fri, 24 Jan 2014 16:04:34 +0100
 Description: Leave out IVY dependency checker
  Attention: This patch is most probably not yet finished.
  I went until the point when I noticed that mkgmap needs a
@@ -18,8 +18,8 @@ Description: Leave out IVY dependency checker
  
!-- Set default javac target value --
 +  property name=deblib location=/usr/share/java/
-   property name=ant.build.javac.target value=1.6/
-   property name=ant.build.javac.source value=1.6/
+   property name=ant.build.javac.target value=1.7/
+   property name=ant.build.javac.source value=1.7/
  
 @@ -71,7 +72,7 @@
  

-- 
Generate Garmin maps from OpenStreetMap data

___
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#736338: drawmap: New upstream version available

2014-01-22 Thread Andreas Tille
Package: drawmap
Severity: minor

Hi,

I did some investigation about packages which were not uploaded a long
time by the according team.  For Debian GIS it is drawmap (last upload
2007-05-18).  I'd regard the package in bad shape since it mentions a
homepage which just throws 404, no Vcs URLs are specified (I did not
checked whether it really is not in Vcs) and it has long standing open
bugs.  In Debian Med I would simply upgrade the packaging, inject it
into Vcs and check for new upstream.  I have found a slightly newer
upstream here:

   http://www.ibiblio.org/pub/Linux/science/cartography/drawmap-2.6.tar.gz

My questions are:

  - Does anybody know a newer version?
  - Has this probably orphaned upstream program some use these days
and should we as in Debian GIS team care for this.

If the later question is answered with yes (and perhaps some reasons
for this yes are given) I would volunteer to move the packaging into
Debian GIS Git, update to the latest upstream version and upgrade the
packaging to the rules of Debian GIS policy.

Any further comments?

Kind regards

  Andreas.

-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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


Re: Bug#736338: drawmap: New upstream version available

2014-01-22 Thread Andreas Tille
Hi Ivan,

On Wed, Jan 22, 2014 at 05:50:41PM +0100, Ivan Mincik wrote:
  My questions are:
  
  - Does anybody know a newer version? - Has this probably orphaned upstream
  program some use these days and should we as in Debian GIS team care for
  this.
  
  If the later question is answered with yes (and perhaps some reasons for
  this yes are given) I would volunteer to move the packaging into Debian GIS
  Git, update to the latest upstream version and upgrade the packaging to the
  rules of Debian GIS policy.
 
 
 Is this package orphaned again [1] ? I have never heard about such tool. I was
 trying to find some information on web and it seems that this project was
 started somewhere before 1998 [2] and it is not developed anymore.
 
 1 -
 http://osgeo-org.1560.x6.nabble.com/Re-Accepted-drawmap-2-5-2-source-i386-td4058043.html
 2 - http://sources.debian.net/src/drawmap/2.5-3/WHATS_NEW

Well, besides the slightly upgrade upstream version I was linking to
there seem to be no upstream upgrades any more.  I can't say whether it
is officially orphaned in Debian but there were no uploads for the
last couple of years.  I would only spent my time into upgrading the
package if there are people who confirm that it is useful.  According
to the popcon stats at

http://blends.debian.org/gis/tasks/workstation#drawmap

there is some use even if the number is not amazing.

So are there any users of drawmap lurking on the list???

Kind regards

   Andreas.

-- 
http://fam-tille.de

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


Re: gdal_1.10.1+dfsg-3_amd64.changes REJECTED

2014-01-13 Thread Andreas Tille
Hi Bas,

On Mon, Jan 13, 2014 at 12:17:39AM +0100, Sebastiaan Couwenberg wrote:
 On 01/12/2014 11:48 PM, Debian FTP Masters wrote:
  gdal_1.10.1+dfsg.orig.tar.gz: Does not match file already existing in the 
  pool.
 
 It looks like the initial gdal_1.10.1+dfsg.orig.tar.gz was not checked
 out from the pristine-tar branch.
 
 I downloaded the orig.tar.gz from snapshot.debian.org, and compared it
 them to one checked out by pristine-tar, the pristine-tar one doesn't
 contain the .gitignore file.
 
 Now I wonder if it makes sense to fix the pristine-tar branch to  use
 the tarball as uploaded to the archive. I think it does, because the
 upstream tarball also contains the .gitignore file.

Yes.  I think enabling usual git-buildpackage to create a package
resulting in the very same orig.tar.gz as it is on the Debian mirror
should be the way to go.  Just tell me if this is fixed and I should
do a rebuild.

Kind regards

Andreas.

-- 
http://fam-tille.de

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


Re: gdal_1.10.1+dfsg-3_amd64.changes REJECTED

2014-01-13 Thread Andreas Tille
On Mon, Jan 13, 2014 at 09:13:39PM +0100, Sebastiaan Couwenberg wrote:
  Just as a side note I use git-buildpackage for all packages in d-gis tree.
 
 Further investigation shows that a missing --pristine-tar was not the cause.
 
 My commit of the new upstream version deleted the .gitignore file, while
 it is included in the upstream tarball and not touched by the repacking.
 
 http://anonscm.debian.org/gitweb/?p=pkg-grass/gdal.git;a=commitdiff;h=864bb9ee6237551dc25377be642bf59cb6c48644
 
 Adding the .gitignore file back to the upstream branch makes the
 pristine-tar checkout tarball identical to the one in the archive.

I have checked out the original source via `apt-get source gdal` and
I get:

$ md5sum gdal_1.10.1+dfsg.orig.tar.gz 
65f908560558b4801daa6946e52a03a6  gdal_1.10.1+dfsg.orig.tar.gz


If I'm using the pristine-tar from the git repository I get:

$ md5sum gdal_1.10.1+dfsg.orig.tar.gz 
d4960006e29570a8e5c0c8824f7c725c  gdal_1.10.1+dfsg.orig.tar.gz


(File size is different as well.)

So something remains wrong here.

Kind regards

Andreas.

-- 
http://fam-tille.de

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


[SCM] pg_comparator branch, master, updated. debian/2.2.1-1-5-gbb86d1f

2014-01-12 Thread Andreas Tille
The following commit has been merged in the master branch:
commit bb86d1f21d09dc1e2c70ba5d4e2e98a1f1335155
Author: Andreas Tille ti...@debian.org
Date:   Sun Jan 12 22:38:39 2014 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index a26b6f2..d2b4fd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pg-comparator (2.2.2-1) UNRELEASED; urgency=low
+pg-comparator (2.2.2-1) unstable; urgency=low
 
   * Adding postgresql-9.3 to recommended packages.
   * Imported Upstream version 2.2.2

-- 
Packaging of pg_comparator in 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


[SCM] pg_comparator tag, debian/2.2.2-1, created. debian/2.2.1-1-5-gbb86d1f

2014-01-12 Thread Andreas Tille
The tag, debian/2.2.2-1 has been created
at  bb86d1f21d09dc1e2c70ba5d4e2e98a1f1335155 (commit)

- Shortlog 
commit bb86d1f21d09dc1e2c70ba5d4e2e98a1f1335155
Author: Andreas Tille ti...@debian.org
Date:   Sun Jan 12 22:38:39 2014 +0100

Upload to unstable
---

-- 
Packaging of pg_comparator in 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


[SCM] pg_comparator annotated tag, debian/2.2.1-1, created. debian/2.2.1-1

2014-01-11 Thread Andreas Tille
The annotated tag, debian/2.2.1-1 has been created
at  43d73d1c390a6bc27c242d5ab1443e9953a6e432 (tag)
   tagging  e38fffae937699a353c1f55f50752feeea150cbe (commit)
  replaces  debian/2.2.1-1_precise1
 tagged by  Ivan Mincik
on  Sat Jan 11 23:15:07 2014 +0100

- Shortlog 
Debian release 2.2.1-1

Andreas Tille (5):
  Add proper Vcs fields
  cme fix dpkg-control  (see Debian GIS policy)
  Group maintenance in Debian GIS team
  Debhelper compatibility level 9
  Uploaded to unstable (new)

Ivan Mincik (5):
  Packaging update for Debian Unstable.
  Updating Debian changelog to machine-readable file.
  Updating Debian changelog to machine-readable file.
  Debian changelog update (initial release).
  Removing reference to deprecated BSD license file.

---

-- 
Packaging of pg_comparator in 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


[SCM] pg_comparator branch, master, updated. 1eff7640b2b7684b13e10cd7be61779e6c6b76bd

2014-01-08 Thread Andreas Tille
The following commit has been merged in the master branch:
commit dcd0b30d48acf2d123408bee5bf182a0b72e4b08
Author: Andreas Tille ti...@debian.org
Date:   Wed Jan 8 09:12:08 2014 +0100

cme fix dpkg-control  (see Debian GIS policy)

diff --git a/debian/control b/debian/control
index 8ba9fd5..6756e94 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,22 @@
 Source: pg-comparator
+Maintainer: Ivan Mincik ivan.min...@gmail.com
 Section: database
 Priority: optional
-Maintainer: Ivan Mincik ivan.min...@gmail.com
-Build-Depends: debhelper (= 7.0.50), postgresql-server-dev-9.3
-Standards-Version: 3.9.1
-Homepage: http://www.coelho.net/pg_comparator/
+Build-Depends: debhelper (= 7.0.50),
+   postgresql-server-dev-9.3
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pg_comparator.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/pg_comparator.git
+Homepage: http://www.coelho.net/pg_comparator/
 
 Package: postgresql-comparator
 Architecture: any
-Pre-Depends: dpkg (= 1.15.6~)
-Depends: ${misc:Depends}, ${shlibs:Depends}, libdbi-perl, libdbd-pg-perl
-Recommends: libgetopt-long-descriptive-perl, libterm-readpassword-perl
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ libdbi-perl,
+ libdbd-pg-perl
+Recommends: libgetopt-long-descriptive-perl,
+libterm-readpassword-perl
 Description: efficient PostgreSQL table content comparison and synchronization
  This script performs a network and time efficient comparison or
  synchronization of two possibly large tables on two PostgreSQL

-- 
Packaging of pg_comparator in 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


[SCM] pg_comparator branch, master, updated. 1eff7640b2b7684b13e10cd7be61779e6c6b76bd

2014-01-08 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 1eff7640b2b7684b13e10cd7be61779e6c6b76bd
Author: Andreas Tille ti...@debian.org
Date:   Wed Jan 8 09:13:36 2014 +0100

Debhelper compatibility level 9

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index aa93cdf..9219075 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project 
pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Ivan Mincik ivan.min...@gmail.com
 Section: database
 Priority: optional
-Build-Depends: debhelper (= 7.0.50),
+Build-Depends: debhelper (= 9),
postgresql-server-dev-9.3
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pg_comparator.git

-- 
Packaging of pg_comparator in 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


Your commits to pg_comparator

2014-01-08 Thread Andreas Tille
Hi Ivan,

I have notices that you successfully injected packaging for
pg-comparator.  For simplicity I did the following changes:

debian/control:
 - Add proper Vcs fields
 - cme fix dpkg-control (See Debian GIS policy) 
 - Group maintenance in Debian GIS team
 - Debhelper compatibility level 9

Regarding to debian/changelog:  You did createt a new changelog
paragraph and both paragraphs were not yet released to unstable.  In
this case you should rather use UNRELEASED to declare that the package
is actually not yet uploaded to unstable.  A nice helper to do this
without needing to remember is simply using

   dch -i

to create a new changelog entry.

Moreover you are closing the ITP bug not inside the last changelog
paragraph.  This is bad since it is not automatically closed when you
upload (even if there are tricks to approach this I would not do this
without good reasons).  Since the first paragraph is basically
uninteresting from a Debian point of view I would advise to remove
it and use

* Initial release (Closes: #646131)

in the current entry.  I'll leave it to your decision how to handle this
- feel free to ask if I did not explained the issue detailed enough.

Finally there are some lintian issues.  You can easily fix
timewarp-standards-version by setting a recent date in d/changelog.

I'll leave it to you how you want to deal with the remaining ones
you get when doing

   lintian -i -I g-comparator_2.2.1-1_amd64.changes 

Thanks for your work on this package

  Andreas.

-- 
http://fam-tille.de

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


Re: Your commits to pg_comparator

2014-01-08 Thread Andreas Tille
Hi Ivan,

On Wed, Jan 08, 2014 at 05:26:16PM +0100, Ivan Mincik wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi Andreas, thanks for your updates. I understand every changes you have done
 except one, which is removal of Pre-Depends: dpkg (= 1.15.6~). Lintian from
 my Ubuntu Precise is printing error now -
 data.tar.xz-member-without-dpkg-pre-depends . I will check in Lintian from
 Unstable.

I guess Ubuntu Precise is a bit aged for this.  It simply checks for the policy
version which was valid at this time.  I'd recommend to install a file

/etc/apt/preferences.d/01-lintian.pref

containing

Package: lintian
Pin: release a=unstable
Pin-Priority: 605


I have no idea whether there are any side effects under Ubuntu but in Debian
this ensures you are using lintian from unstable.  For sure this requires some
file

/etc/apt/sources.list.d/debian-unstable.lis

containing

deb http://http.debian.net/debian/ unstable main

or something like this and you definitely want to make sure that you
have set your preferences correctly to not mix up your Ubuntu system
with Debian unstable packages.  So take this advise with a grain of
salt!  (Should I add:  You have been warned? ;-))

The way I changed the debian/control file was to simply use

   cme fix dpkg-control

which does a pretty good job in removing unneeded stuff.  Here as
well I'm using libconfig-model from unstable via a prefereces file:

/etc/apt/preferences.d/01-cme.pref

containing

Package: libconfig-model-dpkg-perl
Pin: release a=unstable
Pin-Priority: 605


So far so simple under Debian - no idea what pitfalls might be under
Ubuntu for this approach.
 
 On 01/08/2014 09:16 AM, Andreas Tille wrote:
  Moreover you are closing the ITP bug not inside the last changelog 
  paragraph.  This is bad since it is not automatically closed when you 
  upload (even if there are tricks to approach this I would not do this 
  without good reasons).  Since the first paragraph is basically 
  uninteresting from a Debian point of view I would advise to remove it and
  use
  
  * Initial release (Closes: #646131)
  
  in the current entry.  I'll leave it to your decision how to handle this -
  feel free to ask if I did not explained the issue detailed enough.
  
  Finally there are some lintian issues.  You can easily fix 
  timewarp-standards-version by setting a recent date in d/changelog.
 
 I have changed changelog to only one record with current timestamp.

OK.
 
  lintian -i -I g-comparator_2.2.1-1_amd64.changes
  
  Thanks for your work on this package
  
  Andreas.
 
 I am trying to fix remaining Lintian errors but I am not able to push my 
 changes
 
 $ git push
 fatal: remote error: access denied or repository not exported:
 /git/pkg-grass/pg_comparator.git

Ahhh - strange.  What does

$ grep url .git/config

say?  It is

url = ssh://git.debian.org/git/pkg-grass/pg_comparator.git

on my side and this should work if you can do

   ssh git.debian.org

 Any ideas ?

May be if you answer the question above ...

Kind regards

   Andreas.

-- 
http://fam-tille.de

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


[SCM] pg_comparator branch, master, updated. e38fffae937699a353c1f55f50752feeea150cbe

2014-01-08 Thread Andreas Tille
The following commit has been merged in the master branch:
commit e38fffae937699a353c1f55f50752feeea150cbe
Author: Andreas Tille ti...@debian.org
Date:   Wed Jan 8 23:10:21 2014 +0100

Uploaded to unstable (new)

diff --git a/debian/changelog b/debian/changelog
index 3eaa90c..9f9ee27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pg-comparator (2.2.1-1) UNRELEASED; urgency=low
+pg-comparator (2.2.1-1) unstable; urgency=low
 
   * Initial release (Closes: #646131)
 

-- 
Packaging of pg_comparator in 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


Re: Your commits to pg_comparator

2014-01-08 Thread Andreas Tille
Hi Ivan,

On Wed, Jan 08, 2014 at 10:04:49PM +0100, Ivan Minčík wrote:
 1. I have fixed all remaining Lintian errors
 2. I will report man pages typos to upstream and ask to fix them in next
 minor release along with Perl warnings

That's perfectly OK.

 3. After next minor release will be ready I will update package

Yep.

 4. I have tested if pg_comparator is working with trivial test script
 
 #!/bin/bash
 
 set -e
 
 createdb d
 psql d -f /usr/share/postgresql/9.3/contrib/pgc_casts.sql
 psql d -f /usr/share/postgresql/9.3/contrib/pgc_checksum.sql
 psql d -f /usr/share/postgresql/9.3/contrib/xor_aggregate.sql
 
 psql d -c CREATE TABLE t1(id serial, x character varying);
 psql d -c CREATE TABLE t2(id serial, x character varying);
 psql d -c INSERT INTO t1 (x) values ('aaa');
 psql d -c INSERT INTO t1 (x) values ('bbb');
 psql d -c INSERT INTO t1 (x) values ('ccc');
 
 pg_comparator --max-ratio=2.0  --transaction --verbose -S --do-it
 localhost/d/t1?id localhost/d/t2?id
 
 psql d -c DELETE FROM t1 WHERE x = 'aaa';
 psql d -c INSERT INTO t1 (x) values ('ddd');
 
 pg_comparator --max-ratio=2.0  --transaction --verbose -S --do-it
 localhost/d/t1?id localhost/d/t2?id

Some idea you might like to consider would be to provide this as
autopkgtest.
 
Since I think the package is OK I uploaded it.

Congratulations for having your first package in Debian (hopefully
soon provided it passes ftpmasters picky check)

  Andreas.

-- 
http://fam-tille.de

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

Re: Your commits to pg_comparator

2014-01-08 Thread Andreas Tille
Hi Ivan,

On Thu, Jan 09, 2014 at 12:30:56AM +0100, Ivan Minčík wrote:
  Some idea you might like to consider would be to provide this as
  autopkgtest.
 
 Upstream author is using some much better tests, but I can not find
 sources. I have to ask him and then I will consider to add some.

It would be even better is upstream would create its generic test
suite which could be even run at package build time.

  Congratulations for having your first package in Debian (hopefully
  soon provided it passes ftpmasters picky check)
 
Andreas
 
 
 Thank you very much for your great help.

You are welcome

Andreas.


-- 
http://fam-tille.de

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

[SCM] mapcache branch, master, updated. upstream/1.2.0-108-g80f5a72

2014-01-03 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 80f5a728aa12177719b27a98c02bad988a2ebce3
Author: Andreas Tille ti...@debian.org
Date:   Sat Jan 4 00:11:42 2014 +0100

I do not sponsor packages claiming to contain sample rules files - I want 
real rules files! ;-)

diff --git a/debian/rules b/debian/rules
index b185364..7a57115 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1

-- 
Packaging for MapCache

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


[SCM] tinyows branch, master, updated. upstream/1.1.0-47-gb7e9f2a

2014-01-03 Thread Andreas Tille
The following commit has been merged in the master branch:
commit b7e9f2a62d00e075058ede10eee20b67b6b02868
Author: Andreas Tille ti...@debian.org
Date:   Sat Jan 4 00:26:15 2014 +0100

I do not sponsor packages claiming to contain sample rules files - I want 
real rules files! ;-)

diff --git a/debian/rules b/debian/rules
index 9148767..dd06fad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1

-- 
A simple WFS-T server

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


[SCM] mapcache branch, jessie, updated. upstream/1.2.0-108-g80f5a72

2014-01-03 Thread Andreas Tille
The following commit has been merged in the jessie branch:
commit 80f5a728aa12177719b27a98c02bad988a2ebce3
Author: Andreas Tille ti...@debian.org
Date:   Sat Jan 4 00:11:42 2014 +0100

I do not sponsor packages claiming to contain sample rules files - I want 
real rules files! ;-)

diff --git a/debian/rules b/debian/rules
index b185364..7a57115 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1

-- 
Packaging for MapCache

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


[SCM] tinyows branch, jessie, updated. upstream/1.1.0-47-gb7e9f2a

2014-01-03 Thread Andreas Tille
The following commit has been merged in the jessie branch:
commit b7e9f2a62d00e075058ede10eee20b67b6b02868
Author: Andreas Tille ti...@debian.org
Date:   Sat Jan 4 00:26:15 2014 +0100

I do not sponsor packages claiming to contain sample rules files - I want 
real rules files! ;-)

diff --git a/debian/rules b/debian/rules
index 9148767..dd06fad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1

-- 
A simple WFS-T server

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


Re: [SCM] mapcache tag, debian/1.2.1-1, created. upstream/1.2.0-107-gebc9794

2014-01-03 Thread Andreas Tille
Hi Bas,

before I uploaded mapcache and tinyows I removed a dh-make boilerplate
from d/rules.  I'm pretty allergic against this boilerplate and was
afraid to start suffering from deflection when I upload this. ;-)

Please `git pull` and re-tag

  Andreas.

PS: One of the reasons I invented the package_template was to keep
away people from dh-make which I consider a bad idea.

On Fri, Jan 03, 2014 at 05:16:23PM +, Bas Couwenberg wrote:
 The tag, debian/1.2.1-1 has been created
 at  ebc97946802e68d79ff082da2738f4a19343198f (commit)
 
 - Shortlog 
 commit ebc97946802e68d79ff082da2738f4a19343198f
 Author: Bas Couwenberg sebas...@xs4all.nl
 Date:   Fri Jan 3 17:30:30 2014 +0100
 
 Set distribution to unstable.
 ---
 
 -- 
 Packaging for MapCache
 
 ___
 Pkg-grass-devel mailing list
 Pkg-grass-devel@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
 

-- 
http://fam-tille.de

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


[SCM] mapcache tag, debian/1.2.1-1, updated. upstream/1.2.0-108-g80f5a72

2014-01-03 Thread Andreas Tille
The tag, debian/1.2.1-1 has been updated
to  80f5a728aa12177719b27a98c02bad988a2ebce3 (commit)
  from  ebc97946802e68d79ff082da2738f4a19343198f

- Shortlog 
commit 80f5a728aa12177719b27a98c02bad988a2ebce3
Author: Andreas Tille ti...@debian.org
Date:   Sat Jan 4 00:11:42 2014 +0100

I do not sponsor packages claiming to contain sample rules files - I want 
real rules files! ;-)
---

-- 
Packaging for MapCache

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


[SCM] tinyows tag, debian/1.1.0-3, updated. upstream/1.1.0-47-gb7e9f2a

2014-01-03 Thread Andreas Tille
The tag, debian/1.1.0-3 has been updated
to  b7e9f2a62d00e075058ede10eee20b67b6b02868 (commit)
  from  22c8c82e6a07fc4f396e4f572d6b4ca2751889dc

- Shortlog 
commit b7e9f2a62d00e075058ede10eee20b67b6b02868
Author: Andreas Tille ti...@debian.org
Date:   Sat Jan 4 00:26:15 2014 +0100

I do not sponsor packages claiming to contain sample rules files - I want 
real rules files! ;-)
---

-- 
A simple WFS-T server

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


[SCM] package_template branch, master, created. 57922540d8bd06d32fa5366af9664c13abb2734b

2014-01-02 Thread Andreas Tille
The branch, master has been created
at  57922540d8bd06d32fa5366af9664c13abb2734b (commit)

- Shortlog 
commit 57922540d8bd06d32fa5366af9664c13abb2734b
Author: Andreas Tille ti...@debian.org
Date:   Thu Jan 2 19:10:29 2014 +0100

Provide a simplistick package template

---

-- 
simple package template

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


[SoB] Sponsering of libharu (and putting non-GIS prerequisite into pkg-grass repository)

2014-01-02 Thread Andreas Tille
Hi Johan,

to catch up from IRC discussion about sponsering:  I had a more detailed
look into your packaging.  At first we have to clarify in what
repository the package should reside.  In Debian Med team it is OK to
put also non-medical prerequisites into the Debian Med repository.  If
nobody on this list will disagree I think it is fine to follow this
example.  Otherwise I'd be fine by keeping it in collab-maint but this
has the disadvantage to fly below the radar of some Blends QA tools I'm
constantly working on.

In any case I would like you to follow the pkg-grass policy for
packaging which is available at

http://linuxminded.nl/tmp/pkg-grass-website/policy.html

which means specifically the following workflow:

   1. Download the source (via uscan); BTW:
   $ uscan --report
   Processing watchfile line for package libharu...
   Newest version on remote site is 2.3.0, local version is 2.2.1
   libharu: Newer version (2.3.0) available on remote site:
 https://github.com/libharu/libharu/archive/RELEASE_2_3_0.tar.gz
(local version is 2.2.1)
   2. git import-orig --pristine-tar /path/to/package_version.orig.tar.gz
  which leads to the following branches:
   $ git branch
   * master
 pristine-tar
 upstream
   3. Edit debian/* files
   4. git-buildpackage

I insist on this kind of workflow since it enables all team members to
quickly dive into a certain package without any trouble.  Since you might
not be comfortable with this kind of workflow I'd volunteer to create
such a repository from scratch by importing the current status of

git://git.debian.org/collab-maint/libharu.git -b debian

If you have strong reasons to derive from this workflow please tell me
and I might consider my requirement for the Vcs layout.

Regarding your actual packaging I would suggest to upgrade your
debian/control file via

cme fix dpkg-control

which (see policy above what packages to use).  Moreover you should
upgrade debhelper to compatibility level 9 to profit from several new
features (hardening, auto testing if available).

Please tell me if something remains unclear to let me know whether I can
help.

Thanks for your work on this package so far

  Andreas.

-- 
http://fam-tille.de

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


[SCM] osmium branch, master, updated. debian/0.0_20111213-g7f3500a-3-2-g15277d2

2013-12-17 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 15277d203b1bfe48c11197a67154a9f4124d52d3
Author: Andreas Tille ti...@debian.org
Date:   Tue Dec 17 17:37:08 2013 +0100

Moved to pkg-grass team (in Vcs fields)

diff --git a/debian/changelog b/debian/changelog
index f32e8e8..f6486da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 osmium (0.0~20111213-g7f3500a-4) UNRELEASED; urgency=medium
 
-  * Added myself as Uploader
+  * debian/control:
+- Added myself as Uploader
+- Moved to pkg-grass team (in Vcs fields)
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Dec 2013 17:27:00 +0100
 
diff --git a/debian/control b/debian/control
index ca4866f..2aad05a 100644
--- a/debian/control
+++ b/debian/control
@@ -25,9 +25,9 @@ Build-Depends:
  , libosmpbf-dev
  , libboost-test-dev
 Standards-Version: 3.9.3
+Vcs-Git: git://anonscm.debian.org/pkg-grass/osmium.git
+Vcs-Browser: http://anonscm.debian.org/?p=pkg-grass/osmium.git;a=summary
 Homepage: http://wiki.openstreetmap.org/wiki/Osmium
-Vcs-Git: git://git.debian.org/pkg-osm/osmium.git
-Vcs-Browser: http://git.debian.org/?p=pkg-osm/osmium.git;a=summary
 
 Package: libosmium-dev
 Section: libdevel

-- 
C++ framework for working with OSM data files

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


[SCM] osmium branch, master, updated. debian/0.0_20111213-g7f3500a-3-4-g856f847

2013-12-17 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 856f84750b14dd5d3c0cc9ae750d6a28a7a41033
Author: Andreas Tille ti...@debian.org
Date:   Tue Dec 17 17:50:07 2013 +0100

Debhelper 9

diff --git a/debian/changelog b/debian/changelog
index 8d7dd79..8559226 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ osmium (0.0~20111213-g7f3500a-4) UNRELEASED; urgency=medium
 - Moved to pkg-grass team (in Vcs fields)
 - cme fix dpkg-control (+readded commented osmium-doc paragraph)
 - Priority: optional
+- debhelper 9
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Dec 2013 17:27:00 +0100
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index d836fdf..d24ca7d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: David Paleino da...@debian.org,
Andreas Tille ti...@debian.org
 Section: utils
 Priority: optional
-Build-Depends: debhelper (= 8~),
+Build-Depends: debhelper (= 9),
cppcheck,
libprotobuf-dev,
protobuf-compiler,

-- 
C++ framework for working with OSM data files

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


[SCM] osmium branch, master, updated. debian/0.0_20111213-g7f3500a-3-4-g856f847

2013-12-17 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 9fdcfece0c7002f2ae0effd9ee216c2f434c5798
Author: Andreas Tille ti...@debian.org
Date:   Tue Dec 17 17:49:33 2013 +0100

cme fix dpkg-control (+readded commented osmium-doc paragraph), Priority: 
optional

diff --git a/debian/changelog b/debian/changelog
index f6486da..8d7dd79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ osmium (0.0~20111213-g7f3500a-4) UNRELEASED; urgency=medium
   * debian/control:
 - Added myself as Uploader
 - Moved to pkg-grass team (in Vcs fields)
+- cme fix dpkg-control (+readded commented osmium-doc paragraph)
+- Priority: optional
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Dec 2013 17:27:00 +0100
 
diff --git a/debian/control b/debian/control
index 2aad05a..d836fdf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,38 +1,38 @@
 Source: osmium
-Section: utils
-Priority: extra
 Maintainer: Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
 Uploaders: David Paleino da...@debian.org,
Andreas Tille ti...@debian.org
-Build-Depends:
- debhelper (= 8~)
- , cppcheck
+Section: utils
+Priority: optional
+Build-Depends: debhelper (= 8~),
+   cppcheck,
+   libprotobuf-dev,
+   protobuf-compiler,
+   libv8-dev,
+   libicu-dev,
+   libsparsehash-dev,
+   libexpat1-dev,
+   libgeos++-dev,
+   libgdal1-dev,
+   libgd2-xpm-dev,
+   libsqlite3-dev,
+   libshp-dev,
+   zlib1g-dev,
+   libboost-dev,
+   libosmpbf-dev,
+   libboost-test-dev
 # , doxygen
 # , graphviz
- , libprotobuf-dev
- , protobuf-compiler
- , libv8-dev
- , libicu-dev
- , libsparsehash-dev
- , libexpat1-dev
- , libgeos++-dev
- , libgdal1-dev
- , libgd2-xpm-dev
- , libsqlite3-dev
- , libshp-dev
- , zlib1g-dev
- , libboost-dev
- , libosmpbf-dev
- , libboost-test-dev
-Standards-Version: 3.9.3
-Vcs-Git: git://anonscm.debian.org/pkg-grass/osmium.git
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/?p=pkg-grass/osmium.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-grass/osmium.git
 Homepage: http://wiki.openstreetmap.org/wiki/Osmium
 
 Package: libosmium-dev
-Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: C++ framework for working with OSM data files
  Osmium is a C++ framework for working with OSM data files. Osmium can read
  OSM data in XML or binary format (PBF) and can call different handlers for
@@ -50,6 +50,26 @@ Description: C++ framework for working with OSM data files
  This package provides the header files useful to develop third-party
  applications.
 
+Package: osmjs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: osmium-based Javascript framework for handling OSM data
+ Osmium is a C++ framework for working with OSM data files. Osmium can read
+ OSM data in XML or binary format (PBF) and can call different handlers for
+ each OSM object.
+ .
+ Available handlers include:
+  * Javascript handler (calls Javascript callbacks you provide)
+  * Multipolygon handler (assembles areas(multipolygons) from relations and
+ways)
+  * NodeLocationStore handler (stores node locations and builds way
+geometries from them)
+  * Statistics handler (does some general statistics)
+  * (others...)
+ .
+ This package contains the Javascript framework based on osmium.
+
 #Package: osmium-doc
 #Section: doc
 #Architecture: all
@@ -71,23 +91,3 @@ Description: C++ framework for working with OSM data files
 # .
 # This package provides documentation about the Osmium framework.
 
-Package: osmjs
-Architecture: any
-Depends:
- ${shlibs:Depends}
- , ${misc:Depends}
-Description: osmium-based Javascript framework for handling OSM data
- Osmium is a C++ framework for working with OSM data files. Osmium can read
- OSM data in XML or binary format (PBF) and can call different handlers for
- each OSM object.
- .
- Available handlers include:
-  * Javascript handler (calls Javascript callbacks you provide)
-  * Multipolygon handler (assembles areas(multipolygons) from relations and
-ways)
-  * NodeLocationStore handler (stores node locations and builds way
-geometries from them)
-  * Statistics handler (does some general statistics)
-  * (others...)
- .
- This package contains the Javascript framework based on osmium.

-- 
C++ framework for working with OSM data files

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


[SCM] osmium branch, master, updated. debian/0.0_20111213-g7f3500a-3-5-g48cb2e3

2013-12-17 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 48cb2e3fffe4e7b5412a7577e341fa614385f133
Author: Andreas Tille ti...@debian.org
Date:   Tue Dec 17 18:15:53 2013 +0100

Make Debian GIS maintainer of the package

diff --git a/debian/changelog b/debian/changelog
index 8559226..ec48650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ osmium (0.0~20111213-g7f3500a-4) UNRELEASED; urgency=medium
 - cme fix dpkg-control (+readded commented osmium-doc paragraph)
 - Priority: optional
 - debhelper 9
+- Make Debian GIS maintainer of the package
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Dec 2013 17:27:00 +0100
 
diff --git a/debian/control b/debian/control
index d24ca7d..c454415 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: osmium
-Maintainer: Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
+Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: David Paleino da...@debian.org,
Andreas Tille ti...@debian.org
 Section: utils

-- 
C++ framework for working with OSM data files

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


Osmium Git moved from pkg-osm to pkg-grass - how to proceed now (Was: Moving JOSM from pkg-osm git to pkg-grass git)

2013-12-17 Thread Andreas Tille
Hi,

On Tue, Dec 17, 2013 at 03:39:06PM +0100, Francesco P. Lovergine wrote:
 
 That should also be intended for osmium, whose only uploader is David Paleino
 currently. It is also included in the list of the b-rdeps for GDAL, so it
 needs immediate care due to current lack of feedback by David.

I moved the repository do pkg-grass and make Debian GIS maintainer of
the package.  I also updated the packaging to recently suggested policy.
So the packaging is now at

   git://anonscm.debian.org/pkg-grass/osmium.git

while I dropped some README.status inside the old repository.  Since I
have no idea about gdal somebody needs to check everything (probably
also for updates by upstream - from my point of view it would really
help to convince upstream to use release tags and drop the debian/ dir.

Please let me know in how far I could be helpful to finalise the
migration.  Sponsoring is no problem at all as I have shown in the past.

Kind regards

 Andreas.

-- 
http://fam-tille.de

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


Re: Osmium Git moved from pkg-osm to pkg-grass - how to proceed now (Was: Moving JOSM from pkg-osm git to pkg-grass git)

2013-12-17 Thread Andreas Tille
Hi Francesco.

On Tue, Dec 17, 2013 at 08:23:49PM +0100, Francesco P. Lovergine wrote:
 
 Eh, this is a problem often present also in other software, but it depends
 definitively on upstream dev team ideas. Grass developers had no time/interest
 in supporting packaging and indeed have dropped the debian/ dir for years.
 The same did not happen in the qgis world, because their release cycle is
 too fast for Debian. I found practical cloning and merging via git 
 their tree adding minimal changes when required: something a bit more
 complicated than the usual upstream+debian git branch, but it works.

Well, if you think it is not worth contacting them that's perfectly fine
for me.  I did some further changes to the packaging including closing
#732389 which was probably your request regarding gdal.  If somebody
would update to latest upstream to close #700614 I thinks the package is
ready for uploading.  I personally would hesitate to do this Git magic
since it would be the first time for me to use this workflow without
upstream tarball.  BTW, the most important argument I have against this
method is that we are not able to write a proper watch file.

So if somebody volunteers to upgrade to latest upstream and upload or
ask me for sponsering this task should be done.

Kind regards

  Andreas.

-- 
http://fam-tille.de

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


[SCM] osmium branch, master, updated. debian/0.0_20111213-g7f3500a-3-6-ga916292

2013-12-17 Thread Andreas Tille
The following commit has been merged in the master branch:
commit a916292710ded627c15f2fcd3ce6e7b6ac68460c
Author: Andreas Tille ti...@debian.org
Date:   Tue Dec 17 20:19:53 2013 +0100

Propagate hardening options

diff --git a/debian/changelog b/debian/changelog
index ec48650..4732f66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ osmium (0.0~20111213-g7f3500a-4) UNRELEASED; urgency=medium
 - Priority: optional
 - debhelper 9
 - Make Debian GIS maintainer of the package
+  * debian/patches/04-hardening.patch: Propagate hardening options
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Dec 2013 17:27:00 +0100
 
diff --git a/debian/patches/04-hardening.patch 
b/debian/patches/04-hardening.patch
new file mode 100644
index 000..e5ec8d2
--- /dev/null
+++ b/debian/patches/04-hardening.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille ti...@debian.org
+Last-Update: Tue, 17 Dec 2013 17:27:00 +0100
+Description: Propagate hardening options
+
+--- osmium.orig/osmjs/Makefile
 osmium/osmjs/Makefile
+@@ -26,7 +26,7 @@
+ 
+ CXXFLAGS += -I../include
+ 
+-LDFLAGS = -L/usr/local/lib -lexpat -lpthread
++LDFLAGS += -L/usr/local/lib -lexpat -lpthread
+ LDFLAGS += $(shell geos-config --libs)
+ 
+ LIB_V8   = -lv8 -licuuc
diff --git a/debian/patches/series b/debian/patches/series
index 2369b95..76e177e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 01-fix_ld--as-needed.patch
 02-support_new_libgeos++.patch
 03-disable_building_docs.patch
+04-hardening.patch

-- 
C++ framework for working with OSM data files

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


[SCM] osmium branch, master, updated. debian/0.0_20111213-g7f3500a-3-7-g1a547ff

2013-12-17 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 1a547fffc31cd036315fd7702f9adf5538ffca8c
Author: Andreas Tille ti...@debian.org
Date:   Tue Dec 17 20:32:04 2013 +0100

Build-Depends: s/libgdal1-dev/libgdal-dev (= 1.10.0-0~)/

diff --git a/debian/changelog b/debian/changelog
index 4732f66..158f7f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ osmium (0.0~20111213-g7f3500a-4) UNRELEASED; urgency=medium
 - Priority: optional
 - debhelper 9
 - Make Debian GIS maintainer of the package
+- Build-Depends: s/libgdal1-dev/libgdal-dev (= 1.10.0-0~)/
+  Closes: #732389
   * debian/patches/04-hardening.patch: Propagate hardening options
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Dec 2013 17:27:00 +0100
diff --git a/debian/control b/debian/control
index c454415..d4acfa1 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (= 9),
libsparsehash-dev,
libexpat1-dev,
libgeos++-dev,
-   libgdal1-dev,
+   libgdal-dev (= 1.10.0-0~),
libgd2-xpm-dev,
libsqlite3-dev,
libshp-dev,

-- 
C++ framework for working with OSM data files

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


Re: Moving JOSM from pkg-osm git to pkg-grass git

2013-12-15 Thread Andreas Tille
Hi Mònica,

On Sat, Dec 14, 2013 at 11:21:46AM +0100, Mònica Ramírez Arceda wrote:
  I personally see no reason for keeping pkg-osm-maint@l.a.d.o.  As far as
  I can see the persons behind this team are also members of pkg-grass.
  OSM related packages are spread for no visible reason over both projects
  and I think we have a fair chance to reduce confusion by merging them all
  into pkg-grass.  Please let me know if you disagree.
 
 It's ok for me. I've just subscribed to pkg-gras-devel list :-)

:-)

 Please, let me know if you have any rule or protocol in pkg-grass team I
 should follow.

There are not only rules - they are currently in flux for a final
release so if you have some opinion about the rules you have a good
chance that these will be regarded:

   https://lists.debian.org/debian-gis/2013/12/msg3.html

  After reading #725186 I think it makes sense to wait a couple of days
  for an answer of Emmanuel since your latest progress report is from
  yesterday.  May be he will be able to upload a fixed
  libmetadata-extractor-java quickly and thus you would spend your time
  into outdated josm version which I would not call very productive.
 
 We don't have any response yet, but if upstream is involved in patching
 this library, maybe we should wait a little bit more.

Right.  I do not see any need for hurring up since I now understood the
blocker.

  Thanks for your work on this and feel free to ping me if I could be
  of any help (but please do not expect much help from me regarding
  actual Java code :-().
 
 Thanks a lot :)

Thanks for what? ;-)  I have not done anything but chatting up to now.

Kind regards

   Andreas.

-- 
http://fam-tille.de

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


Re: Moving JOSM from pkg-osm git to pkg-grass git

2013-12-10 Thread Andreas Tille
Hola Mònica,

On Mon, Dec 09, 2013 at 11:02:45PM +0100, Mònica Ramírez Arceda wrote:
  I have just noticed your work on gpsprune and this reminds me that I
  wanted to suggest to move JOSM (as well as other packages in pkg-osm) to
  pkg-grass since the current split is at best unmotivated and might
  perhaps confuse people.  I think there was some general consensus in the
  IRC meeting in September to do this kind of migration.  
 
 Ok, no problem for me. One question: does it mean to remove Debian
 OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org (and
 therefore remove this team) or move it to Uploaders?

I personally see no reason for keeping pkg-osm-maint@l.a.d.o.  As far as
I can see the persons behind this team are also members of pkg-grass.
OSM related packages are spread for no visible reason over both projects
and I think we have a fair chance to reduce confusion by merging them all
into pkg-grass.  Please let me know if you disagree.

  I'd volunteer to
  do the actual move and by doing so uploading the latest JOSM version -
  provided there are no specific pitfalls in JOSM packaging which I might
  not know.  If you would like to do it even yourself that would be even
  more welcome.
 
 josm 6238 is not building in unstable because of this bug:
 http://bugs.debian.org/725186

Ahhh, OK.  I was not aware of this.

 I suppose josm 6338 is not building as well, although I haven't tested
 it.

 I was waiting for the fix of this bug to upload the new josm, but I can
 try to package josm 6338 and upload it to experimental, like I've done
 with gpsprune (although there is a regression with
 libmetadata-extractor-java). What do you think about it?

After reading #725186 I think it makes sense to wait a couple of days
for an answer of Emmanuel since your latest progress report is from
yesterday.  May be he will be able to upload a fixed
libmetadata-extractor-java quickly and thus you would spend your time
into outdated josm version which I would not call very productive.

Thanks for your work on this and feel free to ping me if I could be
of any help (but please do not expect much help from me regarding
actual Java code :-().

Saludos

   Andreas.

-- 
http://fam-tille.de

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


Moving JOSM from pkg-osm git to pkg-grass git

2013-12-09 Thread Andreas Tille
Hi Mònica,

I have just noticed your work on gpsprune and this reminds me that I
wanted to suggest to move JOSM (as well as other packages in pkg-osm) to
pkg-grass since the current split is at best unmotivated and might
perhaps confuse people.  I think there was some general consensus in the
IRC meeting in September to do this kind of migration.  I'd volunteer to
do the actual move and by doing so uploading the latest JOSM version -
provided there are no specific pitfalls in JOSM packaging which I might
not know.  If you would like to do it even yourself that would be even
more welcome.

Kind regards

  Andreas.

-- 
http://fam-tille.de

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


[SCM] website branch, master, updated. b200e55c78b50b13db9b56a7bc3c1116fd0fa5fe

2013-12-07 Thread Andreas Tille
The following commit has been merged in the master branch:
commit b200e55c78b50b13db9b56a7bc3c1116fd0fa5fe
Author: Andreas Tille ti...@debian.org
Date:   Sat Dec 7 10:28:08 2013 +0100

Since alioth renewal the web sentinel is not updated on alioth any more.  
Instead blends.debian.org was instanciated (and will be announced soon)

diff --git a/HEADER.html b/HEADER.html
index 80e4285..c75cfcb 100644
--- a/HEADER.html
+++ b/HEADER.html
@@ -60,11 +60,11 @@
 h2Various useful links:/h2
 
 dl
-  dda href=http://blends.alioth.debian.org/gis/tasks/index;DebianGis 
Tasks page/a (a 
href=http://blends.alioth.debian.org/gis/tasks/packagelist;long 
listing/a)/dd
+  dda href=http://blends.debian.org/gis/tasks/index;DebianGis Tasks 
page/a (a href=http://blends.alioth.debian.org/gis/tasks/packagelist;long 
listing/a)/dd
 
-  dda href=http://blends.alioth.debian.org/gis/bugs/;DebianGis Bugs 
page/a/dd
+  dda href=http://blends.debian.org/gis/bugs/;DebianGis Bugs 
page/a/dd
   
-  dda href=http://blends.alioth.debian.org/gis/thermometer/;DebianGis 
Package Thermometer/a/dd
+  dda href=http://blends.debian.org/gis/thermometer/;DebianGis 
Package Thermometer/a/dd
 
   dda 
href=http://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org;DebianGis
 DDPO page/a/dd
 
diff --git a/policy.xml b/policy.xml
index 7b6cd02..42b399f 100644
--- a/policy.xml
+++ b/policy.xml
@@ -898,9 +898,9 @@ lintian ../build-area/*changes
   The Debian GIS
   ulink url=http://blends.alioth.debian.org/blends;Debian Pure 
Blend/ulink
   is organised by
-  ulink 
url=http://blends.alioth.debian.org/gis/tasks/index;tasks/ulink,
+  ulink url=http://blends.debian.org/gis/tasks/index;tasks/ulink,
   that group packages around broad themes such as
-  ulink url=http://blends.alioth.debian.org/gis/tasks/web;web 
services/ulink
+  ulink url=http://blends.debian.org/gis/tasks/web;web services/ulink
   for instance. The tasks list programs that are already packaged in Debian
   as well as packages in preparation.
 /para

-- 
pkg-grass website

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


[SCM] pyspatialite branch, master, updated. debian/3.0.1-2-12-gd732a3d

2013-11-26 Thread Andreas Tille
The following commit has been merged in the master branch:
commit d732a3db9b8812554fdd862afe6bb84f3e5a6de4
Author: Andreas Tille ti...@debian.org
Date:   Tue Nov 26 17:02:13 2013 +0100

Update changelog date and creator of changelog entry

diff --git a/debian/changelog b/debian/changelog
index 58c9e8a..8ec85a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ pyspatialite (3.0.1-3) experimental; urgency=low
   * Add lintian override for no-upstream-changelog.
   * Change priority to optional.
 
- -- David Paleino da...@debian.org  Sun, 02 Dec 2012 09:13:43 +0100
+ -- Bas Couwenberg sebas...@xs4all.nl  Tue, 26 Nov 2013 17:01:29 +0100
 
 pyspatialite (3.0.1-2) unstable; urgency=low
 

-- 
Python interface to Spatialite

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


[SCM] pyspatialite tag, debian/3.0.1-3, created. debian/3.0.1-2-12-gd732a3d

2013-11-26 Thread Andreas Tille
The tag, debian/3.0.1-3 has been created
at  d732a3db9b8812554fdd862afe6bb84f3e5a6de4 (commit)

- Shortlog 
commit d732a3db9b8812554fdd862afe6bb84f3e5a6de4
Author: Andreas Tille ti...@debian.org
Date:   Tue Nov 26 17:02:13 2013 +0100

Update changelog date and creator of changelog entry
---

-- 
Python interface to Spatialite

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


[SCM] libkml branch, upstream, updated. upstream/1.3.0_r863-2-g938dec1

2013-11-23 Thread Andreas Tille
The following commit has been merged in the upstream branch:

-- 
A library to manipulate KML 2.2 OGC standard files

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


[SCM] libkml branch, pristine-tar, created. cfac0a4997f299c349e0320dae713b8cb340fb7b

2013-11-23 Thread Andreas Tille
The branch, pristine-tar has been created
at  cfac0a4997f299c349e0320dae713b8cb340fb7b (commit)

- Shortlog 
commit cfac0a4997f299c349e0320dae713b8cb340fb7b
Author: Andreas Tille ti...@debian.org
Date:   Sat Nov 23 09:55:18 2013 +0100

pristine-tar data for libkml_1.3.0~r864.orig.tar.gz

---

-- 
A library to manipulate KML 2.2 OGC standard files

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


[SCM] rel2gpx branch, master, updated. upstream/0.26-19-gf26a10e

2013-10-21 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 205fe031cebc2deb8b2a52a248a3dcfe1ef33dc5
Author: Andreas Tille ti...@debian.org
Date:   Mon Oct 21 20:59:14 2013 +0200

New usage example

diff --git a/debian/changelog b/debian/changelog
index 8c0c31f..02845c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ rel2gpx (0.27-1) UNRELEASED; urgency=low
   * New upstream version
   * debian/watch: Adapted to new upstream version, thanks to
 Bart Martens ba...@debian.org for the patch
+  * debian/examples/get-jakobswege-in-deutschland: New usage
+example
 
  -- Andreas Tille ti...@debian.org  Sun, 20 Oct 2013 21:06:17 +0200
 
diff --git a/debian/examples/get-harz-loipen 
b/debian/examples/get-jakobswege-in-deutschland
similarity index 96%
copy from debian/examples/get-harz-loipen
copy to debian/examples/get-jakobswege-in-deutschland
index 56ede06..cd825c0 100755
--- a/debian/examples/get-harz-loipen
+++ b/debian/examples/get-jakobswege-in-deutschland
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Fetch all cross country skiing routes in Harz
-id=253120
+id=3235848
 
 DIR=`mktemp -d`
 cd $DIR

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. upstream/0.26-19-gf26a10e

2013-10-21 Thread Andreas Tille
The following commit has been merged in the master branch:
commit f26a10e4e7497dea5c345ee9c350dd671bee93d0
Author: Andreas Tille ti...@debian.org
Date:   Mon Oct 21 21:01:54 2013 +0200

New upstream homepage

diff --git a/debian/changelog b/debian/changelog
index e44beaf..3eb40c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ rel2gpx (0.27-1) UNRELEASED; urgency=low
 Bart Martens ba...@debian.org for the patch
   * debian/examples/get-jakobswege-in-deutschland: New usage
 example
+  * New upstream homepage
 
  -- Andreas Tille ti...@debian.org  Sun, 20 Oct 2013 21:06:17 +0200
 
diff --git a/debian/control b/debian/control
index 224f43b..ba48e9a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian GIS Project 
pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Andreas Tille ti...@debian.org
 Build-Depends: debhelper (= 9)
 Standards-Version: 3.9.4
-Homepage: http://mr-unseld.de/?q=de/node/170
+Homepage: http://blog.velocarte66.fr/de/node/277
 Vcs-Git: git://anonscm.debian.org/pkg-grass/rel2gpx.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/rel2gpx.git
 
diff --git a/debian/copyright b/debian/copyright
index fac7625..9b4b01f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Rainer Unseld rainer.uns...@gmx.de
-Source: http://mr-unseld.de/?q=de/node/170
+Source: http://blog.velocarte66.fr/?q=de/node/170
 
 Files: *
 Copyright: © 2009-2013 Rainer Unseld

-- 
create GPX-Tracks from OSM relation

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

[SCM] rel2gpx branch, master, updated. upstream/0.26-20-g1bb324f

2013-10-21 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 1bb324f7243d8dac165ec76c300e1eeadc4b4189
Author: Andreas Tille ti...@debian.org
Date:   Mon Oct 21 21:38:57 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 3eb40c7..e4f4d9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-rel2gpx (0.27-1) UNRELEASED; urgency=low
+rel2gpx (0.27-1) unstable; urgency=low
 
   * New upstream version (all patched incorporated)
   * debian/watch: Adapted to new upstream version, thanks to

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, pristine-tar, updated. f9bc3fc696b82286c6924ca15a0576e85b34ef1f

2013-10-21 Thread Andreas Tille
The following commit has been merged in the pristine-tar branch:
commit f9bc3fc696b82286c6924ca15a0576e85b34ef1f
Author: Andreas Tille ti...@debian.org
Date:   Mon Oct 21 20:59:27 2013 +0200

pristine-tar data for rel2gpx_0.27.orig.tar.gz

diff --git a/rel2gpx_0.27.orig.tar.gz.delta b/rel2gpx_0.27.orig.tar.gz.delta
new file mode 100644
index 000..502336d
Binary files /dev/null and b/rel2gpx_0.27.orig.tar.gz.delta differ
diff --git a/rel2gpx_0.27.orig.tar.gz.id b/rel2gpx_0.27.orig.tar.gz.id
new file mode 100644
index 000..eb79b64
--- /dev/null
+++ b/rel2gpx_0.27.orig.tar.gz.id
@@ -0,0 +1 @@
+9f42cfb9b8cb99616cfcc466748c338a67d3e03d

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. upstream/0.26-19-gf26a10e

2013-10-21 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 3a38c1e3b6f7c74881c1cf82fc6ac7e35179ead4
Merge: 205fe031cebc2deb8b2a52a248a3dcfe1ef33dc5 
ad523911649da76de94dc4587cd1bed9c4103792
Author: Andreas Tille ti...@debian.org
Date:   Mon Oct 21 20:59:27 2013 +0200

Merge tag 'upstream/0.27'

Upstream version 0.27


-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx annotated tag, upstream/0.27, created. upstream/0.27

2013-10-21 Thread Andreas Tille
The annotated tag, upstream/0.27 has been created
at  20516141d4df3bf6f66c80d96a98a82c86bb140b (tag)
   tagging  ad523911649da76de94dc4587cd1bed9c4103792 (commit)
  replaces  upstream/0.26
 tagged by  Andreas Tille
on  Mon Oct 21 20:59:27 2013 +0200

- Shortlog 
Upstream version 0.27

Andreas Tille (1):
  Imported Upstream version 0.27

---

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx tag, debian/0.27-1, created. upstream/0.27-19-g1bb324f

2013-10-21 Thread Andreas Tille
The tag, debian/0.27-1 has been created
at  1bb324f7243d8dac165ec76c300e1eeadc4b4189 (commit)

- Shortlog 
commit 1bb324f7243d8dac165ec76c300e1eeadc4b4189
Author: Andreas Tille ti...@debian.org
Date:   Mon Oct 21 21:38:57 2013 +0200

Upload to unstable
---

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. upstream/0.26-13-gce5bfd2

2013-10-20 Thread Andreas Tille
The following commit has been merged in the master branch:
commit ce5bfd2a6a626c08d18fe08052d75bdc9bc1ddf9
Author: Andreas Tille ti...@debian.org
Date:   Sun Oct 20 19:15:22 2013 +0200

Try to adapt watch file to new upstream source location but failed

diff --git a/debian/watch b/debian/watch
index 262c4da..7ef269a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 
opts=uversionmangle=s/v([0-9])([0-9]+)/$1.$2/,downloadurlmangle=s#\?q=de/node/##
 \
- http://mr-unseld.de/?q=de/node/170 
sites/mr-unseld.de/files/tools/rel2gpx_([v.\d]+)\.tgz
+ http://blog.velocarte66.fr/?q=de/node/170 
/sites/blog.velocarte66.fr/files//filepicker/1/rel2gpx_([v.\d]+)\..tgz

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. upstream/0.26-14-g4ce1bae

2013-10-20 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 4ce1bae6bbf72e53248e98dedf8daa19f6b8b136
Author: Andreas Tille ti...@debian.org
Date:   Sun Oct 20 21:08:51 2013 +0200

Update debian/watch (thanks to Bart Martens ba...@debian.org)

diff --git a/debian/changelog b/debian/changelog
index 7b2ef66..8c0c31f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+rel2gpx (0.27-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * debian/watch: Adapted to new upstream version, thanks to
+Bart Martens ba...@debian.org for the patch
+
+ -- Andreas Tille ti...@debian.org  Sun, 20 Oct 2013 21:06:17 +0200
+
 rel2gpx (0.26-1) unstable; urgency=low
 
   * Initial release (Closes: #723724)
diff --git a/debian/watch b/debian/watch
index 7ef269a..ea09e32 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=3
-opts=uversionmangle=s/v([0-9])([0-9]+)/$1.$2/,downloadurlmangle=s#\?q=de/node/##
 \
- http://blog.velocarte66.fr/?q=de/node/170 
/sites/blog.velocarte66.fr/files//filepicker/1/rel2gpx_([v.\d]+)\..tgz
+opts=uversionmangle=s/^(0)(\d\d)$/$1.$2/ \
+  http://blog.velocarte66.fr/?q=de/node/170 \
+  
(?:|.*/)rel2gpx(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
create GPX-Tracks from OSM relation

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


[SCM] osmctools branch, upstream, updated. upstream/0.1-1-gfe01032

2013-10-17 Thread Andreas Tille
The following commit has been merged in the upstream branch:
commit fe010327e07b1dd4f6137fe7c5288a3a97eb740e
Author: Andreas Tille ti...@debian.org
Date:   Thu Oct 17 10:13:18 2013 +0200

Imported Upstream version 0.1

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..ecaf9ed
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,171 @@
+2013-06-30  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c 
modified:   osmupdate.c general repository update
+
+2013-02-16  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cBugfix: PBF write: 
uint32 momory overflow Many thanks to user kukuk!
+
+2012-12-23  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cUTF-8 BOM, bbox merging 
modified:   osmfilter.c minor fixes
+
+2012-12-13  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cnew pbf file timestamp  
modified:   osmfilter.c minor bugfixes
+
+2012-11-20  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cbugfix: tolerating 
unknown pbf header objects
+
+2012-10-14  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cadded 
--all-to-nodes-bbox option
+
+2012-09-22  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c 
modified:   osmupdate.c all: changed --help output to stdout
omconvert: now processing AugmentedDiffs osmconvert and 
osmfilter: increased default for --hash-memory
+
+2012-09-15  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cminor changes   
modified:   osmupdate.c changed planet default URL because of 
ODbL
+
+2012-07-15  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.c added csv-write 
supportmodified:   osmfilter.c
+
+2012-07-02  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.c bugfix: 32 bit 
overflow in delta longitude thanks to WanMil and Jochen
+
+2012-05-13  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmfilter.c
+
+2012-05-13  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c
+
+2012-05-13  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmupdate.c changed path for daily changefiles to 
day-replicate; hint: while in redaction period use this option:   
--planet-url=http://planet.openstreetmap.org/redaction-period/
+
+2012-01-23  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmfilter.c
+
+2012-01-23  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.c minor changes
+
+2012-01-08  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c minor 
changes
+
+2011-12-19  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.c minor changes  modified:   osmfilter.c 
added numeric comparisons and Boolean terms for filter definitions
+
+2011-11-24  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c 
modified:   osmupdate.c various updates and some fixes new options for 
osmconvert: --all-to-nodes, --complete-ways, --complex-ways, --parameter-file=
+
+2011-11-06  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c 
modified:   osmupdate.c all files: few minor fixes osmupdate: changed from 
daily normal downloads to daily replicate downloads, hence normal downloads may 
miss objects once in a while
+
+2011-10-27  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.c minor fixes for Bert   modified:   
osmfilter.c new: wildcards for keys
+
+2011-10-25  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.c a few improvements for osmconBert
+
+2011-10-23  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c system 
language recognition for osmconvert giude, osmfilter can filter objects by id
+
+2011-10-22  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.c fix: so-called empty relations have 
been discarded when reading .pbf
+
+2011-10-19  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmfilter.c 
modified:   osmupdate.c very small interactive guide for osmconvert alternative 
planet update sources for osmupdate minor fixes for osmfilter
+
+2011-10-16  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmconvert.cmodified:   osmupdate.c added 
modules for writing of .pbf files
+
+2011-09-30  Markus Weber  mar...@gmx.eu
+
+   *   modified:   osmupdate.c bugfix: difficulties if more

[SCM] osmctools branch, pristine-tar, created. 3d1d5725256433b9beb59c01a5f769cb56ae9f76

2013-10-17 Thread Andreas Tille
The branch, pristine-tar has been created
at  3d1d5725256433b9beb59c01a5f769cb56ae9f76 (commit)

- Shortlog 
commit 3d1d5725256433b9beb59c01a5f769cb56ae9f76
Author: Andreas Tille ti...@debian.org
Date:   Thu Oct 17 10:13:19 2013 +0200

pristine-tar data for osmctools_0.1.orig.tar.xz

---

-- 
Some tools to manipulate OpenStreetMap files

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


[SCM] rel2gpx tag, debian/0.26-1, created. 31bf76bb90da1d4f4e0eea2b613e99504f4c618e

2013-10-06 Thread Andreas Tille
The tag, debian/0.26-1 has been created
at  31bf76bb90da1d4f4e0eea2b613e99504f4c618e (commit)

- Shortlog 
commit 31bf76bb90da1d4f4e0eea2b613e99504f4c618e
Author: Andreas Tille ti...@debian.org
Date:   Sun Oct 6 23:02:21 2013 +0200

Accepted in unstable
---

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. 31bf76bb90da1d4f4e0eea2b613e99504f4c618e

2013-10-06 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 31bf76bb90da1d4f4e0eea2b613e99504f4c618e
Author: Andreas Tille ti...@debian.org
Date:   Sun Oct 6 23:02:21 2013 +0200

Accepted in unstable

diff --git a/debian/changelog b/debian/changelog
index 75a1f29..7b2ef66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-rel2gpx (0.26-1) UNRELEASED; urgency=low
+rel2gpx (0.26-1) unstable; urgency=low
 
-  * Initial release (Closes: #???)
+  * Initial release (Closes: #723724)
 
  -- Andreas Tille ti...@debian.org  Thu, 12 Sep 2013 21:34:03 +0200

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. upstream/0.26-12-gcfbfc1b

2013-10-06 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 7241f43d0b07f5d2bbf385cf3437561326c45fa9
Author: Andreas Tille ti...@debian.org
Date:   Thu Sep 19 11:12:39 2013 +0200

Close ITP and upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 75a1f29..7b2ef66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-rel2gpx (0.26-1) UNRELEASED; urgency=low
+rel2gpx (0.26-1) unstable; urgency=low
 
-  * Initial release (Closes: #???)
+  * Initial release (Closes: #723724)
 
  -- Andreas Tille ti...@debian.org  Thu, 12 Sep 2013 21:34:03 +0200

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx annotated tag, upstream/0.26, created. upstream/0.26

2013-10-06 Thread Andreas Tille
The annotated tag, upstream/0.26 has been created
at  1cdee358f54d7f21c1fc8441673d0c83fc7813dd (tag)
   tagging  f008f85bf5616d9857e4694e2e10b5e1e2ac2319 (commit)
 tagged by  Andreas Tille
on  Thu Sep 12 21:31:09 2013 +0200

- Shortlog 
Upstream version 0.26

Andreas Tille (1):
  Imported Upstream version 0.26

---

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. upstream/0.26-12-gcfbfc1b

2013-10-06 Thread Andreas Tille
The following commit has been merged in the master branch:
commit cfbfc1bcd208164bd0936bf33bb25c159dc0078b
Merge: 7241f43d0b07f5d2bbf385cf3437561326c45fa9 
31bf76bb90da1d4f4e0eea2b613e99504f4c618e
Author: Andreas Tille ti...@debian.org
Date:   Sun Oct 6 23:08:06 2013 +0200

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/rel2gpx


-- 
create GPX-Tracks from OSM relation

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


Please consider Sponsering of Blends

2013-09-20 Thread Andreas Tille
Hi Christopher,

your control file contains

  Vcs-Git: git://git.debian.org/pkg-grass/osrm.git
  Vcs-Browser: http://git.debian.org/?p=pkg-grass/osrm.git

but there is no such repository.  You also have set

  Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org

but I can not find any corresponding mail on this list which might be
way better to seek for a sponsor because the list is the Maintainer.

If you are continuously seeking for a sponsor and can not find somebody
perhaps my Sponsering of Blends offer might be interesting for you.[1]
Unfortunetly I'll go on vaccation today - but meanwhile you might like
to push your stuff to the Vcs-Git and it will automatically show up on
the tasks pages (as per SoB preconditions).

Kind regards and thanks for working on this nce package

Andreas.


[1] https://wiki.debian.org/DebianPureBlends/SoB

-- 
http://fam-tille.de

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


[SCM] osm2pgsql branch, master, updated. debian/0.80.0+r27899-3-26-g11907a8

2013-09-20 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 11907a81a61729e95af6104219191455a90fa38e
Author: Andreas Tille ti...@debian.org
Date:   Fri Sep 20 11:41:39 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index feb5077..a7522d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-osm2pgsql (0.82.0-1) UNRELEASED; urgency=low
+osm2pgsql (0.82.0-1) unstable; urgency=low
 
   [ Andrew Harvey ]
   * New SVN snapshot

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql annotated tag, upstream/0.82.0, created. upstream/0.82.0

2013-09-20 Thread Andreas Tille
The annotated tag, upstream/0.82.0 has been created
at  525dc281344b0d983114d499660450c6adc6c410 (tag)
   tagging  49aee0f05fdd000cec6a587b3b695161b3232a46 (commit)
  replaces  upstream/0.81.0+r28712
 tagged by  Andreas Tille
on  Tue Sep 17 23:40:18 2013 +0200

- Shortlog 
Upstream version 0.82.0

Andreas Tille (1):
  Imported Upstream version 0.82.0

---

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql tag, rm, created. debian/0.80.0+r27899-3-26-g11907a8

2013-09-20 Thread Andreas Tille
The tag, rm has been created
at  11907a81a61729e95af6104219191455a90fa38e (commit)

- Shortlog 
commit 11907a81a61729e95af6104219191455a90fa38e
Author: Andreas Tille ti...@debian.org
Date:   Fri Sep 20 11:41:39 2013 +0200

Upload to unstable
---

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql tag, debian/0.82.0-1, created. debian/0.80.0+r27899-3-26-g11907a8

2013-09-20 Thread Andreas Tille
The tag, debian/0.82.0-1 has been created
at  11907a81a61729e95af6104219191455a90fa38e (commit)

- Shortlog 
commit 11907a81a61729e95af6104219191455a90fa38e
Author: Andreas Tille ti...@debian.org
Date:   Fri Sep 20 11:41:39 2013 +0200

Upload to unstable
---

-- 
OpenStreetMap data to PostgreSQL converter

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


[SCM] osm2pgsql branch, master, updated. debian/0.80.0+r27899-3-25-g6136dde

2013-09-19 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 178c61ffd0e508f0de7f09b6ee9aee3a14c5fa9f
Author: Andreas Tille ti...@debian.org
Date:   Thu Sep 19 08:42:13 2013 +0200

New Source location; Added Upstream-Contact # Bitte geben Sie eine
Commit-Beschreibung für Ihre Änderungen ein. Zeilen, # die mit '#'
beginnen, werden ignoriert, und eine leere Beschreibung # bricht den
Commit ab.  # Auf Branch master # zum Commit vorgemerkte Änderungen: #
(benutzen Sie git reset HEAD Datei... zum Entfernen aus der
Staging-Area) # #   geändert:   changelog # geändert:   copyright #

diff --git a/debian/changelog b/debian/changelog
index 09a446c..9849572 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,7 +21,10 @@ osm2pgsql (0.82.0-1) UNRELEASED; urgency=low
  - canonical URIs for Vcs fields
  - cme fix dpkg-control
  - debhelper 9
-  * debian/copyright: DEP5
+  * debian/copyright:
+ - DEP5
+ - New Source location
+ - Added Upstream-Contact
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Sep 2013 23:21:42 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 389fb48..151ccf8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
-Source: http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/
+Upstream-Contact: Kai Krueger kakrue...@gmail.com
+Source: https://github.com/openstreetmap/osm2pgsql/tags
 
 Files: *
 Copyright: © 2007-2008, Artem Pavlenko ar...@mapnik.org

-- 
OpenStreetMap data to PostgreSQL converter

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

[SCM] osm2pgsql branch, master, updated. debian/0.80.0+r27899-3-25-g6136dde

2013-09-19 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 6136ddeaa2afceaeabb781081c68bf96ef1bbe70
Author: Andreas Tille ti...@debian.org
Date:   Thu Sep 19 08:44:29 2013 +0200

Install manpages provided upstream

diff --git a/debian/changelog b/debian/changelog
index 9849572..feb5077 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ osm2pgsql (0.82.0-1) UNRELEASED; urgency=low
  - DEP5
  - New Source location
  - Added Upstream-Contact
+  * debian/manpages: Install manpages provided upstream
+  * debian/osm2pgsql.1: removed
 
  -- Andreas Tille ti...@debian.org  Tue, 17 Sep 2013 23:21:42 +0200
 
diff --git a/debian/manpages b/debian/manpages
index b351308..7fc9e0a 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1 @@
-debian/osm2pgsql.1
+docs/*.1
diff --git a/debian/osm2pgsql.1 b/debian/osm2pgsql.1
deleted file mode 100644
index 5f008ec..000
--- a/debian/osm2pgsql.1
+++ /dev/null
@@ -1,222 +0,0 @@
-.TH OSM2PGSQL 1 September 23, 2012
-.\ Please adjust this date whenever revising the manpage.
-.SH NAME
-osm2pgsql \- Openstreetmap data to PostgreSQL converter.
-.SH SYNOPSIS
-.B osm2pgsql
-.RI [ options ]  planet.osm
-.br
-.B osm2pgsql
-.RI [ options ]  planet.osm.{gz,bz2,pbf}
-.br
-.B osm2pgsql
-.RI [ options ]  file1.osm file2.osm file3.osm
-.br
-.SH DESCRIPTION
-This manual page documents briefly the
-.B osm2pgsql
-command.
-.PP
-.B osm2pgsql
-imports data from OSM file(s) into a PostgreSQL database
-suitable for use by the Mapnik renderer.
-.br
-OSM planet snapshots can be downloaded from http://planet.openstreetmap.org
-.PP
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-.TP
-\fB\-a\fR, \fB\-\-append
-Add the OSM file into the database without removing
-existing data.
-.TP
-\fB\-b\fR, \fB\-\-bbox
-Apply a bounding box filter on the imported data
-Must be specified as: minlon,minlat,maxlon,maxlat
-e.g. \fB\-\-bbox\fR \-0.5,51.25,0.5,51.75
-.TP
-\fB\-c\fR, \fB\-\-create
-Remove existing data from the database. This is the
-default if \fB\-\-append\fR is not specified.
-.TP
-\fB\-d\fR, \fB\-\-database
-The name of the PostgreSQL database to connect
-to (default: \fIgis\fR).
-.TP
-\fB\-i\fR, \fB\-\-tablespace\-index
-The name of the PostreSQL tablespace where all indexes will be created.
-If unset, use db's default; \fB\-i\fR is equivalent to setting
-\fB\-\-tablespace\-main\-index\fR and \fB\-\-tablespace\-slim\-index\fR
-.br
-.br
-The following options allow more fine-grained control:
-.br
-\fB\-\-tablespace\-main\-data\fR
-tablespace for main tables
-.br
-\fB\-\-tablespace\-main\-index\fR
-tablespace for main table indexes
-.br
-\fB\-\-tablespace\-slim\-data\fR
-tablespace for slim mode tables
-.br
-\fB\-\-tablespace\-slim\-index\fR
-tablespace for slim mode indexes
-.TP
-\fB\-l\fR, \fB\-\-latlong
-Store data in degrees of latitude  longitude.
-.TP
-\fB\-m\fR, \fB\-\-merc
-Store data in proper spherical mercator (default)
-.TP
-\fB\-M\fR, \fB\-\-oldmerc
-Store data in the legay OSM mercator format
-.TP
-\fB\-E\fR, \fB\-\-proj num
-Use projection \fIEPSG:num\fR
-.TP
-\fB\-u\fR, \fB\-\-utf8\-sanitize
-Repair bad UTF8 input data (present in planet
-dumps prior to August 2007). Adds about 10% overhead.
-.TP
-\fB\-p\fR, \fB\-\-prefix
-Prefix for table names (default \fIplanet_osm\fR)
-.TP
-\fB\-s\fR, \fB\-\-slim
-Store temorary data in the database. This greatly reduces the RAM usage but is 
much slower.
-This switch is required if you want to update with \fB\-\-append\fR later.
-.TP
-\fB\-\-drop
-Used with \fB\-\-slim\fR option to drop temporary tables after import, 
eliminating the
-ability to apply updates.
-.TP
-\fB\-S\fR, \fB\-\-style
-Location of the style file. Default to \fI/usr/share/osm2pgsql/default.style\fR
-.TP
-\fB\-C\fR, \fB\-\-cache
-Use up to this this many MB for caching nodes. Default is 800MB.
-.TP
-\fB\-U\fR, \fB\-\-username
-Postgresql user name.
-.TP
-\fB\-W\fR, \fB\-\-password
-Force password prompt.
-If omitted, password will be sourced from prompt or PGPASS environment 
variable.
-.TP
-\fB\-H\fR, \fB\-\-host
-Database server hostname or socket location.
-.TP
-\fB\-P\fR, \fB\-\-port
-Database server port.
-.TP
-\fB\-e\fR, \fB\-\-expire-tiles \fR[\fImin_zoom\fR-]\fImax_zoom\fR
-Create a tile expiry list.
-.TP
-\fB\-o\fR, \fB\-\-expire-output filename
-Output filename for expired tiles list.
-.TP
-\fB\-r\fR, \fB\-\-input-reader
-Input frontend.
-.br
-\fIlibxml2\fR - Parse XML using libxml2. (default)
-.br
-\fIprimitive\fR - Primitive XML parsing.
-.br
-\fIpbf\fR - OSM binary format.
-.TP
-\fB\-O\fR, \fB\-\-output
-Output backend.
-.br
-\fIpgsql\fR - Output to a PostGIS database. (default)
-.br
-\fIgazetteer\fR - Output to a PostGIS database suitable for gazetteer.
-.br
-\fInull\fR - No output. Useful for testing.
-.TP
-\fB\-x\fR, \fB\-\-extra-attributes
-Include attributes for each object in the database.
-.br

[SCM] rel2gpx branch, master, updated. 3b6431d60d00a2f324f60509c2bbd8426291dee4

2013-09-19 Thread Andreas Tille
The following commit has been merged in the master branch:
commit 3b6431d60d00a2f324f60509c2bbd8426291dee4
Author: Andreas Tille ti...@debian.org
Date:   Thu Sep 19 09:41:30 2013 +0200

Add Upstream-Contact

diff --git a/debian/copyright b/debian/copyright
index ec99023..fac7625 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Rainer Unseld rainer.uns...@gmx.de
 Source: http://mr-unseld.de/?q=de/node/170
 
 Files: *
@@ -20,4 +21,4 @@ License: GPLv3
  .
  On Debian you can find a copy of the General Public License
  at /usr/share/common-licenses/GPL-3.
- 
\ No newline at end of file
+

-- 
create GPX-Tracks from OSM relation

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


[SCM] rel2gpx branch, master, updated. bf6f78744de3b9cbbb519efe6e1c983854cddeb8

2013-09-19 Thread Andreas Tille
The following commit has been merged in the master branch:
commit bf6f78744de3b9cbbb519efe6e1c983854cddeb8
Author: Andreas Tille ti...@debian.org
Date:   Thu Sep 19 09:48:22 2013 +0200

spelling

diff --git a/debian/control b/debian/control
index a6d0df2..224f43b 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Depends: ${misc:Depends},
  libxml-perl,
  libmath-complex-perl,
  libosm-gary68-perl
-Description: create GPX-Tracks from OSM relation 
+Description: create GPX-track from OSM relation 
  This script can download GPX tracks from a given OSM relation
  to feed it to your GPS device.  Most relations are not ordered
  in one single line.  The script tries to bring all parts into

-- 
create GPX-Tracks from OSM relation

___
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#723724: ITP: rel2gpx -- create GPX-track from OSM relation

2013-09-19 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille ti...@debian.org

* Package name: rel2gpx
  Version : 0.26
  Upstream Author : Rainer Unseld
* URL : http://mr-unseld.de/?q=de/node/170
* License : GPLv3
  Programming Lang: Perl
  Description : create GPX-track from OSM relation
 This script can download GPX tracks from a given OSM relation
 to feed it to your GPS device.  Most relations are not ordered
 in one single line.  The script tries to bring all parts into
 a reasonable order.


The package will be team maintained by Debian GIS Project
pkg-grass-devel@lists.alioth.debian.org and is prepared ready for
upload here

  Vcs-Git: git://anonscm.debian.org/pkg-grass/rel2gpx.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


[ftpmas...@ftp-master.debian.org: osgearth_2.4.0+dfsg-4_amd64.changes REJECTED]

2013-09-19 Thread Andreas Tille
Hi,

hmmm, this came a bit unexpected from looking at the changelog.  From
what I can see at

   http://packages.debian.org/sid/osgearth

there is no later version than

   2.0+dfsg-4

uploaded to Debian.  The changelog in Git is mentioning a *lot* of
intermediate versions targeting at unstable but they are not.  Usually
you should tag something that was not released as UNRELEASED or if
you upload to some other target distribution (for instance to Ubuntu)
you should use this (and use a versioning like

  2.4.0+dfsg-0ubuntu0

or so.  Could you please clarify what *really* was uploaded before?
I would like to sort this out first before I simply build using

--debbuildopts -sa

because I do not intend to upload with a missleading changelog.  In some
sense the status at packages.debian.org is matching the tags 

$ git tag | grep ^debian
debian/1.3-3
debian/1.3-4
debian/1.4-2
debian/1.4-3
debian/1.4-4
debian/1.4-5
debian/1.4-6
debian/1.4.1-1
debian/2.0-1
debian/2.0-2
debian/2.0-4
debian/2.0rc4-1
debian/2.4-1

Which means 2.1.1+dfsg-1 and 2.4-[23] are missing - no idea about
2.4-1.  Pirmin, could you please shed some light into this?

Kind regards

  Andreas.

- Forwarded message from Debian FTP Masters 
ftpmas...@ftp-master.debian.org -

Date: Wed, 18 Sep 2013 21:50:11 +
From: Debian FTP Masters ftpmas...@ftp-master.debian.org
To: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org, Bas 
Couwenberg sebas...@xs4all.nl, ti...@debian.org
Subject: osgearth_2.4.0+dfsg-4_amd64.changes REJECTED



osgearth_2.4.0+dfsg-4.dsc refers to non-existing file: 
osgearth_2.4.0+dfsg.orig.tar.gz
Perhaps you need to include it in your upload?

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


- End forwarded message -

-- 
http://fam-tille.de

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


Re: [ftpmas...@ftp-master.debian.org: osgearth_2.4.0+dfsg-4_amd64.changes REJECTED]

2013-09-19 Thread Andreas Tille
Hi Bas,

On Thu, Sep 19, 2013 at 01:41:41PM +0200, Sebastiaan Couwenberg wrote:
  Which means 2.1.1+dfsg-1 and 2.4-[23] are missing - no idea about
  2.4-1.  Pirmin, could you please shed some light into this?
 
 Most outdated GIS packages in Debian are usually more actively
 maintained in the UbuntuGIS PPA. osgEarth is no different.

One good reason to bring Debian up to date. ;-)
 
 Version 2.1.1+dfsg-1 was uploaded to the UbuntuGIS PPA, and is listed on
 launchpad in ubuntugis-unstable for oneiric.
 
 Version 2.4.0+dfsg-1 was uploaded to the UbuntuGIS PPA, and is listed on
 launchpad in ubuntugis-unstable for precise.

I personally have no idea how to work with PPAs (please excuse my
ignorance I'm pure Debian based and did not found time to dive into
PPAs).  However, I think it would be a good idea to avoid unstable as
target distribution for a PPA upload.  Either oneiric resp. precise
should be injected here or something like unstable-ppa could fix the
confusion.

 Version 2.4.0+dfsg-2 is missing from the UbuntuGIS PPA, and was probably
 never uploaded (anywhere public).
 
 Version 2.4.0+dfsg-3 was uploaded to the UbuntuGIS PPA, and is listed on
 launchpad in ubuntugis-unstable for precise and raring.

... or ubuntugis-unstable could be a proper target distribution.
 
 https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable/+packages?field.name_filter=osgearthfield.status_filter=field.series_filter=
 
 It's probably a good idea to rename the tags to ubuntu/version to
 reflect the destination of the packaging.

Yes, please!

 The two Debian releases can be
 tagged debian/version

Yes.

 We can fix the changelog for Debian by appending ~ubuntu1 to the
 versions which were only uploaded to the UbuntuGIS PPA. I've done this
 for MapCache on advise from Francesco, because MapCache has so far only
 been uploaded to the UbuntuGIS PPA.

It would be great if you could fix this also for osgearth.

Thanks for the clarification

  Andreas.


-- 
http://fam-tille.de

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


<    1   2   3   4   5   >