[openlayers] 01/02: Document OpenLayers variants in README.Debian.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 03d11b80c3f8c381a6d983cf146e5930109da058
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:30:52 2014 +0100

Document OpenLayers variants in README.Debian.
---
 debian/README.Debian | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index aff02ef..0a9dce7 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -15,4 +15,16 @@ access OpenLayers via the filesystem path:
 
 
- -- Marcelo Jorge Vieira   Tue, 02 Aug 2011 11:56:10 -0300
+OpenLayers.js is full and uncompressed OpenLayers javascript, the minified
+variant is OpenLayers.min.js.
+
+The following variants of OpenLayers are available:
+
+ Profile  Uncompressed  Minified
+ ---
+ full OpenLayers.js OpenLayers.min.js
+ lightOpenLayers.light.js   OpenLayers.light.min.js
+ lite OpenLayers.lite.jsOpenLayers.lite.min.js
+ mobile   OpenLayers.mobile.js  OpenLayers.mobile.min.js
+ testsOpenLayers.tests.js   OpenLayers.tests.min.js
+

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


[openlayers] branch master updated (02990eb -> 2c323c9)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository openlayers.

  from  02990eb   Remove unused file paragraph for Jugl.js from copyright 
file.
   new  03d11b8   Document OpenLayers variants in README.Debian.
   new  2c323c9   Add patches to fix privary breach issues in examples.

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


Summary of changes:
 debian/README.Debian  | 14 +-
 debian/changelog  |  1 +
 debian/control|  4 +++-
 .../privacy-breach-may-use-debian-package.patch   | 16 
 debian/patches/privacy-breach-w3c-valid-html.patch| 19 +++
 debian/patches/series |  2 ++
 6 files changed, 54 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/privacy-breach-may-use-debian-package.patch
 create mode 100644 debian/patches/privacy-breach-w3c-valid-html.patch

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


[openlayers] 01/01: pristine-tar data for openlayers_2.13.1+ds2.orig.tar.xz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository openlayers.

commit 147efe7ee041b9e013003d3c0cdd0475386ee5f3
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:09:04 2014 +0100

pristine-tar data for openlayers_2.13.1+ds2.orig.tar.xz
---
 openlayers_2.13.1+ds2.orig.tar.xz.delta | Bin 0 -> 136792 bytes
 openlayers_2.13.1+ds2.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/openlayers_2.13.1+ds2.orig.tar.xz.delta 
b/openlayers_2.13.1+ds2.orig.tar.xz.delta
new file mode 100644
index 000..6cf829c
Binary files /dev/null and b/openlayers_2.13.1+ds2.orig.tar.xz.delta differ
diff --git a/openlayers_2.13.1+ds2.orig.tar.xz.id 
b/openlayers_2.13.1+ds2.orig.tar.xz.id
new file mode 100644
index 000..ee81df4
--- /dev/null
+++ b/openlayers_2.13.1+ds2.orig.tar.xz.id
@@ -0,0 +1 @@
+4f0ed31912e3ea0ddf3bbcc1deede19884493bfb

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


[openlayers] 02/10: Change JSON-evil like description in copyright file.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 25d268c6d614cb166b278090c4474f406b3fa2b0
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:00:07 2014 +0100

Change JSON-evil like description in copyright file.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 8b4fe33..4301348 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,8 +13,8 @@ Comment: The source has been repackaged to remove useless 
(for Debian)
   OpenLayers.mobile.debug.js  Generated during build
   tools/BeautifulSoup.py  PSF license
   tools/exampleparser.py  No license
-  tools/jsmin.c   The Software shall be used for Good, not Evil.
-  tools/jsmin.py  The Software shall be used for Good, not Evil.
+  tools/jsmin.c   License like JSON-evil
+  tools/jsmin.py  License like JSON-evil
   tools/minimize.py   MIT
   tools/shrinksafe.py No license, wrapper around non-free webservice
   tools/update_dev_dir.sh Only usefull for upstream

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


[openlayers] 03/10: Fix useful typo in copyright file.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 01c8beef6906b12587266f8e61dd7581aef7d62a
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:00:57 2014 +0100

Fix useful typo in copyright file.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 4301348..77ba089 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,7 +17,7 @@ Comment: The source has been repackaged to remove useless 
(for Debian)
   tools/jsmin.py  License like JSON-evil
   tools/minimize.py   MIT
   tools/shrinksafe.py No license, wrapper around non-free webservice
-  tools/update_dev_dir.sh Only usefull for upstream
+  tools/update_dev_dir.sh Only useful for upstream
  .
 Files-Excluded: OpenLayers.js
  OpenLayers.debug.js

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


[openlayers] branch pristine-tar updated (5196b4b -> 147efe7)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch pristine-tar
in repository openlayers.

  from  5196b4b   pristine-tar data for openlayers_2.13.1+ds1.orig.tar.xz
   new  147efe7   pristine-tar data for openlayers_2.13.1+ds2.orig.tar.xz

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:
 openlayers_2.13.1+ds2.orig.tar.xz.delta | Bin 0 -> 136792 bytes
 openlayers_2.13.1+ds2.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 openlayers_2.13.1+ds2.orig.tar.xz.delta
 create mode 100644 openlayers_2.13.1+ds2.orig.tar.xz.id

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


[openlayers] 06/10: Imported Upstream version 2.13.1+ds2

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 9dba62f651ff4141a455ee8871c3668f31e22b23
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:08:40 2014 +0100

Imported Upstream version 2.13.1+ds2
---
 examples/Jugl.js | 8 
 1 file changed, 8 deletions(-)

diff --git a/examples/Jugl.js b/examples/Jugl.js
deleted file mode 100644
index 4f81a27..000
--- a/examples/Jugl.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Jugl.js -- JavaScript Template Library
- *
- * Copyright 2007-2010 Tim Schaub
- * Released under the MIT license.  Please see 
- * http://github.com/tschaub/jugl/blob/master/license.txt for the full license.
- */
-(function(){var 
f={prefix:"jugl",namespaceURI:null,loadTemplate:function(h){var 
i=function(l){var 
m,k,n=!l.status||(l.status>=200&&l.status<300);if(n){try{m=l.responseXML;k=new 
e(m.documentElement)}catch(j){m=document.createElement("div");m.innerHTML=l.responseText;k=new
 
e(m.firstChild)}if(h.callback){h.callback.call(h.scope,k)}}else{if(h.failure){h.failure.call(h.scope,l)}}};d(h.url,i)}};var
 g=function(h,j){h=h||{};j=j||{};for(var i in j){h[i]=j[i]}return h};var 
a=function(l,o){var m,n, [...]
\ No newline at end of file

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


[openlayers] branch upstream updated (a4729b0 -> 9dba62f)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch upstream
in repository openlayers.

  from  a4729b0   Imported Upstream version 2.13.1+ds1
   new  9dba62f   Imported Upstream version 2.13.1+ds2

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:
 examples/Jugl.js | 8 
 1 file changed, 8 deletions(-)
 delete mode 100644 examples/Jugl.js

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


[openlayers] annotated tag upstream/2.13.1+ds2 created (now f6658ca)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag upstream/2.13.1+ds2
in repository openlayers.

at  f6658ca   (tag)
   tagging  9dba62f651ff4141a455ee8871c3668f31e22b23 (commit)
  replaces  upstream/2.13.1+ds1
 tagged by  Bas Couwenberg
on  Fri Dec 26 04:09:04 2014 +0100

- Log -
Upstream version 2.13.1+ds2

Bas Couwenberg (1):
  Imported Upstream version 2.13.1+ds2

---

No new revisions were added by this update.

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


[openlayers] 07/10: Merge tag 'upstream/2.13.1+ds2'

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 2ecaac425ff9e1a0762219adbab12cee2ed4c036
Merge: 96159fe 9dba62f
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:09:04 2014 +0100

Merge tag 'upstream/2.13.1+ds2'

Upstream version 2.13.1+ds2

 examples/Jugl.js | 8 
 1 file changed, 8 deletions(-)

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


[openlayers] branch master updated (8ef5ff9 -> 02990eb)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository openlayers.

  from  8ef5ff9   Also build light, lite, mobile & tests variants.
   new  e1c3196   Refresh patches.
   new  25d268c   Change JSON-evil like description in copyright file.
   new  01c8bee   Fix useful typo in copyright file.
   new  6c7584c   Also remove Jugl.js example, no source for minified JS.
   new  96159fe   Use uscan --force-download in get-orig-source script.
   new  9dba62f   Imported Upstream version 2.13.1+ds2
   new  2ecaac4   Merge tag 'upstream/2.13.1+ds2'
   new  6253893   New repacked upstream release.
   new  579d8b8   Remove executable bit from image files.
   new  02990eb   Remove unused file paragraph for Jugl.js from copyright 
file.

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


Summary of changes:
 debian/changelog |  6 --
 debian/copyright | 12 +---
 debian/get-orig-source   |  3 ++-
 debian/patches/improved-GeoRSS-parsing.patch |  2 +-
 debian/rules |  5 +
 examples/Jugl.js |  8 
 6 files changed, 17 insertions(+), 19 deletions(-)
 delete mode 100644 examples/Jugl.js

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


[openlayers] 09/10: Remove executable bit from image files.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 579d8b87bfc12854ebf50700b8b15cb345873965
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:13:44 2014 +0100

Remove executable bit from image files.
---
 debian/changelog | 1 +
 debian/rules | 5 +
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c869146..04ce12d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ openlayers (2.13.1+ds2-1) UNRELEASED; urgency=low
   * Update build-dependency for node-uglify.
   * Also build light, lite, mobile & tests variants.
   * Also remove Jugl.js example, no source for minified JS.
+  * Remove executable bit from image files.
 
  -- Bas Couwenberg   Fri, 26 Dec 2014 04:09:09 +0100
 
diff --git a/debian/rules b/debian/rules
index 5e1e110..5c1d3f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,11 @@ override_dh_auto_clean:
dh_auto_clean
-rm -rf gendoc
 
+override_dh_install:
+   dh_install
+   # Remove executable bit
+   chmod 644 debian/*/usr/share/openlayers/img/*.png
+
 get-orig-source:
debian/get-orig-source
 

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


[openlayers] 08/10: New repacked upstream release.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 625389381489c4cf040ed16470ae54d2c2ed98d7
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:09:31 2014 +0100

New repacked upstream release.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 48f8fff..c869146 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-openlayers (2.13.1+ds1-1) UNRELEASED; urgency=low
+openlayers (2.13.1+ds2-1) UNRELEASED; urgency=low
 
   [ Jonas Smedegaard ]
   * Add patch to improve GeoRSS parsing.
@@ -21,7 +21,7 @@ openlayers (2.13.1+ds1-1) UNRELEASED; urgency=low
   * Also build light, lite, mobile & tests variants.
   * Also remove Jugl.js example, no source for minified JS.
 
- -- Bas Couwenberg   Fri, 26 Dec 2014 03:05:26 +0100
+ -- Bas Couwenberg   Fri, 26 Dec 2014 04:09:09 +0100
 
 openlayers (2.11+ds1-1) unstable; urgency=low
 

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


[openlayers] 01/10: Refresh patches.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit e1c3196edda55b70f5678012f1d2f7675116a6c2
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:58:52 2014 +0100

Refresh patches.
---
 debian/patches/improved-GeoRSS-parsing.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/improved-GeoRSS-parsing.patch 
b/debian/patches/improved-GeoRSS-parsing.patch
index 4fa1e16..67b7972 100644
--- a/debian/patches/improved-GeoRSS-parsing.patch
+++ b/debian/patches/improved-GeoRSS-parsing.patch
@@ -6,7 +6,7 @@ Last-Update: 2011-10-09
 
 --- a/lib/OpenLayers/Layer/GeoRSS.js
 +++ b/lib/OpenLayers/Layer/GeoRSS.js
-@@ -145,7 +145,10 @@
+@@ -144,7 +144,10 @@ OpenLayers.Layer.GeoRSS = OpenLayers.Cla
  name = doc.getElementsByTagNameNS('*', 
'title')[0].firstChild.nodeValue;
  }
  catch (e) {

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


[openlayers] 04/10: Also remove Jugl.js example, no source for minified JS.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 6c7584c1feeb4c9441b7c9e87f5028fed1b4b2be
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:05:57 2014 +0100

Also remove Jugl.js example, no source for minified JS.
---
 debian/changelog   | 1 +
 debian/copyright   | 2 ++
 debian/get-orig-source | 1 +
 3 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b44cc66..48f8fff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ openlayers (2.13.1+ds1-1) UNRELEASED; urgency=low
   * New upstream release.
   * Update build-dependency for node-uglify.
   * Also build light, lite, mobile & tests variants.
+  * Also remove Jugl.js example, no source for minified JS.
 
  -- Bas Couwenberg   Fri, 26 Dec 2014 03:05:26 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 77ba089..5c94ab1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,6 +11,7 @@ Comment: The source has been repackaged to remove useless 
(for Debian)
   OpenLayers.light.debug.js   Generated during build
   OpenLayers.mobile.jsGenerated during build
   OpenLayers.mobile.debug.js  Generated during build
+  examples/Jugl.jsNo source for minified JS
   tools/BeautifulSoup.py  PSF license
   tools/exampleparser.py  No license
   tools/jsmin.c   License like JSON-evil
@@ -25,6 +26,7 @@ Files-Excluded: OpenLayers.js
  OpenLayers.light.debug.js
  OpenLayers.mobile.js
  OpenLayers.mobile.debug.js
+ examples/Jugl.js
  tools/BeautifulSoup.py
  tools/exampleparser.py
  tools/jsmin.c
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 675ef39..cca8fb2 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -48,6 +48,7 @@ fi
 FILES="OpenLayers.js OpenLayers.debug.js"
 FILES="${FILES} OpenLayers.light.js OpenLayers.light.debug.js"
 FILES="${FILES} OpenLayers.mobile.js OpenLayers.mobile.debug.js"
+FILES="${FILES} examples/Jugl.js"
 FILES="${FILES} tools/BeautifulSoup.py"
 FILES="${FILES} tools/exampleparser.py"
 FILES="${FILES} tools/jsmin.c"

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


[openlayers] 10/10: Remove unused file paragraph for Jugl.js from copyright file.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 02990ebad79fc333e8d938a41bda2c5247148ae7
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:20:09 2014 +0100

Remove unused file paragraph for Jugl.js from copyright file.
---
 debian/copyright | 4 
 1 file changed, 4 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 5c94ab1..db0daf1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -61,10 +61,6 @@ Files: examples/animator.js
 Copyright: 2006, Bernard Sumption.
 License: BSD-3-Clause
 
-Files: examples/Jugl.js
-Copyright: 2007-2010, Tim Schaub
-License: MIT
-
 Files: lib/deprecated.js
 Copyright: 2007, Google Inc.
 Comment: Only the Gears javascript code is BSD-3-Clause licensed.

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


[openlayers] 05/10: Use uscan --force-download in get-orig-source script.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 96159fecff96bb48f2e20852ce944b6a6990
Author: Bas Couwenberg 
Date:   Fri Dec 26 04:08:14 2014 +0100

Use uscan --force-download in get-orig-source script.
---
 debian/get-orig-source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/get-orig-source b/debian/get-orig-source
index cca8fb2..d01005f 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -27,7 +27,7 @@ TARDIR=${PACKAGE}-${VERSION}
 TARFILE=${NAME}-${VERSION}.tar.gz
 
 # Download latest upstream tarball to temp dir
-uscan --watchfile ${WATCHFILE} --download-version ${VERSION} --destdir 
${TMPDIR}
+uscan --watchfile ${WATCHFILE} --force-download --download-version ${VERSION} 
--destdir ${TMPDIR}
 
 cd ${TMPDIR}
 

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


[openlayers] 06/06: pristine-tar data for openlayers_2.13.1+ds1.orig.tar.xz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository openlayers.

commit 5196b4becc5f11377e8332e6c83f56deb8275fc5
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:05:15 2014 +0100

pristine-tar data for openlayers_2.13.1+ds1.orig.tar.xz
---
 openlayers_2.13.1+ds1.orig.tar.xz.delta | Bin 0 -> 136805 bytes
 openlayers_2.13.1+ds1.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/openlayers_2.13.1+ds1.orig.tar.xz.delta 
b/openlayers_2.13.1+ds1.orig.tar.xz.delta
new file mode 100644
index 000..314832b
Binary files /dev/null and b/openlayers_2.13.1+ds1.orig.tar.xz.delta differ
diff --git a/openlayers_2.13.1+ds1.orig.tar.xz.id 
b/openlayers_2.13.1+ds1.orig.tar.xz.id
new file mode 100644
index 000..5be742a
--- /dev/null
+++ b/openlayers_2.13.1+ds1.orig.tar.xz.id
@@ -0,0 +1 @@
+5c00ef7e6b828d9dae123d2e1594aec27a2e19b8

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


[openlayers] 05/06: pristine-tar data for openlayers_2.13+ds1.orig.tar.xz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository openlayers.

commit f330ce7d95c8a09fb5ef6110169110d420b0cdc8
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:04:20 2014 +0100

pristine-tar data for openlayers_2.13+ds1.orig.tar.xz
---
 openlayers_2.13+ds1.orig.tar.xz.delta | Bin 0 -> 136575 bytes
 openlayers_2.13+ds1.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/openlayers_2.13+ds1.orig.tar.xz.delta 
b/openlayers_2.13+ds1.orig.tar.xz.delta
new file mode 100644
index 000..ca3d399
Binary files /dev/null and b/openlayers_2.13+ds1.orig.tar.xz.delta differ
diff --git a/openlayers_2.13+ds1.orig.tar.xz.id 
b/openlayers_2.13+ds1.orig.tar.xz.id
new file mode 100644
index 000..b9c37eb
--- /dev/null
+++ b/openlayers_2.13+ds1.orig.tar.xz.id
@@ -0,0 +1 @@
+fca79bb150cf5feab1372ffc56cdd484305368ed

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


[openlayers] annotated tag upstream/2.12+ds1 created (now cae336e)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag upstream/2.12+ds1
in repository openlayers.

at  cae336e   (tag)
   tagging  f0350f63b2b2037e08a6937f6dcf9564014721e0 (commit)
  replaces  upstream/2.11+ds1
 tagged by  Bas Couwenberg
on  Fri Dec 26 03:03:06 2014 +0100

- Log -
Upstream version 2.12+ds1

Bas Couwenberg (1):
  Imported Upstream version 2.12+ds1

---

No new revisions were added by this update.

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


[openlayers] annotated tag upstream/2.10+ds1 created (now cae7e56)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag upstream/2.10+ds1
in repository openlayers.

at  cae7e56   (tag)
   tagging  3e553a961ebabd98b37f3d08191319518b4415f7 (commit)
 tagged by  David Paleino
on  Fri Mar 18 21:21:01 2011 +0100

- Log -
Upstream version 2.10+ds1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk2Dvq0ACgkQ5qqQFxOSsXRWngCgy6p6vZFuEc7W7Am15SeH67aX
87IAoIFbEDZZUvX1A5ETe84CNzUQqhI9
=Pb7q
-END PGP SIGNATURE-

David Paleino (1):
  Imported Upstream version 2.10+ds1

---

No new revisions were added by this update.

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


[openlayers] annotated tag debian/2.10+ds1-2 created (now 2f4f5dd)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag debian/2.10+ds1-2
in repository openlayers.

at  2f4f5dd   (tag)
   tagging  acdf4f15b005f0e8a4375a1b51e1f8df1d6dfa6b (commit)
  replaces  debian/2.10+ds1-1
 tagged by  David Paleino
on  Sat Apr 16 08:41:17 2011 +0200

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

iEYEABECAAYFAk2pOg0ACgkQ5qqQFxOSsXS/nACeOY2VJtFMWHpyJ11H48j+bHC7
ofYAoI/qsCuk1945UhgfoThGY/viF2jA
=G/Ns
-END PGP SIGNATURE-

David Paleino (3):
  Add Recommends on javascript-common
  Bump Standards-Version to 3.9.2, no changes needed
  Releasing to sid

---

No new revisions were added by this update.

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


[openlayers] annotated tag debian/2.10+ds1-1 created (now f0a5bc2)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag debian/2.10+ds1-1
in repository openlayers.

at  f0a5bc2   (tag)
   tagging  a29d6a24b40c4d2998044c45a051b0407d553506 (commit)
  replaces  upstream/2.10+ds1
 tagged by  David Paleino
on  Fri Mar 18 23:21:25 2011 +0100

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

iEYEABECAAYFAk2D2uUACgkQ5qqQFxOSsXQfLQCeMYMv5gLCLalogDInWx8wu/IB
F6IAniV9a1NtOdTMj5KXILLbcDitK1yN
=/CKL
-END PGP SIGNATURE-

David Paleino (4):
  First debianization
  Fix perms
  Fix doc-base file
  Uploading to NEW

---

No new revisions were added by this update.

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


[openlayers] annotated tag upstream/2.11+ds1 created (now f113798)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag upstream/2.11+ds1
in repository openlayers.

at  f113798   (tag)
   tagging  cfdaf77f4cf2564a6b897cdb3ca5ffb0f4434b0f (commit)
  replaces  upstream/2.10+ds1
 tagged by  David Paleino
on  Tue Sep 13 15:36:32 2011 +0200

- Log -
Upstream version 2.11+ds1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk5vXGAACgkQ5qqQFxOSsXRc0wCgpeLydSVPF221QakDn1+zceBA
QQUAnA8N8rSz3dPepvkdMM05HPn5Szbg
=wP9h
-END PGP SIGNATURE-

David Paleino (2):
  Imported Upstream version 2.11+ds1
  Imported Upstream version 2.11+ds1

---

No new revisions were added by this update.

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


[openlayers] annotated tag upstream/2.13.1+ds1 created (now 7765386)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag upstream/2.13.1+ds1
in repository openlayers.

at  7765386   (tag)
   tagging  a4729b065a07da659ac46c3eaf1ca22882d9a06c (commit)
  replaces  upstream/2.13+ds1
 tagged by  Bas Couwenberg
on  Fri Dec 26 03:05:15 2014 +0100

- Log -
Upstream version 2.13.1+ds1

Bas Couwenberg (1):
  Imported Upstream version 2.13.1+ds1

---

No new revisions were added by this update.

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


[openlayers] 04/06: pristine-tar data for openlayers_2.12+ds1.orig.tar.xz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository openlayers.

commit 9b4e854254371340fb86259c22109a3f5e6d233d
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:03:06 2014 +0100

pristine-tar data for openlayers_2.12+ds1.orig.tar.xz
---
 openlayers_2.12+ds1.orig.tar.xz.delta | Bin 0 -> 133506 bytes
 openlayers_2.12+ds1.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/openlayers_2.12+ds1.orig.tar.xz.delta 
b/openlayers_2.12+ds1.orig.tar.xz.delta
new file mode 100644
index 000..0c614dd
Binary files /dev/null and b/openlayers_2.12+ds1.orig.tar.xz.delta differ
diff --git a/openlayers_2.12+ds1.orig.tar.xz.id 
b/openlayers_2.12+ds1.orig.tar.xz.id
new file mode 100644
index 000..ddaa071
--- /dev/null
+++ b/openlayers_2.12+ds1.orig.tar.xz.id
@@ -0,0 +1 @@
+b7b38f8df7ac7aa09c4042a02e938b38add71fae

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


[openlayers] annotated tag upstream/2.13+ds1 created (now 3a6c215)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag upstream/2.13+ds1
in repository openlayers.

at  3a6c215   (tag)
   tagging  e4b03a7e45971ebcc5436d05eda2701e7424fb96 (commit)
  replaces  upstream/2.12+ds1
 tagged by  Bas Couwenberg
on  Fri Dec 26 03:04:20 2014 +0100

- Log -
Upstream version 2.13+ds1

Bas Couwenberg (1):
  Imported Upstream version 2.13+ds1

---

No new revisions were added by this update.

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


[openlayers] branch upstream created (now a4729b0)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch upstream
in repository openlayers.

at  a4729b0   Imported Upstream version 2.13.1+ds1

This branch includes the following new commits:

   new  3e553a9   Imported Upstream version 2.10+ds1
   new  2a52aec   Imported Upstream version 2.11+ds1
   new  cfdaf77   Imported Upstream version 2.11+ds1
   new  f0350f6   Imported Upstream version 2.12+ds1
   new  e4b03a7   Imported Upstream version 2.13+ds1
   new  a4729b0   Imported Upstream version 2.13.1+ds1

The 6 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/openlayers.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


[openlayers] 01/06: pristine-tar data for openlayers_2.10+ds1.orig.tar.gz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository openlayers.

commit c137f032e2f3c85cfde499ce9b3944a2e3044a3a
Author: David Paleino 
Date:   Fri Mar 18 21:21:01 2011 +0100

pristine-tar data for openlayers_2.10+ds1.orig.tar.gz
---
 openlayers_2.10+ds1.orig.tar.gz.delta | Bin 0 -> 128881 bytes
 openlayers_2.10+ds1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/openlayers_2.10+ds1.orig.tar.gz.delta 
b/openlayers_2.10+ds1.orig.tar.gz.delta
new file mode 100644
index 000..1668dbe
Binary files /dev/null and b/openlayers_2.10+ds1.orig.tar.gz.delta differ
diff --git a/openlayers_2.10+ds1.orig.tar.gz.id 
b/openlayers_2.10+ds1.orig.tar.gz.id
new file mode 100644
index 000..37016af
--- /dev/null
+++ b/openlayers_2.10+ds1.orig.tar.gz.id
@@ -0,0 +1 @@
+3e553a961ebabd98b37f3d08191319518b4415f7

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


[openlayers] annotated tag debian/2.11+ds1-1 created (now c36ad27)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag debian/2.11+ds1-1
in repository openlayers.

at  c36ad27   (tag)
   tagging  ef7373ce1b89a57ed2f4ceeb1911a9b0359ed6c3 (commit)
  replaces  debian/2.10+ds1-2
 tagged by  David Paleino
on  Tue Sep 13 15:57:01 2011 +0200

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

iEYEABECAAYFAk5vYS0ACgkQ5qqQFxOSsXQEvACfTGYNx6vT0L9TdNucsKXP9coh
s0MAn1wg0AnV2YaDsgGyJtPcnlxKWu3b
=Mzgu
-END PGP SIGNATURE-

David Paleino (8):
  Imported Upstream version 2.11+ds1
  Imported Upstream version 2.11+ds1
  Merge commit 'upstream/2.11+ds1'
  New upstream release
  Make resources available from a web browser, thanks to Andrew Harvey 
(Closes: #624604)
  Added README.Debian, thanks to Marcelo Jorge Vieira (Closes: #636358)
  Remove non-existant file
  Releasing to sid

---

No new revisions were added by this update.

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


[openlayers] 41/41: Also build light, lite, mobile & tests variants.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 8ef5ff955af091cfc8f491387da60a447faf611e
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:29:44 2014 +0100

Also build light, lite, mobile & tests variants.
---
 debian/changelog|  1 +
 debian/libjs-openlayers.install | 16 
 debian/rules| 14 +-
 3 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5dc2ae7..b44cc66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ openlayers (2.13.1+ds1-1) UNRELEASED; urgency=low
 use Files-Excluded to repack the upstream tarball.
   * New upstream release.
   * Update build-dependency for node-uglify.
+  * Also build light, lite, mobile & tests variants.
 
  -- Bas Couwenberg   Fri, 26 Dec 2014 03:05:26 +0100
 
diff --git a/debian/libjs-openlayers.install b/debian/libjs-openlayers.install
index cc87bf8..92b759b 100644
--- a/debian/libjs-openlayers.install
+++ b/debian/libjs-openlayers.install
@@ -1,4 +1,12 @@
-build/OpenLayers.js/usr/share/javascript/openlayers/
-build/OpenLayers.min.js/usr/share/javascript/openlayers/
-img/   /usr/share/openlayers/
-theme/ /usr/share/openlayers/
+build/OpenLayers.js/usr/share/javascript/openlayers/
+build/OpenLayers.min.js/usr/share/javascript/openlayers/
+build/OpenLayers.light.js  /usr/share/javascript/openlayers/
+build/OpenLayers.light.min.js  /usr/share/javascript/openlayers/
+build/OpenLayers.lite.js   /usr/share/javascript/openlayers/
+build/OpenLayers.lite.min.js   /usr/share/javascript/openlayers/
+build/OpenLayers.mobile.js /usr/share/javascript/openlayers/
+build/OpenLayers.mobile.min.js /usr/share/javascript/openlayers/
+build/OpenLayers.tests.js  /usr/share/javascript/openlayers/
+build/OpenLayers.tests.min.js  /usr/share/javascript/openlayers/
+img/   /usr/share/openlayers/
+theme/ /usr/share/openlayers/
diff --git a/debian/rules b/debian/rules
index 47d83f3..5e1e110 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,9 +13,21 @@ UPVER=$(shell echo $(DEBVER) | cut -d+ -f1)
 override_dh_auto_build:
dh_auto_build

-   cd build && ./build.py
+   cd build && ./build.py full.cfg OpenLayers.js
uglifyjs -o build/OpenLayers.min.js build/OpenLayers.js
 
+   cd build && ./build.py light.cfg OpenLayers.light.js
+   uglifyjs -o build/OpenLayers.light.min.js build/OpenLayers.light.js
+
+   cd build && ./build.py lite.cfg OpenLayers.lite.js
+   uglifyjs -o build/OpenLayers.lite.min.js build/OpenLayers.lite.js
+
+   cd build && ./build.py mobile.cfg OpenLayers.mobile.js
+   uglifyjs -o build/OpenLayers.mobile.min.js build/OpenLayers.mobile.js
+
+   cd build && ./build.py tests.cfg OpenLayers.tests.js
+   uglifyjs -o build/OpenLayers.tests.min.js build/OpenLayers.tests.js
+
mkdir gendoc
naturaldocs -i lib/ -o HTML gendoc/ -p doc_config/ -s Default OL
 

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


[openlayers] 03/06: pristine-tar data for openlayers_2.11+ds1.orig.tar.gz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository openlayers.

commit 14412c78a0bd0348c551ec3bb2fdf084f727171b
Author: David Paleino 
Date:   Tue Sep 13 15:36:32 2011 +0200

pristine-tar data for openlayers_2.11+ds1.orig.tar.gz
---
 openlayers_2.11+ds1.orig.tar.gz.delta | Bin 126885 -> 126887 bytes
 openlayers_2.11+ds1.orig.tar.gz.id|   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/openlayers_2.11+ds1.orig.tar.gz.delta 
b/openlayers_2.11+ds1.orig.tar.gz.delta
index c22bcd1..841b56a 100644
Binary files a/openlayers_2.11+ds1.orig.tar.gz.delta and 
b/openlayers_2.11+ds1.orig.tar.gz.delta differ
diff --git a/openlayers_2.11+ds1.orig.tar.gz.id 
b/openlayers_2.11+ds1.orig.tar.gz.id
index 6c4aba7..30ec02d 100644
--- a/openlayers_2.11+ds1.orig.tar.gz.id
+++ b/openlayers_2.11+ds1.orig.tar.gz.id
@@ -1 +1 @@
-2a52aec2200fd0ed1ee067ba7decdfb5b6163522
+cfdaf77f4cf2564a6b897cdb3ca5ffb0f4434b0f

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


[openlayers] 02/06: pristine-tar data for openlayers_2.11+ds1.orig.tar.gz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository openlayers.

commit bc59fa43eb92f5875481aa47d3391bccf37e2ffb
Author: David Paleino 
Date:   Tue Sep 13 15:35:46 2011 +0200

pristine-tar data for openlayers_2.11+ds1.orig.tar.gz
---
 openlayers_2.11+ds1.orig.tar.gz.delta | Bin 0 -> 126885 bytes
 openlayers_2.11+ds1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/openlayers_2.11+ds1.orig.tar.gz.delta 
b/openlayers_2.11+ds1.orig.tar.gz.delta
new file mode 100644
index 000..c22bcd1
Binary files /dev/null and b/openlayers_2.11+ds1.orig.tar.gz.delta differ
diff --git a/openlayers_2.11+ds1.orig.tar.gz.id 
b/openlayers_2.11+ds1.orig.tar.gz.id
new file mode 100644
index 000..6c4aba7
--- /dev/null
+++ b/openlayers_2.11+ds1.orig.tar.gz.id
@@ -0,0 +1 @@
+2a52aec2200fd0ed1ee067ba7decdfb5b6163522

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


[openlayers] 35/41: Merge tag 'upstream/2.13+ds1'

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 96c1b8f18f7064754d14503f67b8ba0b7d66172d
Merge: aa89939 e4b03a7
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:04:20 2014 +0100

Merge tag 'upstream/2.13+ds1'

Upstream version 2.13+ds1

 apidoc_config/Data/ClassHierarchy.nd   | Bin 35570 -> 37279 bytes
 apidoc_config/Data/ConfigFileInfo.nd   | Bin 26 -> 26 bytes
 apidoc_config/Data/FileInfo.nd | 634 -
 apidoc_config/Data/ImageFileInfo.nd| Bin 219 -> 219 bytes
 apidoc_config/Data/ImageReferenceTable.nd  | Bin 638 -> 439 bytes
 apidoc_config/Data/IndexInfo.nd| Bin 267 -> 267 bytes
 apidoc_config/Data/PreviousMenuState.nd| Bin 26101 -> 27151 bytes
 apidoc_config/Data/PreviousSettings.nd | Bin 117 -> 117 bytes
 apidoc_config/Data/SymbolTable.nd  | Bin 602851 -> 632256 bytes
 apidoc_config/Languages.txt|   2 +-
 apidoc_config/Menu.txt | 198 +++---
 apidoc_config/Topics.txt   |   2 +-
 build/build.py |  39 +-
 build/license.txt  |   2 +-
 build/mobile.cfg   |   1 +
 build/tests.cfg|   1 +
 doc/apidocs/files/OpenLayers-js.html   |  10 +-
 doc/apidocs/files/OpenLayers/Animation-js.html |   6 +-
 doc/apidocs/files/OpenLayers/BaseTypes-js.html |  10 +-
 .../files/OpenLayers/BaseTypes/Bounds-js.html  |  69 +-
 .../files/OpenLayers/BaseTypes/Class-js.html   |   8 +-
 .../files/OpenLayers/BaseTypes/Date-js.html|  12 +-
 .../files/OpenLayers/BaseTypes/Element-js.html |   6 +-
 .../files/OpenLayers/BaseTypes/LonLat-js.html  |   6 +-
 .../files/OpenLayers/BaseTypes/Pixel-js.html   |   6 +-
 .../files/OpenLayers/BaseTypes/Size-js.html|   6 +-
 doc/apidocs/files/OpenLayers/Console-js.html   |   6 +-
 doc/apidocs/files/OpenLayers/Control-js.html   |   6 +-
 .../files/OpenLayers/Control/ArgParser-js.html |   6 +-
 .../files/OpenLayers/Control/Attribution-js.html   |  14 +-
 .../files/OpenLayers/Control/Button-js.html|   6 +-
 .../files/OpenLayers/Control/CacheRead-js.html |   6 +-
 .../files/OpenLayers/Control/CacheWrite-js.html|   6 +-
 .../files/OpenLayers/Control/DragFeature-js.html   |   6 +-
 .../files/OpenLayers/Control/DragPan-js.html   |   8 +-
 .../files/OpenLayers/Control/DrawFeature-js.html   |   6 +-
 .../OpenLayers/Control/EditingToolbar-js.html  |   6 +-
 .../files/OpenLayers/Control/Geolocate-js.html |   6 +-
 .../files/OpenLayers/Control/GetFeature-js.html|   6 +-
 .../files/OpenLayers/Control/Graticule-js.html |   6 +-
 .../OpenLayers/Control/KeyboardDefaults-js.html|   6 +-
 .../files/OpenLayers/Control/LayerSwitcher-js.html |  12 +-
 .../files/OpenLayers/Control/Measure-js.html   |  12 +-
 .../files/OpenLayers/Control/ModifyFeature-js.html |  12 +-
 .../files/OpenLayers/Control/MousePosition-js.html |  25 +-
 .../files/OpenLayers/Control/NavToolbar-js.html|   6 +-
 .../files/OpenLayers/Control/Navigation-js.html|   6 +-
 .../OpenLayers/Control/NavigationHistory-js.html   |   6 +-
 .../files/OpenLayers/Control/OverviewMap-js.html   |  12 +-
 doc/apidocs/files/OpenLayers/Control/Pan-js.html   |   6 +-
 .../files/OpenLayers/Control/PanPanel-js.html  |   6 +-
 .../files/OpenLayers/Control/PanZoom-js.html   |   6 +-
 .../files/OpenLayers/Control/PanZoomBar-js.html|   6 +-
 doc/apidocs/files/OpenLayers/Control/Panel-js.html |   6 +-
 .../files/OpenLayers/Control/Permalink-js.html |   6 +-
 .../files/OpenLayers/Control/PinchZoom-js.html |  20 +-
 .../files/OpenLayers/Control/SLDSelect-js.html |  14 +-
 doc/apidocs/files/OpenLayers/Control/Scale-js.html |   6 +-
 .../files/OpenLayers/Control/ScaleLine-js.html |   6 +-
 .../files/OpenLayers/Control/SelectFeature-js.html |   6 +-
 .../files/OpenLayers/Control/Snapping-js.html  |   8 +-
 doc/apidocs/files/OpenLayers/Control/Split-js.html |   6 +-
 .../OpenLayers/Control/TouchNavigation-js.html |   8 +-
 .../OpenLayers/Control/TransformFeature-js.html|   6 +-
 .../files/OpenLayers/Control/UTFGrid-js.html   |   6 +-
 .../OpenLayers/Control/WMSGetFeatureInfo-js.html   |  32 +-
 .../OpenLayers/Control/WMTSGetFeatureInfo-js.html  |   6 +-
 doc/apidocs/files/OpenLayers/Control/Zoom-js.html  |   8 +-
 .../files/OpenLayers/Control/ZoomBox-js.html   |  12 +-
 .../files/OpenLayers/Control/ZoomIn-js.html|   6 +-
 .../files/OpenLayers/Control/ZoomOut-js.html   |   6 +-
 .../files/OpenLayers/Control/ZoomPanel-js.html |   6 +-
 .../OpenLayers/Control/ZoomToMaxExtent-js.html |   6 +-
 doc/apidocs/files/OpenLayers/Events-js.html|  16

[openlayers] 40/41: Update build-dependency for node-uglify.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 7a5478ccc5d520eb345889665406bd301b362fb2
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:15:38 2014 +0100

Update build-dependency for node-uglify.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9f39056..5dc2ae7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ openlayers (2.13.1+ds1-1) UNRELEASED; urgency=low
   * Update copyright file to use copyright-format 1.0,
 use Files-Excluded to repack the upstream tarball.
   * New upstream release.
+  * Update build-dependency for node-uglify.
 
  -- Bas Couwenberg   Fri, 26 Dec 2014 03:05:26 +0100
 
diff --git a/debian/control b/debian/control
index c8cbd31..6e56218 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: web
 Priority: extra
 Build-Depends: debhelper (>= 9),
python
-Build-Depends-Indep: libnode-uglify,
+Build-Depends-Indep: node-uglify,
  naturaldocs
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/openlayers.git

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


[openlayers] branch pristine-tar created (now 5196b4b)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch pristine-tar
in repository openlayers.

at  5196b4b   pristine-tar data for openlayers_2.13.1+ds1.orig.tar.xz

This branch includes the following new commits:

   new  c137f03   pristine-tar data for openlayers_2.10+ds1.orig.tar.gz
   new  bc59fa4   pristine-tar data for openlayers_2.11+ds1.orig.tar.gz
   new  14412c7   pristine-tar data for openlayers_2.11+ds1.orig.tar.gz
   new  9b4e854   pristine-tar data for openlayers_2.12+ds1.orig.tar.xz
   new  f330ce7   pristine-tar data for openlayers_2.13+ds1.orig.tar.xz
   new  5196b4b   pristine-tar data for openlayers_2.13.1+ds1.orig.tar.xz

The 6 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/openlayers.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


[openlayers] 38/41: New upstream release.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 1cbe3292b8d3c210244c848cf54fba1cc53f92b7
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:05:33 2014 +0100

New upstream release.
---
 debian/changelog | 5 +++--
 debian/docs  | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c71a32a..9f39056 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-openlayers (2.11+ds1-2) UNRELEASED; urgency=low
+openlayers (2.13.1+ds1-1) UNRELEASED; urgency=low
 
   [ Jonas Smedegaard ]
   * Add patch to improve GeoRSS parsing.
@@ -16,8 +16,9 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
   * Update Homepage URL for OpenLayers 2.
   * Update copyright file to use copyright-format 1.0,
 use Files-Excluded to repack the upstream tarball.
+  * New upstream release.
 
- -- Bas Couwenberg   Fri, 26 Dec 2014 01:45:33 +0100
+ -- Bas Couwenberg   Fri, 26 Dec 2014 03:05:26 +0100
 
 openlayers (2.11+ds1-1) unstable; urgency=low
 
diff --git a/debian/docs b/debian/docs
index b2b2a78..cdb5f04 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1 +1 @@
-readme.txt
+readme.md

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


[openlayers] 39/41: Update copyright for MIT licensed files.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit da187c6c52aafe8f8d8dfa82a6b8d50859d82fb3
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:10:31 2014 +0100

Update copyright for MIT licensed files.
---
 debian/copyright | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index 4343aa6..8b4fe33 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -59,6 +59,10 @@ Files: examples/animator.js
 Copyright: 2006, Bernard Sumption.
 License: BSD-3-Clause
 
+Files: examples/Jugl.js
+Copyright: 2007-2010, Tim Schaub
+License: MIT
+
 Files: lib/deprecated.js
 Copyright: 2007, Google Inc.
 Comment: Only the Gears javascript code is BSD-3-Clause licensed.
@@ -76,6 +80,10 @@ Files: tests/selenium/remotecontrol/selenium.py
 Copyright: 2006, ThoughtWorks, Inc
 License: Apache-2.0
 
+Files: tests/Test.AnotherWay.js
+Copyright: 2005, Artem Khodush, http://straytree.org
+License: MIT
+
 Files: tools/closure_library_jscompiler.py
 Copyright: 2010, The Closure Library Authors.
 License: Apache-2.0

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


[openlayers] 37/41: Merge tag 'upstream/2.13.1+ds1'

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 9a8aadd0645e9cdbaf2e9e93ce8c5e24698905ed
Merge: 96c1b8f a4729b0
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:05:15 2014 +0100

Merge tag 'upstream/2.13.1+ds1'

Upstream version 2.13.1+ds1

 apidoc_config/Data/ClassHierarchy.nd   | Bin 37279 -> 37981 bytes
 apidoc_config/Data/ConfigFileInfo.nd   | Bin 26 -> 26 bytes
 apidoc_config/Data/FileInfo.nd | 642 ++---
 apidoc_config/Data/ImageFileInfo.nd| Bin 219 -> 225 bytes
 apidoc_config/Data/ImageReferenceTable.nd  | Bin 439 -> 449 bytes
 apidoc_config/Data/IndexInfo.nd| Bin 267 -> 267 bytes
 apidoc_config/Data/PreviousMenuState.nd| Bin 27151 -> 27779 bytes
 apidoc_config/Data/PreviousSettings.nd | Bin 117 -> 121 bytes
 apidoc_config/Data/SymbolTable.nd  | Bin 632256 -> 639716 bytes
 .../files/OpenLayers/BaseTypes/Class-js.html   |   2 +-
 .../files/OpenLayers/Control/CacheRead-js.html |   8 +-
 .../files/OpenLayers/Control/CacheWrite-js.html|  10 +-
 .../files/OpenLayers/Control/SLDSelect-js.html |   6 +-
 doc/apidocs/files/OpenLayers/Events-js.html|   8 +-
 doc/apidocs/files/OpenLayers/Feature-js.html   |   8 +-
 .../files/OpenLayers/Layer/ArcGIS93Rest-js.html|   4 +-
 .../files/OpenLayers/Layer/ArcGISCache-js.html |   2 +-
 doc/apidocs/files/OpenLayers/Layer/ArcIMS-js.html  |   4 +-
 doc/apidocs/files/OpenLayers/Layer/Bing-js.html|   8 +-
 .../files/OpenLayers/Layer/Google/v3-js.html   |   2 +-
 doc/apidocs/files/OpenLayers/Layer/Grid-js.html|  28 +-
 doc/apidocs/files/OpenLayers/Layer/KaMap-js.html   |   6 +-
 .../files/OpenLayers/Layer/KaMapCache-js.html  |   4 +-
 .../files/OpenLayers/Layer/MapGuide-js.html|   4 +-
 .../files/OpenLayers/Layer/MapServer-js.html   |   4 +-
 doc/apidocs/files/OpenLayers/Layer/OSM-js.html |   8 +-
 doc/apidocs/files/OpenLayers/Layer/TMS-js.html |  16 +-
 .../files/OpenLayers/Layer/TileCache-js.html   |   8 +-
 doc/apidocs/files/OpenLayers/Layer/WMS-js.html |   6 +-
 doc/apidocs/files/OpenLayers/Layer/WMTS-js.html|  28 +-
 .../files/OpenLayers/Layer/WorldWind-js.html   |   4 +-
 doc/apidocs/files/OpenLayers/Layer/XYZ-js.html |  10 +-
 doc/apidocs/files/OpenLayers/Layer/Zoomify-js.html |   8 +-
 doc/apidocs/files/OpenLayers/SingleFile-js.html|   2 +-
 doc/apidocs/files/OpenLayers/Tile-js.html  |   8 +-
 doc/apidocs/files/OpenLayers/Tile/Image-js.html|  10 +-
 doc/apidocs/files/OpenLayers/Tile/UTFGrid-js.html  |   6 +-
 doc/apidocs/files/deprecated-js.html   |   2 +-
 doc/apidocs/index/Classes.html |   6 +-
 doc/apidocs/index/Classes2.html|   2 +-
 doc/apidocs/index/Constructor.html |  28 +-
 doc/apidocs/index/General10.html   |   4 +-
 doc/apidocs/index/General11.html   |   4 +-
 doc/apidocs/index/General12.html   |   4 +-
 doc/apidocs/index/General3.html|   4 +-
 doc/apidocs/index/General4.html|   4 +-
 doc/apidocs/index/General5.html|   4 +-
 doc/apidocs/index/General6.html|   4 +-
 doc/apidocs/index/General7.html|   4 +-
 doc/apidocs/index/General8.html|   8 +-
 doc/apidocs/index/General9.html|   6 +-
 doc/apidocs/javascript/searchdata.js   |   2 +-
 doc/apidocs/search/ClassesC.html   |  20 -
 doc/apidocs/search/ClassesO.html   |   2 +-
 doc/apidocs/search/ConstructorC.html   |   2 +-
 doc/apidocs/search/ConstructorO.html   |   2 +-
 doc/apidocs/search/GeneralC.html   |   2 +-
 doc/apidocs/search/GeneralO.html   |   2 +-
 .../files/OpenLayers/BaseTypes/Class-js.html   |   2 +-
 .../files/OpenLayers/Control/CacheRead-js.html |  12 +-
 .../files/OpenLayers/Control/CacheWrite-js.html|  16 +-
 .../files/OpenLayers/Control/SLDSelect-js.html |  16 +-
 doc/devdocs/files/OpenLayers/Events-js.html|  14 +-
 doc/devdocs/files/OpenLayers/Feature-js.html   |  18 +-
 doc/devdocs/files/OpenLayers/Format/WFST-js.html   |   2 +-
 doc/devdocs/files/OpenLayers/Kinetic-js.html   |   2 +-
 .../files/OpenLayers/Layer/ArcGIS93Rest-js.html|   8 +-
 .../files/OpenLayers/Layer/ArcGISCache-js.html |   2 +-
 doc/devdocs/files/OpenLayers/Layer/ArcIMS-js.html  |  12 +-
 doc/devdocs/files/OpenLayers/Layer/Bing-js.html|  10 +-
 .../files/OpenLayers/Layer/Google/v3-js.html   |   2 +-
 doc/devdocs/files/OpenLayers/Layer/Grid-js.html|  58 +-
 doc/devdocs/files/OpenLayers/Layer/Image-js.html   |   8 +-
 doc/devdocs/files/OpenLayers/Layer/KaMap-js.html   

[openlayers] 33/41: Merge tag 'upstream/2.12+ds1'

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit aa89939355a08cf26f2236944296189a4eccf6dd
Merge: 6e27753 f0350f6
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:03:06 2014 +0100

Merge tag 'upstream/2.12+ds1'

Upstream version 2.12+ds1

 .gitignore |7 +
 apidoc_config/Data/ClassHierarchy.nd   |  Bin 37616 -> 35570 bytes
 apidoc_config/Data/ConfigFileInfo.nd   |  Bin 26 -> 26 bytes
 apidoc_config/Data/FileInfo.nd |  626 ++-
 apidoc_config/Data/ImageFileInfo.nd|  Bin 252 -> 219 bytes
 apidoc_config/Data/ImageReferenceTable.nd  |  Bin 494 -> 638 bytes
 apidoc_config/Data/IndexInfo.nd|  Bin 267 -> 267 bytes
 apidoc_config/Data/PreviousMenuState.nd|  Bin 29654 -> 26101 bytes
 apidoc_config/Data/PreviousSettings.nd |  Bin 139 -> 117 bytes
 apidoc_config/Data/SymbolTable.nd  |  Bin 605942 -> 602851 
bytes
 apidoc_config/Menu.txt |  340 +-
 doc/authors.txt => authors.txt |0
 build/OpenLayers.js| 2885 --
 build/README.txt   |3 +
 build/build.py |   53 +-
 build/closure-compiler/Externs.js  |   50 +
 build/full.cfg |1 +
 build/library.cfg  |   48 -
 build/license.txt  |   80 +-
 build/light.cfg|   32 +
 build/mobile.cfg   |5 +-
 doc/apidocs/files/OpenLayers-js.html   |   15 +-
 doc/apidocs/files/OpenLayers/Ajax-js.html  |   65 -
 doc/apidocs/files/OpenLayers/Animation-js.html |   39 +
 doc/apidocs/files/OpenLayers/BaseTypes-js.html |   28 +-
 .../files/OpenLayers/BaseTypes/Bounds-js.html  |   40 +-
 .../files/OpenLayers/BaseTypes/Class-js.html   |   14 +-
 .../files/OpenLayers/BaseTypes/Date-js.html|4 +-
 .../files/OpenLayers/BaseTypes/Element-js.html |   14 +-
 .../files/OpenLayers/BaseTypes/LonLat-js.html  |   10 +-
 .../files/OpenLayers/BaseTypes/Pixel-js.html   |   18 +-
 .../files/OpenLayers/BaseTypes/Size-js.html|6 +-
 doc/apidocs/files/OpenLayers/Console-js.html   |4 +-
 doc/apidocs/files/OpenLayers/Control-js.html   |   13 +-
 .../files/OpenLayers/Control/ArgParser-js.html |   10 +-
 .../files/OpenLayers/Control/Attribution-js.html   |8 +-
 .../files/OpenLayers/Control/Button-js.html|4 +-
 .../files/OpenLayers/Control/CacheRead-js.html |   51 +
 .../files/OpenLayers/Control/CacheWrite-js.html|   57 +
 .../files/OpenLayers/Control/DragFeature-js.html   |4 +-
 .../files/OpenLayers/Control/DragPan-js.html   |6 +-
 .../files/OpenLayers/Control/DrawFeature-js.html   |   18 +-
 .../OpenLayers/Control/EditingToolbar-js.html  |   10 +-
 .../files/OpenLayers/Control/Geolocate-js.html |   14 +-
 .../files/OpenLayers/Control/GetFeature-js.html|   14 +-
 .../files/OpenLayers/Control/Graticule-js.html |4 +-
 .../OpenLayers/Control/KeyboardDefaults-js.html|8 +-
 .../files/OpenLayers/Control/LayerSwitcher-js.html |8 +-
 .../files/OpenLayers/Control/Measure-js.html   |   18 +-
 .../files/OpenLayers/Control/ModifyFeature-js.html |   20 +-
 .../files/OpenLayers/Control/MouseDefaults-js.html |   47 -
 .../files/OpenLayers/Control/MousePosition-js.html |6 +-
 .../files/OpenLayers/Control/MouseToolbar-js.html  |   51 -
 .../files/OpenLayers/Control/NavToolbar-js.html|4 +-
 .../files/OpenLayers/Control/Navigation-js.html|6 +-
 .../OpenLayers/Control/NavigationHistory-js.html   |4 +-
 .../files/OpenLayers/Control/OverviewMap-js.html   |8 +-
 doc/apidocs/files/OpenLayers/Control/Pan-js.html   |4 +-
 .../files/OpenLayers/Control/PanPanel-js.html  |4 +-
 .../files/OpenLayers/Control/PanZoom-js.html   |4 +-
 .../files/OpenLayers/Control/PanZoomBar-js.html|4 +-
 doc/apidocs/files/OpenLayers/Control/Panel-js.html |   36 +-
 .../files/OpenLayers/Control/Permalink-js.html |8 +-
 .../files/OpenLayers/Control/PinchZoom-js.html |4 +-
 .../files/OpenLayers/Control/SLDSelect-js.html |   22 +-
 doc/apidocs/files/OpenLayers/Control/Scale-js.html |4 +-
 .../files/OpenLayers/Control/ScaleLine-js.html |4 +-
 .../files/OpenLayers/Control/SelectFeature-js.html |   18 +-
 .../files/OpenLayers/Control/Snapping-js.html  |   18 +-
 doc/apidocs/files/OpenLayers/Control/Split-js.html |   26 +-
 .../OpenLayers/Control/TouchNavigation-js.html |4 +-
 .../OpenLayers/Control/TransformFeature-js.html|   30 +-
 .../files/OpenLayers/Control/UTFGrid-js.html   |   72 +
 .../Op

[openlayers] 29/41: Update watch file to use GitHub releases.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit aeba9558db9fd3d7f9efb91a2e35c797605935e6
Author: Bas Couwenberg 
Date:   Thu Dec 25 23:04:39 2014 +0100

Update watch file to use GitHub releases.
---
 debian/changelog | 1 +
 debian/watch | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 423cdca..9166252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
   * Add myself to Uploaders.
   * Add gbp.conf to use pristine-tar by default.
   * Bump debhelper compatibility to 9.
+  * Update watch file to use GitHub releases.
 
  -- Bas Couwenberg   Thu, 25 Dec 2014 22:52:21 +0100
 
diff --git a/debian/watch b/debian/watch
index b473a11..b72ff28 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=3
-opts=uversionmangle=s/-rc/~rc/,dversionmangle=s/\+ds.*// \
-http://openlayers.org/download/OpenLayers-(\d+.*)\.tar\.gz
+opts=uversionmangle=s/-rc/~rc/;s/-withdocs/+docs/,dversionmangle=s/\+ds.*// \
+https://github.com/openlayers/openlayers/releases/ \
+download/release-\d.*?/OpenLayers-(\d.*?)\.tar\.gz

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


[openlayers] 28/41: Bump debhelper compatibility to 9.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit e0f93cd8dfd7be00661655c757be529909eca5df
Author: Bas Couwenberg 
Date:   Thu Dec 25 22:54:29 2014 +0100

Bump debhelper compatibility to 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 a0c8cd7..423cdca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
   * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
   * Add myself to Uploaders.
   * Add gbp.conf to use pristine-tar by default.
+  * Bump debhelper compatibility to 9.
 
  -- Bas Couwenberg   Thu, 25 Dec 2014 22:52:21 +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 1cf590f..bec192a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: David Paleino ,
Bas Couwenberg 
 Section: web
 Priority: extra
-Build-Depends: debhelper (>= 8~),
+Build-Depends: debhelper (>= 9),
python
 Build-Depends-Indep: libnode-uglify,
  naturaldocs

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


[openlayers] 31/41: Update copyright file to use copyright-format 1.0, use Files-Excluded to repack the upstream tarball.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 6e27753994644e8dbd34950c69f4d6f3c9a53bdd
Author: Bas Couwenberg 
Date:   Thu Dec 25 23:08:28 2014 +0100

Update copyright file to use copyright-format 1.0, use Files-Excluded to 
repack the upstream tarball.
---
 debian/changelog   |   4 +-
 debian/copyright   | 830 ++---
 debian/get-orig-source |  73 +
 debian/rules   |  16 +-
 4 files changed, 872 insertions(+), 51 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a9826e..c71a32a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,10 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9.
   * Update watch file to use GitHub releases.
   * Update Homepage URL for OpenLayers 2.
+  * Update copyright file to use copyright-format 1.0,
+use Files-Excluded to repack the upstream tarball.
 
- -- Bas Couwenberg   Thu, 25 Dec 2014 22:52:21 +0100
+ -- Bas Couwenberg   Fri, 26 Dec 2014 01:45:33 +0100
 
 openlayers (2.11+ds1-1) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 1f68fd6..4343aa6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,32 +1,118 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: OpenLayers Developers 
 Upstream-Name: OpenLayers
-Source: http://openlayers.org/
+Source: https://github.com/openlayers/openlayers/releases
+Comment: The source has been repackaged to remove useless (for Debian)
+ external tools used during the build process, some with licensing problems.
+ .
+  OpenLayers.js   Generated during build
+  OpenLayers.debug.js Generated during build
+  OpenLayers.light.js Generated during build
+  OpenLayers.light.debug.js   Generated during build
+  OpenLayers.mobile.jsGenerated during build
+  OpenLayers.mobile.debug.js  Generated during build
+  tools/BeautifulSoup.py  PSF license
+  tools/exampleparser.py  No license
+  tools/jsmin.c   The Software shall be used for Good, not Evil.
+  tools/jsmin.py  The Software shall be used for Good, not Evil.
+  tools/minimize.py   MIT
+  tools/shrinksafe.py No license, wrapper around non-free webservice
+  tools/update_dev_dir.sh Only usefull for upstream
+ .
+Files-Excluded: OpenLayers.js
+ OpenLayers.debug.js
+ OpenLayers.light.js
+ OpenLayers.light.debug.js
+ OpenLayers.mobile.js
+ OpenLayers.mobile.debug.js
+ tools/BeautifulSoup.py
+ tools/exampleparser.py
+ tools/jsmin.c
+ tools/jsmin.py
+ tools/minimize.py
+ tools/shrinksafe.py
+ tools/update_dev_dir.sh
 
 Files: *
-Copyright: © 2005-2010, OpenLayers Contributors
-License: BSD-3
-X-Comments: portions are © 2005, Sam Stephenson ,
- under MIT license, from the Prototype framework 1.4.0.
+Copyright: 2006-2013, OpenLayers Contributors
+Comment: See authors.txt for the full list of contributors.
+License: BSD-2-Clause
 
-Files: debian/*
-Copyright: © 2011, David Paleino 
-License: BSD-3
+Files: doc/apidocs/javascript/prettify.js
+ doc/devdocs/javascript/prettify.js
+Copyright: 2006, Google Inc
+Comment: This code comes from the December 2009 release of Google Prettify,
+ which is Copyright © 2006 Google Inc.
+ Minor modifications are marked with "ND Change" comments.
+ As part of Natural Docs, this code is licensed under version 3 of the
+ GNU Affero General Public License (AGPL.)
+ However, it may also be obtained separately under version 2.0 of the
+ Apache License.
+License: AGPL-3 or Apache-2.0
 
-Files: lib/Gears/gears_init.js
-Copyright: © 2007, Google Inc.
-License: BSD-3
+Files: doc/apidocs/javascript/main.js
+ doc/devdocs/javascript/main.js
+Copyright: 2003-2010, Greg Valure
+License: AGPL-3 or Apache-2.0
+
+Files: examples/animator.js
+Copyright: 2006, Bernard Sumption.
+License: BSD-3-Clause
+
+Files: lib/deprecated.js
+Copyright: 2007, Google Inc.
+Comment: Only the Gears javascript code is BSD-3-Clause licensed.
+License: BSD-3-Clause
 
 Files: lib/OpenLayers/Request/XMLHttpRequest.js
-Copyright: © 2010, Sergey Ilinsky 
+Copyright: 2010, Sergey Ilinsky 
 License: Apache-2.0
 
 Files: lib/Rico/*
-Copyright: © 2005, Sabre Airline Solutions
+Copyright: 2005, Sabre Airline Solutions
+License: Apache-2.0
+
+Files: tests/selenium/remotecontrol/selenium.py
+Copyright: 2006, ThoughtWorks, Inc
+License: Apache-2.0
+
+Files: tools/closure_library_jscompiler.py
+Copyright: 2010, The Closure Library Authors.
 License: Apache-2.0
 
 Files: tools/toposort.py
-Copyright: © Tim Peters
-License: BSD-3
+Copyright: Tim Peters
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2011, David Paleino 
+License: BSD-3-Clause
+
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or w

[openlayers] 15/41: Remove non-existant file

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 143e024795d223df861d47465c11fcc8dbedf5e8
Author: David Paleino 
Date:   Tue Sep 13 15:44:52 2011 +0200

Remove non-existant file
---
 debian/docs  | 1 -
 debian/rules | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/debian/docs b/debian/docs
index a517b84..b2b2a78 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,2 +1 @@
-news.txt
 readme.txt
diff --git a/debian/rules b/debian/rules
index f00bf29..9c595c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,6 @@ override_dh_auto_clean:
dh_auto_clean
-rm -rf gendoc
 
-override_dh_installchangelogs:
-   dh_installchangelogs news.txt
-
 get-orig-source:
uscan --force-download \
--download-version $(UPVER) \

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


[openlayers] 16/41: Releasing to sid

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit ef7373ce1b89a57ed2f4ceeb1911a9b0359ed6c3
Author: David Paleino 
Date:   Tue Sep 13 15:51:29 2011 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e3c229b..01d00d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-openlayers (2.11+ds1-1) UNRELEASED; urgency=low
+openlayers (2.11+ds1-1) unstable; urgency=low
 
   * New upstream release
   * Make resources available from a web browser, thanks to Andrew Harvey
 (Closes: #624604)
   * Added README.Debian, thanks to Marcelo Jorge Vieira (Closes: #636358)
 
- -- David Paleino   Tue, 13 Sep 2011 15:42:43 +0200
+ -- David Paleino   Tue, 13 Sep 2011 15:51:28 +0200
 
 openlayers (2.10+ds1-2) unstable; urgency=low
 

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


[openlayers] 30/41: Update Homepage URL for OpenLayers 2.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit be77ad65e49be1428e3891e0f5b67bf4beccf48f
Author: Bas Couwenberg 
Date:   Fri Dec 26 02:28:08 2014 +0100

Update Homepage URL for OpenLayers 2.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9166252..2a9826e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
   * Add gbp.conf to use pristine-tar by default.
   * Bump debhelper compatibility to 9.
   * Update watch file to use GitHub releases.
+  * Update Homepage URL for OpenLayers 2.
 
  -- Bas Couwenberg   Thu, 25 Dec 2014 22:52:21 +0100
 
diff --git a/debian/control b/debian/control
index bec192a..c8cbd31 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libnode-uglify,
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/openlayers.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/openlayers.git
-Homepage: http://openlayers.org/
+Homepage: http://openlayers.org/two/
 
 Package: libjs-openlayers
 Architecture: all

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


[openlayers] 20/41: Use uglifyjs instead of yui-compressor.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 59dad3d85c90db8cdcb894970dc2a70020077698
Author: David Paleino 
Date:   Sun Oct 9 13:14:26 2011 +0200

Use uglifyjs instead of yui-compressor.
---
 debian/changelog | 6 +-
 debian/control   | 2 +-
 debian/rules | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3453b2a..a284d0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 openlayers (2.11+ds1-2) UNRELEASED; urgency=low
 
+  [ Jonas Smedegaard ]
   * Add patch to improve GeoRSS parsing.
 
- -- Jonas Smedegaard   Sun, 09 Oct 2011 12:52:16 +0200
+  [ David Paleino ]
+  * Use uglifyjs instead of yui-compressor.
+
+ -- David Paleino   Sun, 09 Oct 2011 13:14:14 +0200
 
 openlayers (2.11+ds1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3c86615..ab04760 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Paleino 
 Build-Depends: debhelper (>= 8~)
  , python
 Build-Depends-Indep:
- yui-compressor
+ libnode-uglifyjs
  , naturaldocs
 Standards-Version: 3.9.2
 Homepage: http://openlayers.org/
diff --git a/debian/rules b/debian/rules
index 9c595c8..b03c1df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_build:

( cd build ; \
./build.py ; \
-   yui-compressor -o min.js OpenLayers.js ; \
+   uglifyjs -o min.js OpenLayers.js ; \
cat license.txt min.js > OpenLayers.min.js )
 
mkdir gendoc

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


[openlayers] 19/41: Fix typo in patch.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit f0dc15ae7e62a163b8df797e2a69a21e99f87532
Author: Jonas Smedegaard 
Date:   Sun Oct 9 13:11:29 2011 +0200

Fix typo in patch.
---
 debian/patches/improved-GeoRSS-parsing.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/patches/improved-GeoRSS-parsing.patch 
b/debian/patches/improved-GeoRSS-parsing.patch
index 909709f..4fa1e16 100644
--- a/debian/patches/improved-GeoRSS-parsing.patch
+++ b/debian/patches/improved-GeoRSS-parsing.patch
@@ -6,13 +6,14 @@ Last-Update: 2011-10-09
 
 --- a/lib/OpenLayers/Layer/GeoRSS.js
 +++ b/lib/OpenLayers/Layer/GeoRSS.js
-@@ -145,7 +145,9 @@
+@@ -145,7 +145,10 @@
  name = doc.getElementsByTagNameNS('*', 
'title')[0].firstChild.nodeValue;
  }
  catch (e) {
 -name = 
doc.getElementsByTagName('title')[0].firstChild.nodeValue;
 +try {
 +name = 
doc.getElementsByTagName('title')[0].firstChild.nodeValue;
++}
 +catch (e) {}
  }
  if (name) {

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


[openlayers] 24/41: Fix javascript compression

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 394b0c1234ef54a004e6dbaf2f5dbc2576b16d7b
Author: David Paleino 
Date:   Sun Oct 9 15:51:18 2011 +0200

Fix javascript compression
---
 debian/rules | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index b03c1df..e050dfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,8 @@ UPVER=$(shell echo $(DEBVER) | cut -d+ -f1)
 override_dh_auto_build:
dh_auto_build

-   ( cd build ; \
-   ./build.py ; \
-   uglifyjs -o min.js OpenLayers.js ; \
-   cat license.txt min.js > OpenLayers.min.js )
+   cd build && ./build.py
+   uglifyjs -o build/OpenLayers.min.js build/OpenLayers.js
 
mkdir gendoc
naturaldocs -i lib/ -o HTML gendoc/ -p doc_config/ -s Default OL

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


[openlayers] 12/41: New upstream release

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 031f9fff2aa2ff305ace5c2ba6ff5b3d5cfc41d3
Author: David Paleino 
Date:   Tue Sep 13 15:37:16 2011 +0200

New upstream release
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ecb8c54..8ad609a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openlayers (2.11+ds1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- David Paleino   Tue, 13 Sep 2011 15:37:06 +0200
+
 openlayers (2.10+ds1-2) unstable; urgency=low
 
   * Add Recommends on javascript-common

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


[openlayers] 21/41: Merge branch 'master' of git+ssh://git.debian.org/git/pkg-osm/openlayers

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 2133caeb1400a821d3f6adcc26686b54d3056ff6
Merge: f0dc15a 59dad3d
Author: Jonas Smedegaard 
Date:   Sun Oct 9 13:18:59 2011 +0200

Merge branch 'master' of git+ssh://git.debian.org/git/pkg-osm/openlayers

 debian/changelog | 6 +-
 debian/control   | 2 +-
 debian/rules | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

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


[openlayers] 26/41: Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit a6e124b3e19aad2ccaba14ff7ec2e0492e883d69
Author: Bas Couwenberg 
Date:   Thu Dec 25 22:52:24 2014 +0100

Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.

Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
Add myself to Uploaders.
---
 debian/changelog | 4 +++-
 debian/control   | 9 +
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 347a3b6..a7a86bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
 
   [ Bas Couwenberg ]
   * Restructure control file with cme.
+  * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
+  * Add myself to Uploaders.
 
- -- David Paleino   Sun, 09 Oct 2011 13:14:14 +0200
+ -- Bas Couwenberg   Thu, 25 Dec 2014 22:52:21 +0100
 
 openlayers (2.11+ds1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 90719a6..1cf590f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: openlayers
-Maintainer: Debian OpenStreetMap Team 
-Uploaders: David Paleino 
+Maintainer: Debian GIS Project 
+Uploaders: David Paleino ,
+   Bas Couwenberg 
 Section: web
 Priority: extra
 Build-Depends: debhelper (>= 8~),
@@ -8,8 +9,8 @@ Build-Depends: debhelper (>= 8~),
 Build-Depends-Indep: libnode-uglify,
  naturaldocs
 Standards-Version: 3.9.2
-Vcs-Browser: http://git.debian.org/?p=pkg-osm/openlayers.git
-Vcs-Git: git://git.debian.org/pkg-osm/openlayers.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/openlayers.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/openlayers.git
 Homepage: http://openlayers.org/
 
 Package: libjs-openlayers

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


[openlayers] 18/41: Update changelog.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit b46ea35ad7029199e539cd64af42bbfc8089b190
Author: Jonas Smedegaard 
Date:   Sun Oct 9 12:52:58 2011 +0200

Update changelog.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 01d00d5..3453b2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openlayers (2.11+ds1-2) UNRELEASED; urgency=low
+
+  * Add patch to improve GeoRSS parsing.
+
+ -- Jonas Smedegaard   Sun, 09 Oct 2011 12:52:16 +0200
+
 openlayers (2.11+ds1-1) unstable; urgency=low
 
   * New upstream release

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


[openlayers] 22/41: Fix dependency name

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit cf67cb253b8046a03505c1d1c25175a3fb6206cb
Author: David Paleino 
Date:   Sun Oct 9 13:15:12 2011 +0200

Fix dependency name
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ab04760..1d132e7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Paleino 
 Build-Depends: debhelper (>= 8~)
  , python
 Build-Depends-Indep:
- libnode-uglifyjs
+ libnode-uglify
  , naturaldocs
 Standards-Version: 3.9.2
 Homepage: http://openlayers.org/

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


[openlayers] 14/41: Added README.Debian, thanks to Marcelo Jorge Vieira (Closes: #636358)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 972265e92b2a3d440ff86ce68fceeace212d96ce
Author: David Paleino 
Date:   Tue Sep 13 15:44:42 2011 +0200

Added README.Debian, thanks to Marcelo Jorge Vieira (Closes: #636358)
---
 debian/README.Debian | 18 ++
 debian/changelog |  3 ++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 000..aff02ef
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,18 @@
+OpenLayers for Debian
+-
+
+If you wish to include OpenLayers in your HTML files which are served
+via a webserver you should add the following lines to your 
+section:
+
+
+
+If you're generating files which are going to be served via the
+filesystem (such that no HTTP server is used) instead you should
+access OpenLayers via the filesystem path:
+
+
+
+ -- Marcelo Jorge Vieira   Tue, 02 Aug 2011 11:56:10 -0300
diff --git a/debian/changelog b/debian/changelog
index 716fd68..e3c229b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ openlayers (2.11+ds1-1) UNRELEASED; urgency=low
   * New upstream release
   * Make resources available from a web browser, thanks to Andrew Harvey
 (Closes: #624604)
+  * Added README.Debian, thanks to Marcelo Jorge Vieira (Closes: #636358)
 
- -- David Paleino   Tue, 13 Sep 2011 15:39:44 +0200
+ -- David Paleino   Tue, 13 Sep 2011 15:42:43 +0200
 
 openlayers (2.10+ds1-2) unstable; urgency=low
 

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


[openlayers] 27/41: Add gbp.conf to use pristine-tar by default.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit d93ff9c3495defdb3f47cea32af0f0825dcddfe6
Author: Bas Couwenberg 
Date:   Thu Dec 25 22:54:02 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a7a86bc..a0c8cd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
   * Restructure control file with cme.
   * Change Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
   * Add myself to Uploaders.
+  * Add gbp.conf to use pristine-tar by default.
 
  -- Bas Couwenberg   Thu, 25 Dec 2014 22:52:21 +0100
 
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True

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


[openlayers] 13/41: Make resources available from a web browser, thanks to Andrew Harvey (Closes: #624604)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit cfe821c6247ae164d88c333624885126848ec2cf
Author: David Paleino 
Date:   Tue Sep 13 15:40:23 2011 +0200

Make resources available from a web browser, thanks to Andrew Harvey 
(Closes: #624604)
---
 debian/changelog   |  4 ++-
 debian/libjs-openlayers.links  |  2 ++
 debian/patches/00-fix_data_paths.patch | 56 --
 debian/patches/series  |  1 -
 4 files changed, 5 insertions(+), 58 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ad609a..716fd68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 openlayers (2.11+ds1-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Make resources available from a web browser, thanks to Andrew Harvey
+(Closes: #624604)
 
- -- David Paleino   Tue, 13 Sep 2011 15:37:06 +0200
+ -- David Paleino   Tue, 13 Sep 2011 15:39:44 +0200
 
 openlayers (2.10+ds1-2) unstable; urgency=low
 
diff --git a/debian/libjs-openlayers.links b/debian/libjs-openlayers.links
new file mode 100644
index 000..f23c1d3
--- /dev/null
+++ b/debian/libjs-openlayers.links
@@ -0,0 +1,2 @@
+/usr/share/openlayers/theme/usr/share/javascript/openlayers/theme
+/usr/share/openlayers/img  /usr/share/javascript/openlayers/img
diff --git a/debian/patches/00-fix_data_paths.patch 
b/debian/patches/00-fix_data_paths.patch
deleted file mode 100644
index 4f48a62..000
--- a/debian/patches/00-fix_data_paths.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From: David Paleino 
-Subject: fix paths to images and themes
-Origin: vendor
-Forwarded: not-needed
-

- lib/OpenLayers/Control/PanPanel.js  |2 +-
- lib/OpenLayers/Control/ZoomPanel.js |2 +-
- lib/OpenLayers/Map.js   |2 +-
- lib/OpenLayers/Util.js  |2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
 openlayers.orig/lib/OpenLayers/Util.js
-+++ openlayers/lib/OpenLayers/Util.js
-@@ -668,7 +668,7 @@ OpenLayers.Util.urlAppend = function(url
-  * Property: ImgPath
-  * {String} Default is ''.
-  */
--OpenLayers.ImgPath = '';
-+OpenLayers.ImgPath = '/usr/share/openlayers/img/';
- 
- /** 
-  * Function: getImagesLocation
 openlayers.orig/lib/OpenLayers/Map.js
-+++ openlayers/lib/OpenLayers/Map.js
-@@ -475,7 +475,7 @@ OpenLayers.Map = OpenLayers.Class({
- 
- this.paddingForPopups = new OpenLayers.Bounds(15, 15, 15, 15);
- 
--this.theme = OpenLayers._getScriptLocation() + 
-+this.theme = '/usr/share/openlayers/' +
-  'theme/default/style.css'; 
- 
- // now override default options 
 openlayers.orig/lib/OpenLayers/Control/PanPanel.js
-+++ openlayers/lib/OpenLayers/Control/PanPanel.js
-@@ -21,7 +21,7 @@
-  * 
-  * (code)
-  * 
-  * (end)
-  *
 openlayers.orig/lib/OpenLayers/Control/ZoomPanel.js
-+++ openlayers/lib/OpenLayers/Control/ZoomPanel.js
-@@ -24,7 +24,7 @@
-  * 
-  * (code)
-  * 
-  * (end)
-  * 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c7cb77f..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-00-fix_data_paths.patch

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


[openlayers] 17/41: Add patch to improve GeoRSS parsing.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit ad2585af9a8fcbe909c1e33ee8c1cab4bead3b16
Author: Jonas Smedegaard 
Date:   Sun Oct 9 12:52:00 2011 +0200

Add patch to improve GeoRSS parsing.
---
 debian/patches/improved-GeoRSS-parsing.patch | 19 +++
 debian/patches/series|  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/improved-GeoRSS-parsing.patch 
b/debian/patches/improved-GeoRSS-parsing.patch
new file mode 100644
index 000..909709f
--- /dev/null
+++ b/debian/patches/improved-GeoRSS-parsing.patch
@@ -0,0 +1,19 @@
+Description: Improve GeoRSS parsing
+ Fix gracefully handle some GeoRSS on IE8 and older.
+ Example: 
+Author: Jonas Smedegaard 
+Last-Update: 2011-10-09
+
+--- a/lib/OpenLayers/Layer/GeoRSS.js
 b/lib/OpenLayers/Layer/GeoRSS.js
+@@ -145,7 +145,9 @@
+ name = doc.getElementsByTagNameNS('*', 
'title')[0].firstChild.nodeValue;
+ }
+ catch (e) {
+-name = 
doc.getElementsByTagName('title')[0].firstChild.nodeValue;
++try {
++name = 
doc.getElementsByTagName('title')[0].firstChild.nodeValue;
++catch (e) {}
+ }
+ if (name) {
+ this.setName(name);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..3c9066c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+improved-GeoRSS-parsing.patch

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


[openlayers] 23/41: Merge branch 'master' of git+ssh://git.debian.org/git/pkg-osm/openlayers

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit b130ba2e311eabd84f88fe6e8b337929c53019bc
Merge: cf67cb2 2133cae
Author: David Paleino 
Date:   Sun Oct 9 13:31:23 2011 +0200

Merge branch 'master' of git+ssh://git.debian.org/git/pkg-osm/openlayers

 debian/patches/improved-GeoRSS-parsing.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


[openlayers] 25/41: Restructure control file with cme.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit da4d0ccbf5a2e14e575e06e574d536098ba1d560
Author: Bas Couwenberg 
Date:   Thu Dec 25 22:45:07 2014 +0100

Restructure control file with cme.
---
 debian/changelog |  3 +++
 debian/control   | 18 +-
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a284d0a..347a3b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ openlayers (2.11+ds1-2) UNRELEASED; urgency=low
   [ David Paleino ]
   * Use uglifyjs instead of yui-compressor.
 
+  [ Bas Couwenberg ]
+  * Restructure control file with cme.
+
  -- David Paleino   Sun, 09 Oct 2011 13:14:14 +0200
 
 openlayers (2.11+ds1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1d132e7..90719a6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,16 @@
 Source: openlayers
-Section: web
-Priority: extra
 Maintainer: Debian OpenStreetMap Team 
 Uploaders: David Paleino 
-Build-Depends: debhelper (>= 8~)
- , python
-Build-Depends-Indep:
- libnode-uglify
- , naturaldocs
+Section: web
+Priority: extra
+Build-Depends: debhelper (>= 8~),
+   python
+Build-Depends-Indep: libnode-uglify,
+ naturaldocs
 Standards-Version: 3.9.2
-Homepage: http://openlayers.org/
-Vcs-Git: git://git.debian.org/pkg-osm/openlayers.git
 Vcs-Browser: http://git.debian.org/?p=pkg-osm/openlayers.git
+Vcs-Git: git://git.debian.org/pkg-osm/openlayers.git
+Homepage: http://openlayers.org/
 
 Package: libjs-openlayers
 Architecture: all
@@ -38,3 +37,4 @@ Description: documentation for OpenLayers
  Earth APIs.
  .
  This package contains documentation and examples of OpenLayers.
+

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


[openlayers] 11/41: Merge commit 'upstream/2.11+ds1'

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 637e76704aa27ec5e4cbdbbbfcbfdc1396c437a1
Merge: acdf4f1 cfdaf77
Author: David Paleino 
Date:   Tue Sep 13 15:36:32 2011 +0200

Merge commit 'upstream/2.11+ds1'

 apidoc_config/Data/ClassHierarchy.nd   |  Bin 30562 -> 37616 bytes
 apidoc_config/Data/ConfigFileInfo.nd   |  Bin 26 -> 26 bytes
 apidoc_config/Data/FileInfo.nd |  604 ++--
 apidoc_config/Data/ImageFileInfo.nd|  Bin 216 -> 252 bytes
 apidoc_config/Data/ImageReferenceTable.nd  |  Bin 252 -> 494 bytes
 apidoc_config/Data/IndexInfo.nd|  Bin 267 -> 267 bytes
 apidoc_config/Data/PreviousMenuState.nd|  Bin 23434 -> 29654 bytes
 apidoc_config/Data/PreviousSettings.nd |  Bin 115 -> 139 bytes
 apidoc_config/Data/SymbolTable.nd  |  Bin 502126 -> 605942 
bytes
 apidoc_config/Languages.txt|2 +-
 apidoc_config/Menu.txt |  308 ++-
 apidoc_config/Topics.txt   |2 +-
 build/OpenLayers.js| 2885 
 build/README.txt   |   43 +-
 build/build.py |   68 +-
 build/full.cfg |   25 +-
 build/library.cfg  |   28 +-
 build/license.txt  |   35 +-
 build/lite.cfg |5 -
 build/mobile.cfg   |   36 +
 build/tests.cfg|   10 +
 doc/apidocs/files/OpenLayers-js.html   |8 +-
 doc/apidocs/files/OpenLayers/Ajax-js.html  |   28 +-
 doc/apidocs/files/OpenLayers/BaseTypes-js.html |   68 +-
 .../files/OpenLayers/BaseTypes/Bounds-js.html  |   62 +-
 .../files/OpenLayers/BaseTypes/Class-js.html   |   20 +-
 .../files/OpenLayers/BaseTypes/Date-js.html|   45 +
 .../files/OpenLayers/BaseTypes/Element-js.html |   28 +-
 .../files/OpenLayers/BaseTypes/LonLat-js.html  |   26 +-
 .../files/OpenLayers/BaseTypes/Pixel-js.html   |   24 +-
 .../files/OpenLayers/BaseTypes/Size-js.html|   14 +-
 doc/apidocs/files/OpenLayers/Console-js.html   |   46 +-
 doc/apidocs/files/OpenLayers/Control-js.html   |   42 +-
 .../files/OpenLayers/Control/ArgParser-js.html |   12 +-
 .../files/OpenLayers/Control/Attribution-js.html   |   12 +-
 .../files/OpenLayers/Control/Button-js.html|   10 +-
 .../files/OpenLayers/Control/DragFeature-js.html   |   24 +-
 .../files/OpenLayers/Control/DragPan-js.html   |   14 +-
 .../files/OpenLayers/Control/DrawFeature-js.html   |   32 +-
 .../OpenLayers/Control/EditingToolbar-js.html  |   12 +-
 .../files/OpenLayers/Control/Geolocate-js.html |   59 +
 .../files/OpenLayers/Control/GetFeature-js.html|   12 +-
 .../files/OpenLayers/Control/Graticule-js.html |   20 +-
 .../OpenLayers/Control/KeyboardDefaults-js.html|   18 +-
 .../files/OpenLayers/Control/LayerSwitcher-js.html |   16 +-
 .../files/OpenLayers/Control/Measure-js.html   |   26 +-
 .../files/OpenLayers/Control/ModifyFeature-js.html |   28 +-
 .../files/OpenLayers/Control/MouseDefaults-js.html |   16 +-
 .../files/OpenLayers/Control/MousePosition-js.html |   18 +-
 .../files/OpenLayers/Control/MouseToolbar-js.html  |   16 +-
 .../files/OpenLayers/Control/NavToolbar-js.html|   12 +-
 .../files/OpenLayers/Control/Navigation-js.html|   16 +-
 .../OpenLayers/Control/NavigationHistory-js.html   |   24 +-
 .../files/OpenLayers/Control/OverviewMap-js.html   |   18 +-
 doc/apidocs/files/OpenLayers/Control/Pan-js.html   |   18 +-
 .../files/OpenLayers/Control/PanPanel-js.html  |   20 +-
 .../files/OpenLayers/Control/PanZoom-js.html   |   16 +-
 .../files/OpenLayers/Control/PanZoomBar-js.html|   18 +-
 doc/apidocs/files/OpenLayers/Control/Panel-js.html |   32 +-
 .../files/OpenLayers/Control/Permalink-js.html |   20 +-
 .../files/OpenLayers/Control/PinchZoom-js.html |   53 +
 .../files/OpenLayers/Control/SLDSelect-js.html |   28 +-
 doc/apidocs/files/OpenLayers/Control/Scale-js.html |   12 +-
 .../files/OpenLayers/Control/ScaleLine-js.html |   12 +-
 .../files/OpenLayers/Control/SelectFeature-js.html |   18 +-
 .../files/OpenLayers/Control/Snapping-js.html  |   22 +-
 doc/apidocs/files/OpenLayers/Control/Split-js.html |   22 +-
 .../OpenLayers/Control/TouchNavigation-js.html |   55 +
 .../OpenLayers/Control/TransformFeature-js.html|   38 +-
 .../OpenLayers/Control/WMSGetFeatureInfo-js.html   |   16 +-
 .../OpenLayers/Control/WMTSGetFeatureInfo-js.html  |   14 +-
 .../files/OpenLayers/Control/ZoomBox-js.html   |   10 +-
 .../files/OpenLayers/Control/ZoomIn-js.html|   10 +-
 .../files/OpenLaye

[openlayers] 10/41: Imported Upstream version 2.11+ds1

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit cfdaf77f4cf2564a6b897cdb3ca5ffb0f4434b0f
Author: David Paleino 
Date:   Tue Sep 13 15:36:23 2011 +0200

Imported Upstream version 2.11+ds1

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


[openlayers] 08/41: Releasing to sid

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit acdf4f15b005f0e8a4375a1b51e1f8df1d6dfa6b
Author: David Paleino 
Date:   Sat Apr 16 08:36:33 2011 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 0edd9e3..ecb8c54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-openlayers (2.10+ds1-2) UNRELEASED; urgency=low
+openlayers (2.10+ds1-2) unstable; urgency=low
 
   * Add Recommends on javascript-common
   * Bump Standards-Version to 3.9.2, no changes needed
 
- -- David Paleino   Sat, 16 Apr 2011 08:32:18 +0200
+ -- David Paleino   Sat, 16 Apr 2011 08:32:32 +0200
 
 openlayers (2.10+ds1-1) unstable; urgency=low
 

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


[openlayers] 05/41: Uploading to NEW

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit a29d6a24b40c4d2998044c45a051b0407d553506
Author: David Paleino 
Date:   Fri Mar 18 23:21:12 2011 +0100

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

diff --git a/debian/changelog b/debian/changelog
index b30a3c3..910fe40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-openlayers (2.10+ds1-1) UNRELEASED; urgency=low
+openlayers (2.10+ds1-1) unstable; urgency=low
 
   * Initial release (Closes: #430359)
 
- -- David Paleino   Fri, 18 Mar 2011 21:09:07 +0100
+ -- David Paleino   Fri, 18 Mar 2011 23:19:26 +0100

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


[openlayers] 04/41: Fix doc-base file

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit de33e92dac17c267e66f4d7ecd1833212415af88
Author: David Paleino 
Date:   Fri Mar 18 23:19:18 2011 +0100

Fix doc-base file
---
 debian/libjs-openlayers-doc.doc-base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libjs-openlayers-doc.doc-base 
b/debian/libjs-openlayers-doc.doc-base
index 634e8f0..6d09fc6 100644
--- a/debian/libjs-openlayers-doc.doc-base
+++ b/debian/libjs-openlayers-doc.doc-base
@@ -7,3 +7,4 @@ Section: Programming/Javascript
 
 Format: HTML
 Index: /usr/share/doc/libjs-openlayers-doc/html/index.html
+Files: /usr/share/doc/libjs-openlayers-doc/html/*

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


[openlayers] 03/41: Fix perms

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 96a20a880b2f66f4dde368680d20fe4abe39504e
Author: David Paleino 
Date:   Fri Mar 18 23:18:26 2011 +0100

Fix perms
---
 img/cloud-popup-relative.png | Bin
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/img/cloud-popup-relative.png b/img/cloud-popup-relative.png
old mode 100755
new mode 100644

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


[openlayers] 07/41: Bump Standards-Version to 3.9.2, no changes needed

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 29d112bdab78bad7733080327d30f7aa80e032cd
Author: David Paleino 
Date:   Sat Apr 16 08:32:29 2011 +0200

Bump Standards-Version to 3.9.2, no changes needed
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de38d44..0edd9e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 openlayers (2.10+ds1-2) UNRELEASED; urgency=low
 
   * Add Recommends on javascript-common
+  * Bump Standards-Version to 3.9.2, no changes needed
 
- -- David Paleino   Sat, 16 Apr 2011 08:31:57 +0200
+ -- David Paleino   Sat, 16 Apr 2011 08:32:18 +0200
 
 openlayers (2.10+ds1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f327b65..3c86615 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8~)
 Build-Depends-Indep:
  yui-compressor
  , naturaldocs
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://openlayers.org/
 Vcs-Git: git://git.debian.org/pkg-osm/openlayers.git
 Vcs-Browser: http://git.debian.org/?p=pkg-osm/openlayers.git

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


[openlayers] 06/41: Add Recommends on javascript-common

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit 46bb21cebcdea87d7f9996d99989f5ef112a200c
Author: David Paleino 
Date:   Sat Apr 16 08:32:06 2011 +0200

Add Recommends on javascript-common
---
 debian/changelog | 6 ++
 debian/control   | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 910fe40..de38d44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openlayers (2.10+ds1-2) UNRELEASED; urgency=low
+
+  * Add Recommends on javascript-common
+
+ -- David Paleino   Sat, 16 Apr 2011 08:31:57 +0200
+
 openlayers (2.10+ds1-1) unstable; urgency=low
 
   * Initial release (Closes: #430359)
diff --git a/debian/control b/debian/control
index fb0cc66..f327b65 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-osm/openlayers.git
 Package: libjs-openlayers
 Architecture: all
 Depends: ${misc:Depends}
+Recommends: javascript-common
 Description: JavaScript library for displaying map data in web browsers
  OpenLayers is a pure JavaScript library for displaying map data in
  most modern web browsers, with no server-side dependencies.

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


[openlayers] branch master created (now 8ef5ff9)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository openlayers.

at  8ef5ff9   Also build light, lite, mobile & tests variants.

This branch includes the following new commits:

   new  3e553a9   Imported Upstream version 2.10+ds1
   new  ea89640   First debianization
   new  96a20a8   Fix perms
   new  de33e92   Fix doc-base file
   new  a29d6a2   Uploading to NEW
   new  46bb21c   Add Recommends on javascript-common
   new  29d112b   Bump Standards-Version to 3.9.2, no changes needed
   new  acdf4f1   Releasing to sid
   new  2a52aec   Imported Upstream version 2.11+ds1
   new  cfdaf77   Imported Upstream version 2.11+ds1
   new  637e767   Merge commit 'upstream/2.11+ds1'
   new  031f9ff   New upstream release
   new  cfe821c   Make resources available from a web browser, thanks to 
Andrew Harvey (Closes: #624604)
   new  972265e   Added README.Debian, thanks to Marcelo Jorge Vieira 
(Closes: #636358)
   new  143e024   Remove non-existant file
   new  ef7373c   Releasing to sid
   new  ad2585a   Add patch to improve GeoRSS parsing.
   new  b46ea35   Update changelog.
   new  f0dc15a   Fix typo in patch.
   new  59dad3d   Use uglifyjs instead of yui-compressor.
   new  2133cae   Merge branch 'master' of 
git+ssh://git.debian.org/git/pkg-osm/openlayers
   new  cf67cb2   Fix dependency name
   new  b130ba2   Merge branch 'master' of 
git+ssh://git.debian.org/git/pkg-osm/openlayers
   new  394b0c1   Fix javascript compression
   new  da4d0cc   Restructure control file with cme.
   new  a6e124b   Change Maintainer from Debian OpenStreetMap Team to 
Debian GIS Project.
   new  d93ff9c   Add gbp.conf to use pristine-tar by default.
   new  e0f93cd   Bump debhelper compatibility to 9.
   new  aeba955   Update watch file to use GitHub releases.
   new  be77ad6   Update Homepage URL for OpenLayers 2.
   new  6e27753   Update copyright file to use copyright-format 1.0, use 
Files-Excluded to repack the upstream tarball.
   new  f0350f6   Imported Upstream version 2.12+ds1
   new  aa89939   Merge tag 'upstream/2.12+ds1'
   new  e4b03a7   Imported Upstream version 2.13+ds1
   new  96c1b8f   Merge tag 'upstream/2.13+ds1'
   new  a4729b0   Imported Upstream version 2.13.1+ds1
   new  9a8aadd   Merge tag 'upstream/2.13.1+ds1'
   new  1cbe329   New upstream release.
   new  da187c6   Update copyright for MIT licensed files.
   new  7a5478c   Update build-dependency for node-uglify.
   new  8ef5ff9   Also build light, lite, mobile & tests variants.

The 41 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/openlayers.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


[openlayers] 02/41: First debianization

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers.

commit ea89640a38692c6c7cb524c36475df24a8e609ac
Author: David Paleino 
Date:   Fri Mar 18 23:09:21 2011 +0100

First debianization
---
 debian/README.source   | 11 
 debian/changelog   |  5 ++
 debian/clean   |  3 ++
 debian/compat  |  1 +
 debian/control | 39 +++
 debian/copyright   | 91 ++
 debian/docs|  2 +
 debian/libjs-openlayers-doc.doc-base   |  9 
 debian/libjs-openlayers-doc.examples   |  1 +
 debian/libjs-openlayers-doc.install|  1 +
 debian/libjs-openlayers.install|  4 ++
 debian/patches/00-fix_data_paths.patch | 56 +
 debian/patches/series  |  1 +
 debian/rules   | 45 +
 debian/source/format   |  1 +
 debian/watch   |  3 ++
 16 files changed, 273 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..0398e54
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+openlayers for Debian
+-
+
+The source has been repackaged to remove useless (for Debian) external tools
+used during the build process, some with licensing problems.
+
+ -- David Paleino   Fri, 18 Mar 2011 22:37:56 +0100
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..b30a3c3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+openlayers (2.10+ds1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #430359)
+
+ -- David Paleino   Fri, 18 Mar 2011 21:09:07 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 000..c6d22aa
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,3 @@
+build/*.js
+tools/*.pyc
+doc_config/Data/*
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..fb0cc66
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: openlayers
+Section: web
+Priority: extra
+Maintainer: Debian OpenStreetMap Team 
+Uploaders: David Paleino 
+Build-Depends: debhelper (>= 8~)
+ , python
+Build-Depends-Indep:
+ yui-compressor
+ , naturaldocs
+Standards-Version: 3.9.1
+Homepage: http://openlayers.org/
+Vcs-Git: git://git.debian.org/pkg-osm/openlayers.git
+Vcs-Browser: http://git.debian.org/?p=pkg-osm/openlayers.git
+
+Package: libjs-openlayers
+Architecture: all
+Depends: ${misc:Depends}
+Description: JavaScript library for displaying map data in web browsers
+ OpenLayers is a pure JavaScript library for displaying map data in
+ most modern web browsers, with no server-side dependencies.
+ .
+ OpenLayers implements a JavaScript API for building rich web-based
+ geographic applications, similar to the Google Maps and MSN Virtual
+ Earth APIs.
+
+Package: libjs-openlayers-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Description: documentation for OpenLayers
+ OpenLayers is a pure JavaScript library for displaying map data in
+ most modern web browsers, with no server-side dependencies.
+ .
+ OpenLayers implements a JavaScript API for building rich web-based
+ geographic applications, similar to the Google Maps and MSN Virtual
+ Earth APIs.
+ .
+ This package contains documentation and examples of OpenLayers.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..1f68fd6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,91 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: OpenLayers
+Source: http://openlayers.org/
+
+Files: *
+Copyright: © 2005-2010, OpenLayers Contributors
+License: BSD-3
+X-Comments: portions are © 2005, Sam Stephenson ,
+ under MIT license, from the Prototype framework 1.4.0.
+
+Files: debian/*
+Copyright: © 2011, David Paleino 
+License: BSD-3
+
+Files: lib/Gears/gears_init.js
+Copyright: © 2007, Google Inc.
+License: BSD-3
+
+Files: lib/OpenLayers/Request/XMLHttpRequest.js
+Copyright: © 2010, Sergey Ilinsky 
+License: Apache-2.0
+
+Files: lib/Rico/*
+Copyright: © 2005, Sabre Airline Solutions
+License: Apache-2.0
+
+Files: tools/toposort.py
+Copyright: © Tim Peters
+License: BSD-3
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted (subject to the limitations in the
+ disclaimer below) provided that the following conditions are met:
+ .
+  * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ .
+  * Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and t

[libgeotiff-epsg] branch master updated (c83f8a8 -> 0b43ccb)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository libgeotiff-epsg.

  from  c83f8a8   Disable Bug-Submit in metadata, requires login.
   new  0b43ccb   Set XZ compression level.

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/changelog   | 1 +
 debian/get-orig-source | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

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


[libgeotiff-epsg] 01/01: Set XZ compression level.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository libgeotiff-epsg.

commit 0b43ccbcc9032ca2edc8349f913b3de67e77bc57
Author: Bas Couwenberg 
Date:   Fri Dec 26 03:34:04 2014 +0100

Set XZ compression level.
---
 debian/changelog   | 1 +
 debian/get-orig-source | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 77a275c..a75c49e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libgeotiff-epsg (1.4.1-1~exp2) UNRELEASED; urgency=medium
 
   * Add upstream metadata.
+  * Set XZ compression level.
 
  -- Bas Couwenberg   Sat, 29 Nov 2014 00:54:18 +0100
 
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 07d979e..4e4f419 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -48,7 +48,7 @@ find ${TARDIR} -mindepth 1 -maxdepth 1 -not -name csv -exec 
rm -rf {} \;
 
 ORIGTARFILE="${PACKAGE}_${VERSION}.orig.tar.${COMPRESS}"
 
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf 
${ORIGTARFILE} "${TARDIR}"
+GZIP="--best --no-name" XZ_OPT="-6v" tar --owner=root --group=root --mode=a+rX 
-caf ${ORIGTARFILE} "${TARDIR}"
 
 mv ${ORIGTARFILE} ${PARENTDIR}
 

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


[openlayers3] 01/01: Update watch file to support pre-releases.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository openlayers3.

commit 0ec376c7c30f2ce447cfba7e83eab9daa8429bec
Author: Bas Couwenberg 
Date:   Fri Dec 26 00:28:26 2014 +0100

Update watch file to support pre-releases.
---
 debian/watch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/watch b/debian/watch
index b0f4b6f..54fa203 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,6 @@
 version=3
 opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\
-filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.tar\.gz/ol3js-$1.tar.gz/" \
+uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|gamma|beta|alpha|b|a)[\-\.]?(\d*))$/$1~$3$4/,\
+filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.tar\.gz/ol3js-$1.tar.gz/" \
 https://github.com/openlayers/ol3/releases \
-(?:.*/)*(?:rel|v|rasterio|)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+(?:.*/)*(?:rel|v|r|ol3|)[\-\_]?(\d[\d\-\.\w]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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


[openlayers3] branch master updated (8e00088 -> 0ec376c)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository openlayers3.

  from  8e00088   Add watchfile
   new  0ec376c   Update watch file to support pre-releases.

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/watch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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


[openlayers3] annotated tag upstream/3.1.1 created (now 901a709)

2014-12-25 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to annotated tag upstream/3.1.1
in repository openlayers3.

at  901a709   (tag)
   tagging  45087af5142e7c4bc487c7711b591430784bc343 (commit)
 tagged by  Johan Van de Wauw
on  Thu Dec 25 21:53:08 2014 +0100

- Log -
Upstream version 3.1.1

Johan Van de Wauw (1):
  Imported Upstream version 3.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/openlayers3.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


[openlayers3] 03/03: Add watchfile

2014-12-25 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository openlayers3.

commit 8e00088ccbeafa62bc21c588066931f16b901296
Author: Johan Van de Wauw 
Date:   Thu Dec 25 23:47:35 2014 +0100

Add watchfile
---
 debian/watch | 26 +-
 1 file changed, 5 insertions(+), 21 deletions(-)

diff --git a/debian/watch b/debian/watch
index cf7c3cd..b0f4b6f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,22 +1,6 @@
 version=3
-
-# Uncomment to examine a Webpage
-#  
-#http://www.example.com/downloads.php openlayers3-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/openlayers3-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/openlayers3-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge
-# 
http://sf.net/openlayers3/openlayers3-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
-
-# Uncomment to find new files on GooglePages
-# http://code.google.com/p/openlayers3/downloads/list?can=1 \
-#  .*/openlayers3-([-.\d]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip)
-
-# if tweaking of source is needed
-# \
-# debian debian/get-orig-source
+opts="dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,\
+filenamemangle=s/(?:.*?)?v?(\d[\d\.]*)\.tar\.gz/ol3js-$1.tar.gz/" \
+https://github.com/openlayers/ol3/releases \
+(?:.*/)*(?:rel|v|rasterio|)[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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


[openlayers3] 02/03: Initial debian files

2014-12-25 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository openlayers3.

commit 8b553a7eebd6262ab9f4ffc6328a160f5b6506f1
Author: Johan Van de Wauw 
Date:   Thu Dec 25 22:08:21 2014 +0100

Initial debian files
---
 debian/changelog   |  5 +
 debian/compat  |  1 +
 debian/control | 21 +
 debian/copyright   | 37 +
 debian/get-orig-source | 45 +
 debian/install |  1 +
 debian/rules   | 16 
 debian/source/format   |  1 +
 debian/watch   | 22 ++
 9 files changed, 149 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..62f78bb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+openlayers3 (3.1.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #)  
+
+ -- Johan Van de Wauw   Thu, 25 Dec 2014 22:10:44 
+0100
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..ad86bfa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: openlayers3
+Section: science
+Priority: optional
+Maintainer: Debian GIS Project 
+Uploaders: Johan Van de Wauw ,
+   Bas Couwenberg 
+Build-Depends: debhelper (>= 9),
+   python,
+   python-pystache,
+   nodejs,
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/openlayers3.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/openlayers3.git
+Homepage: 
+
+Package: libjs-openlayers3
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: javascript-common
+Description: 
+ 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..fd3dcef
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: openlayers3
+Source: https://github.com/openlayers/ol3
+
+Files: *
+Copyright: © 2005-2014, OpenLayers Contributors
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright: © 2014, Johan Van de Wauw 
+License: BSD-2-Clause
+
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright notice, 
this
+ list of conditions and the following disclaimer in the documentation and/or
+ other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY OPENLAYERS CONTRIBUTORS ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 
OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ .
+ The views and conclusions contained in the software and documentation are 
those
+ of the authors and should not be interpreted as representing official 
policies,
+ either expressed or implied, of OpenLayers Contributors.
diff --git a/debian/get-orig-source b/debian/get-orig-source
new file mode 100755
index 000..e486809
--- /dev/null
+++ b/debian/get-orig-source
@@ -0,0 +1,45 @@
+#!/bin/sh
+# if you need to repack for whatever reason you can
+# use this script via uscan or directly
+#
+# FIXME: currently the code is not conform to Debian Policy
+#http://www.debian.org/doc/debian-policy/ch-source.html
+#"get-orig-source (optional)"
+#This target may be invoked in any directory, ...
+# --> currently it is assumed the script is called in the
+# source directory featuring the debian/ dir
+
+COMPRESS=xz
+
+set -e
+NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
+
+if ! echo $@ | grep -q upstream-version ; then
+VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 
's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
+uscan --force-download
+else
+VERSION=`echo $@ | sed "s?^.*--upstream-version \([0-9.]\+\) 
.*${NAME}.*?\1?"`
+if echo "$VERSION" | grep -q "upstream-version" ; then
+echo "Unable to parse version number"
+exit
+fi
+fi
+
+TARDIR=${NAME}-${VE

[openlayers3] branch master created (now 8e00088)

2014-12-25 Thread Johan Van de Wauw
This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a change to branch master
in repository openlayers3.

at  8e00088   Add watchfile

This branch includes the following new commits:

   new  45087af   Imported Upstream version 3.1.1
   new  8b553a7   Initial debian files
   new  8e00088   Add watchfile

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


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/openlayers3.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_0.0.0+svn3392-1~exp1_amd64.changes ACCEPTED into experimental

2014-12-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Dec 2014 20:11:52 +0100
Source: mkgmap
Binary: mkgmap
Architecture: source all
Version: 0.0.0+svn3392-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 mkgmap - Generate Garmin maps from OpenStreetMap data
Changes:
 mkgmap (0.0.0+svn3392-1~exp1) experimental; urgency=medium
 .
   * New upstream SVN snapshot.
   * Change alternative dependency on openjdk-7-jre to java7-runtime.
   * Also suggest qmapshack beside qlandkarte.
Checksums-Sha1:
 50fa707766bbe54677bde3780ec3ab0af8ddb61f 2143 mkgmap_0.0.0+svn3392-1~exp1.dsc
 59f6317ead4366cb202e01001339308954de712c 1627266 
mkgmap_0.0.0+svn3392.orig.tar.gz
 f4682b4db75381101a81c68ce0978af25508d0eb 6164 
mkgmap_0.0.0+svn3392-1~exp1.debian.tar.xz
 73758d24ee68be2de69d2aeebfd8053f789ab0c3 1970552 
mkgmap_0.0.0+svn3392-1~exp1_all.deb
Checksums-Sha256:
 6e1422d7b547423e81f1d226fd4e91d9665d0369c6829ca9f73538761fbd63f2 2143 
mkgmap_0.0.0+svn3392-1~exp1.dsc
 331bec3e4ed48c5dacb60a999deafa0599fe5953bb33ee8ebbc74e5da60406dd 1627266 
mkgmap_0.0.0+svn3392.orig.tar.gz
 b267877d50d66cf428485d614be9718752010bf5f308378c57b3b5e6d355cf69 6164 
mkgmap_0.0.0+svn3392-1~exp1.debian.tar.xz
 7fdbf718ec3fe38a29c79e7cd26c81923c376da7100f3ee3fd62b2370885df50 1970552 
mkgmap_0.0.0+svn3392-1~exp1_all.deb
Files:
 346929c2fdf0773d79d0452799391939 2143 utils optional 
mkgmap_0.0.0+svn3392-1~exp1.dsc
 89a152757773527cd8f542feef855d03 1627266 utils optional 
mkgmap_0.0.0+svn3392.orig.tar.gz
 a5c26454f76d83a6bca5e205b11ee948 6164 utils optional 
mkgmap_0.0.0+svn3392-1~exp1.debian.tar.xz
 82e52b12b40fda2bc3c72fd07d28c15d 1970552 utils optional 
mkgmap_0.0.0+svn3392-1~exp1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUnHNdAAoJEFeKBJTRxkbRZfQQAISoPnxMW2HMBND3dSyi3CB9
yzwFTX41979qs9CbsCnbYchSjaQ1cVuHPSrAPToYGmilkmdTUGzQkxPGpfbbJuyD
4wJKlbFyv14BXg9erhxDL93TDj/X1j9MfBUswJZ535o+7Ssl28HGHn47OqJ74kYi
S5Wyl9LX28xq37uM/m5bNIB5o6Q5O48sHjGJfaNhif+9tfN0t0s4iZydIeSheXU6
tkgW1/uG+ZpiTPAfZSo43Hmy1lDDUJJ1JIn36uPZ5v9p4qnwwVV6sH9josbUrMFH
j0M1HShzQ8wgWmSp39znv1RYW/OnKRn4fTdwjLyKrcs6s1W47KGEsrqJFNmFXfeW
z8IeFKqYOvZ1IeiUvClTPFw5Vn4og5ENbvom6gZSDsOBZ5t3BFb7nN9qUwkoWKSj
CbzP3oTuCPawRXjgrGGDPBY8UVQrr9+YvKDyP79zME/JAJCzvtKAXaRoN650td9D
MBCbxcHppigLQhriZtmRGRSNVKx7AUuAW4Fo6q9a36DxXmNH0yxCBYB65ufz46cl
Yn4zfuBKCiDTAV5LNmF01+XEOcJrHkvFpm2LfXFpYrtNDAWgRQuANKY9Uc/48kwD
TTMZjaKhdakS7N1f3RjyBBAWCI6JL4rnaxdDJBGYOkwl6fMd9sarRvnTYmHOx7x0
ln224Rf+E3FrpZ9h3cQB
=EzbD
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[mkgmap] tag debian/0.0.0+svn3392-1.exp1 created (now e7c4ad2)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/0.0.0+svn3392-1.exp1
in repository mkgmap.

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

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


Processing of mkgmap_0.0.0+svn3392-1~exp1_amd64.changes

2014-12-25 Thread Debian FTP Masters
mkgmap_0.0.0+svn3392-1~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  mkgmap_0.0.0+svn3392-1~exp1.dsc
  mkgmap_0.0.0+svn3392.orig.tar.gz
  mkgmap_0.0.0+svn3392-1~exp1.debian.tar.xz
  mkgmap_0.0.0+svn3392-1~exp1_all.deb

Greetings,

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

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


Bug#773928: RFS: mkgmap/0.0.0+svn3392-1~exp1

2014-12-25 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "mkgmap"

 Package name: mkgmap
 Version : 0.0.0+svn3392-1~exp1
 Upstream Author : Steve Ratcliffe 
 URL : http://www.mkgmap.org.uk
 License : GPL-2+
 Section : utils

It builds those binary packages:

 mkgmap - Generate Garmin maps from OpenStreetMap data

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/mkgmap


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/m/mkgmap/mkgmap_0.0.0+svn3392-1~exp1.dsc

More information about mkgmap can be obtained from http://www.mkgmap.org.uk.

Changes since the last upload:

  * New upstream SVN snapshot.
  * Change alternative dependency on openjdk-7-jre to java7-runtime.
  * Also suggest qmapshack beside qlandkarte.


Regards,
 Bas Couwenberg

___
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 upstream updated (82a85d8 -> 04b4e0a)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch upstream
in repository mkgmap.

  from  82a85d8   Imported Upstream version 0.0.0+svn3383
   new  04b4e0a   Imported Upstream version 0.0.0+svn3392

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:
 resources/mkgmap-version.properties|  4 +--
 src/uk/me/parabola/imgfmt/app/Coord.java   | 19 +++---
 src/uk/me/parabola/mkgmap/build/MapBuilder.java|  7 ++--
 src/uk/me/parabola/mkgmap/general/MapElement.java  |  9 +
 .../parabola/mkgmap/osmstyle/StyledConverter.java  | 21 ++--
 .../osmstyle/housenumber/HousenumberGenerator.java | 40 +-
 .../mkgmap/reader/polish/PolishMapDataSource.java  |  4 ++-
 .../parabola/mkgmap/reader/polish/RoadHelper.java  |  4 +--
 test/func/SimpleTest.java  |  2 +-
 test/func/route/SimpleRouteTest.java   |  4 +--
 10 files changed, 63 insertions(+), 51 deletions(-)

-- 
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] annotated tag upstream/0.0.0+svn3392 created (now a4f1f4b)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to annotated tag upstream/0.0.0+svn3392
in repository mkgmap.

at  a4f1f4b   (tag)
   tagging  04b4e0a4861efae915e3f58560fb4b8a67d970d7 (commit)
  replaces  upstream/0.0.0+svn3383
 tagged by  Bas Couwenberg
on  Thu Dec 25 19:31:00 2014 +0100

- Log -
Upstream version 0.0.0+svn3392

Bas Couwenberg (1):
  Imported Upstream version 0.0.0+svn3392

---

No new revisions were added by this update.

-- 
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] 05/06: Also suggest qmapshack beside qlandkarte.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository mkgmap.

commit 7ac95bb9032c7fc23eae230f62c93971b810ffe4
Author: Bas Couwenberg 
Date:   Thu Dec 25 19:41:06 2014 +0100

Also suggest qmapshack beside qlandkarte.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 424cfdb..1ceafa4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mkgmap (0.0.0+svn3392-1) UNRELEASED; urgency=medium
 
   * New upstream SVN snapshot.
   * Change alternative dependency on openjdk-7-jre to java7-runtime.
+  * Also suggest qmapshack beside qlandkarte.
 
  -- Bas Couwenberg   Thu, 25 Dec 2014 19:31:44 +0100
 
diff --git a/debian/control b/debian/control
index 1b837cf..6c21868 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,8 @@ Depends: ${misc:Depends},
  ${java:Depends},
  default-jre | java7-runtime
 Suggests: josm,
-  qlandkarte
+  qlandkarte,
+  qmapshack
 Description: Generate Garmin maps from OpenStreetMap data
  This program converts OpenStreetMap data into a map that
  can be loaded onto compatible Garmin GPS units.

-- 
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 pristine-tar updated (43c1f0e -> ff755b4)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch pristine-tar
in repository mkgmap.

  from  43c1f0e   pristine-tar data for mkgmap_0.0.0+svn3383.orig.tar.gz
   new  ff755b4   pristine-tar data for mkgmap_0.0.0+svn3392.orig.tar.gz

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:
 mkgmap_0.0.0+svn3392.orig.tar.gz.delta | Bin 0 -> 48017 bytes
 mkgmap_0.0.0+svn3392.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 mkgmap_0.0.0+svn3392.orig.tar.gz.delta
 create mode 100644 mkgmap_0.0.0+svn3392.orig.tar.gz.id

-- 
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] 01/01: pristine-tar data for mkgmap_0.0.0+svn3392.orig.tar.gz

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch pristine-tar
in repository mkgmap.

commit ff755b4e22872282a7d3aa934836ef4ff37eacfb
Author: Bas Couwenberg 
Date:   Thu Dec 25 19:31:00 2014 +0100

pristine-tar data for mkgmap_0.0.0+svn3392.orig.tar.gz
---
 mkgmap_0.0.0+svn3392.orig.tar.gz.delta | Bin 0 -> 48017 bytes
 mkgmap_0.0.0+svn3392.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/mkgmap_0.0.0+svn3392.orig.tar.gz.delta 
b/mkgmap_0.0.0+svn3392.orig.tar.gz.delta
new file mode 100644
index 000..9384c20
Binary files /dev/null and b/mkgmap_0.0.0+svn3392.orig.tar.gz.delta differ
diff --git a/mkgmap_0.0.0+svn3392.orig.tar.gz.id 
b/mkgmap_0.0.0+svn3392.orig.tar.gz.id
new file mode 100644
index 000..83b9017
--- /dev/null
+++ b/mkgmap_0.0.0+svn3392.orig.tar.gz.id
@@ -0,0 +1 @@
+558b646da025b073bf18bedb90e56748f4a7faf6

-- 
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] 06/06: Set distribution to experimental.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository mkgmap.

commit e7c4ad283fbb6d9cd130029d84dfd9bae97d1f47
Author: Bas Couwenberg 
Date:   Thu Dec 25 20:12:19 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 1ceafa4..247b03b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-mkgmap (0.0.0+svn3392-1) UNRELEASED; urgency=medium
+mkgmap (0.0.0+svn3392-1~exp1) experimental; urgency=medium
 
   * New upstream SVN snapshot.
   * Change alternative dependency on openjdk-7-jre to java7-runtime.
   * Also suggest qmapshack beside qlandkarte.
 
- -- Bas Couwenberg   Thu, 25 Dec 2014 19:31:44 +0100
+ -- Bas Couwenberg   Thu, 25 Dec 2014 20:11:52 +0100
 
 mkgmap (0.0.0+svn3383-1~exp1) experimental; urgency=medium
 

-- 
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] 04/06: Change alternative dependency on openjdk-7-jre to java7-runtime.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository mkgmap.

commit 07835c81294cbdc87cac7dbb45f21ba236528a33
Author: Bas Couwenberg 
Date:   Thu Dec 25 19:38:38 2014 +0100

Change alternative dependency on openjdk-7-jre to java7-runtime.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f4ede90..424cfdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mkgmap (0.0.0+svn3392-1) UNRELEASED; urgency=medium
 
   * New upstream SVN snapshot.
+  * Change alternative dependency on openjdk-7-jre to java7-runtime.
 
  -- Bas Couwenberg   Thu, 25 Dec 2014 19:31:44 +0100
 
diff --git a/debian/control b/debian/control
index f6ca135..1b837cf 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Package: mkgmap
 Architecture: all
 Depends: ${misc:Depends},
  ${java:Depends},
- default-jre | openjdk-7-jre
+ default-jre | java7-runtime
 Suggests: josm,
   qlandkarte
 Description: Generate Garmin maps from OpenStreetMap data

-- 
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] 03/06: New upstream SVN snapshot.

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository mkgmap.

commit 55a462fd3629b995e6416e1257cf7543093b7c11
Author: Bas Couwenberg 
Date:   Thu Dec 25 19:31:54 2014 +0100

New upstream SVN snapshot.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6de24c1..f4ede90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mkgmap (0.0.0+svn3392-1) UNRELEASED; urgency=medium
+
+  * New upstream SVN snapshot.
+
+ -- Bas Couwenberg   Thu, 25 Dec 2014 19:31:44 +0100
+
 mkgmap (0.0.0+svn3383-1~exp1) experimental; urgency=medium
 
   * New upstream SVN snapshot.

-- 
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] 02/06: Merge tag 'upstream/0.0.0+svn3392'

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository mkgmap.

commit b9c64e650b7e8544653c738cdec13cc2a0fd7907
Merge: 7bcf28f 04b4e0a
Author: Bas Couwenberg 
Date:   Thu Dec 25 19:31:00 2014 +0100

Merge tag 'upstream/0.0.0+svn3392'

Upstream version 0.0.0+svn3392

 resources/mkgmap-version.properties|  4 +--
 src/uk/me/parabola/imgfmt/app/Coord.java   | 19 +++---
 src/uk/me/parabola/mkgmap/build/MapBuilder.java|  7 ++--
 src/uk/me/parabola/mkgmap/general/MapElement.java  |  9 +
 .../parabola/mkgmap/osmstyle/StyledConverter.java  | 21 ++--
 .../osmstyle/housenumber/HousenumberGenerator.java | 40 +-
 .../mkgmap/reader/polish/PolishMapDataSource.java  |  4 ++-
 .../parabola/mkgmap/reader/polish/RoadHelper.java  |  4 +--
 test/func/SimpleTest.java  |  2 +-
 test/func/route/SimpleRouteTest.java   |  4 +--
 10 files changed, 63 insertions(+), 51 deletions(-)

-- 
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] 01/06: Imported Upstream version 0.0.0+svn3392

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository mkgmap.

commit 04b4e0a4861efae915e3f58560fb4b8a67d970d7
Author: Bas Couwenberg 
Date:   Thu Dec 25 19:30:56 2014 +0100

Imported Upstream version 0.0.0+svn3392
---
 resources/mkgmap-version.properties|  4 +--
 src/uk/me/parabola/imgfmt/app/Coord.java   | 19 +++---
 src/uk/me/parabola/mkgmap/build/MapBuilder.java|  7 ++--
 src/uk/me/parabola/mkgmap/general/MapElement.java  |  9 +
 .../parabola/mkgmap/osmstyle/StyledConverter.java  | 21 ++--
 .../osmstyle/housenumber/HousenumberGenerator.java | 40 +-
 .../mkgmap/reader/polish/PolishMapDataSource.java  |  4 ++-
 .../parabola/mkgmap/reader/polish/RoadHelper.java  |  4 +--
 test/func/SimpleTest.java  |  2 +-
 test/func/route/SimpleRouteTest.java   |  4 +--
 10 files changed, 63 insertions(+), 51 deletions(-)

diff --git a/resources/mkgmap-version.properties 
b/resources/mkgmap-version.properties
index 798b028..494b950 100644
--- a/resources/mkgmap-version.properties
+++ b/resources/mkgmap-version.properties
@@ -1,2 +1,2 @@
-svn.version: 3383
-build.timestamp: 2014-12-18T07:11:34+
+svn.version: 3392
+build.timestamp: 2014-12-24T17:03:01+
diff --git a/src/uk/me/parabola/imgfmt/app/Coord.java 
b/src/uk/me/parabola/imgfmt/app/Coord.java
index c1486e7..eb93e71 100644
--- a/src/uk/me/parabola/imgfmt/app/Coord.java
+++ b/src/uk/me/parabola/imgfmt/app/Coord.java
@@ -590,7 +590,7 @@ public class Coord implements Comparable {
 * @param val30 a longitude/latitude value with 30 bit precision
 * @return an angle in radians.
 */
-   private static double int30ToRadians(int val30){
+   public static double int30ToRadians(int val30){
return BIT30_RAD_FACTOR * val30;
}
 
@@ -769,10 +769,19 @@ public class Coord implements Comparable {
double deltaLat = bLat - aLat;
 
double frac;
-   if (deltaLon == 0 && deltaLat == 0) 
-   frac = 0;
-   else 
-   frac = ((pLon - aLon) * deltaLon + (pLat - aLat) * 
deltaLat) / (deltaLon * deltaLon + deltaLat * deltaLat);
+   if (deltaLon == 0 && deltaLat == 0){ 
+   frac = 0; 
+   }
+   else {
+   // scale for longitude deltas by cosine of average 
latitude  
+   double scale = Math.cos(Coord.int30ToRadians((aLat + 
bLat + pLat) / 3) );
+   double deltaLonAP = scale * (pLon - aLon);
+   deltaLon = scale * deltaLon;
+   if (deltaLon == 0 && deltaLat == 0)
+   frac = 0;
+   else 
+   frac = (deltaLonAP * deltaLon + (pLat - aLat) * 
deltaLat) / (deltaLon * deltaLon + deltaLat * deltaLat);
+   }
 
double distance;
if (frac <= 0) {
diff --git a/src/uk/me/parabola/mkgmap/build/MapBuilder.java 
b/src/uk/me/parabola/mkgmap/build/MapBuilder.java
index 49a9aaf..5273ad5 100644
--- a/src/uk/me/parabola/mkgmap/build/MapBuilder.java
+++ b/src/uk/me/parabola/mkgmap/build/MapBuilder.java
@@ -686,9 +686,10 @@ public class MapBuilder implements Configurable {
log.debug("ADD parent-subdiv", 
parent, srcDivPair.getSource(), ", z=", zoom, " new=", div);
nextList.add(new SourceSubdiv(area, 
div));
}
-
-   Subdivision lastdiv = 
nextList.get(nextList.size() - 1).getSubdiv();
-   lastdiv.setLast(true);
+   if (nextList.size() > 0){
+   Subdivision lastdiv = 
nextList.get(nextList.size() - 1).getSubdiv();
+   lastdiv.setLast(true);
+   }
}
 
srcList = nextList;
diff --git a/src/uk/me/parabola/mkgmap/general/MapElement.java 
b/src/uk/me/parabola/mkgmap/general/MapElement.java
index ecefca0..fad3240 100644
--- a/src/uk/me/parabola/mkgmap/general/MapElement.java
+++ b/src/uk/me/parabola/mkgmap/general/MapElement.java
@@ -78,6 +78,15 @@ public abstract class MapElement {
this.labels[0] = name;
}
 
+   public void add2Name(String name) {
+   for (int i = 1; i < 4; i++) {
+   if (this.labels[i] == null) {
+   this.labels[i] = name;
+   break;
+   }
+   }
+   }
+
public void setLabels(String[] labels) {
this.labels = Arrays.copyOf(labels, 4);
}
diff --git a/src/uk/me/parabola/mkgmap/osmstyle/

[mkgmap] branch master updated (7bcf28f -> e7c4ad2)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository mkgmap.

  from  7bcf28f   Set distribution to experimental.
   new  04b4e0a   Imported Upstream version 0.0.0+svn3392
   new  b9c64e6   Merge tag 'upstream/0.0.0+svn3392'
   new  55a462f   New upstream SVN snapshot.
   new  07835c8   Change alternative dependency on openjdk-7-jre to 
java7-runtime.
   new  7ac95bb   Also suggest qmapshack beside qlandkarte.
   new  e7c4ad2   Set distribution to experimental.

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


Summary of changes:
 debian/changelog   |  8 +
 debian/control |  5 +--
 resources/mkgmap-version.properties|  4 +--
 src/uk/me/parabola/imgfmt/app/Coord.java   | 19 +++---
 src/uk/me/parabola/mkgmap/build/MapBuilder.java|  7 ++--
 src/uk/me/parabola/mkgmap/general/MapElement.java  |  9 +
 .../parabola/mkgmap/osmstyle/StyledConverter.java  | 21 ++--
 .../osmstyle/housenumber/HousenumberGenerator.java | 40 +-
 .../mkgmap/reader/polish/PolishMapDataSource.java  |  4 ++-
 .../parabola/mkgmap/reader/polish/RoadHelper.java  |  4 +--
 test/func/SimpleTest.java  |  2 +-
 test/func/route/SimpleRouteTest.java   |  4 +--
 12 files changed, 74 insertions(+), 53 deletions(-)

-- 
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


[mkgmapgui] tag debian/1.1.ds-3.exp1 updated (89307ad -> b407871)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/1.1.ds-3.exp1
in repository mkgmapgui.

*** WARNING: tag debian/1.1.ds-3.exp1 was modified! ***

  from  89307ad   (commit)
to  b407871   (commit)
  from  89307ad   Add Upstream-Contact header to copyright file.
  adds  b407871   Do not mention team as Uploaders (and do a real switch of 
maintainer team)

No new revisions were added by this update.

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

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


[mkgmapgui] tag debian/1.1.ds-3.exp1 created (now 89307ad)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/1.1.ds-3.exp1
in repository mkgmapgui.

at  89307ad   (commit)
No new revisions were added by this update.

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


mkgmapgui_1.1.ds-3~exp1_amd64.changes ACCEPTED into experimental

2014-12-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 14 Dec 2014 17:13:44 +0100
Source: mkgmapgui
Binary: mkgmapgui
Architecture: source all
Version: 1.1.ds-3~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 mkgmapgui  - Graphical User Interface for mkgmap
Changes:
 mkgmapgui (1.1.ds-3~exp1) experimental; urgency=medium
 .
   * Switch Maintainer from Debian OpenStreetMap Team to Debian GIS Project.
   * Add myself to Uploaders.
   * Restructure control file with cme.
   * Add gbp.conf to use pristine-tar by default.
   * Bump debhelper compatibility to 9.
   * Bump Standards-Version to 3.9.6, changes: canonical Vcs-* URLs.
Checksums-Sha1:
 4b21f6b5588614653e089674e8537fb97e13c216 2059 mkgmapgui_1.1.ds-3~exp1.dsc
 de5f5414a3b79193079f9fec2bfd14fa28caff0e 14340 mkgmapgui_1.1.ds.orig.tar.gz
 3d7e2f06aeaab8b9ac1c8aa5feb3b741d0ee3f94 3532 
mkgmapgui_1.1.ds-3~exp1.debian.tar.xz
 d11162434650e5df7a76710c52e325e335bfcd24 21202 mkgmapgui_1.1.ds-3~exp1_all.deb
Checksums-Sha256:
 03c8f4143ef32734015d6eeeccd1fe892922d1c63ee0d2ef00192c012f6059a9 2059 
mkgmapgui_1.1.ds-3~exp1.dsc
 2b928a3c12ef1e25e86f4e378d4c8933c8cd80f89fad026d7f224ca27fcb33c1 14340 
mkgmapgui_1.1.ds.orig.tar.gz
 7a968012e07f250b13005c530f1bf5dc67696968d8acff93c6711e661f9c199b 3532 
mkgmapgui_1.1.ds-3~exp1.debian.tar.xz
 374a4718e8bbcb694f5b3cfc9663fc6978f6dd91761de774ffa1e058640c334e 21202 
mkgmapgui_1.1.ds-3~exp1_all.deb
Files:
 04df52b62e7004542764aaba42df54be 2059 utils extra mkgmapgui_1.1.ds-3~exp1.dsc
 dcab3d514f9d66673bae12383e170cb3 14340 utils extra mkgmapgui_1.1.ds.orig.tar.gz
 8cbd64e64fd6a41be9d99f791b2494b5 3532 utils extra 
mkgmapgui_1.1.ds-3~exp1.debian.tar.xz
 b3bdcae20519097a5e459376160e3530 21202 utils extra 
mkgmapgui_1.1.ds-3~exp1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUnEbvAAoJEFeKBJTRxkbRVTcP/R3SzN/djydZG7dKuDp3epns
JKcy+ZwYsvoeVg2lEWNcnhCLQ6KaCBpkhj8fbHUWND5QBR8vWtERhxPDCqz5BO32
6GxvSxH2EZu2nJn6RGWrBlSdNqU7IwupfSkl4yJCYwanliOiebKXSoca5Winnkt2
f8/XfUiAZbMBBBkjEqhVsQZd/0DwIrzQnEkP/EprQhx4z3rTEDq9+qGXglUePT64
cZEODid0S8DTdq+Y+6bPWmd6UcU4pRDzDDydFE3xzx2Xlq/Houkbh8VTh/LcT51G
UPY3PEXgYPFSS+0yiOqTrSSzgL4QQIm8ctl2MG+r3FgaBniPm2qrC9yhdr5ODYRh
jR7Ch8uu625cnpOhv3MggkTYLbGYuyhIlfqPfdmEP0JsfslIAVyR0Iq5VsQRAgBc
hcsBUn3F7mjjMwU4mYeXoexE7poVpS5XlwYxMslQaYhWJ04bLYNRUAz2Z7JI0CVD
Pzq2pYTbZg+4NuGYmWUlm55g+DFqEGV+EJyhHRNRvw5SHstq+/u0hDNqHhW2mmRC
5UuYwoEUPPfZCnTFa4ii3M+txv0MeS4L4l3vRrS5R5aEc7faShwoqsfiiRy0d0um
SnN4+mO3esI3vS1MX1noPwr8PAiAYIwQEzQxYlI5+iVEB2pxU7H8lNY8gl+6Hz9+
ajol/lP28TXt4UCdX7O7
=R78C
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[qmapshack] tag debian/0.9.0-1.exp1 created (now 807a60c)

2014-12-25 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to tag debian/0.9.0-1.exp1
in repository qmapshack.

at  807a60c   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qmapshack.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: [mkgmapgui] 01/01: Do not mention team as Uploaders (and do a real switch of maintainer team)

2014-12-25 Thread Sebastiaan Couwenberg
Hi Andreas,

Thanks for looking into mkgmapgui.

On 12/25/2014 06:14 PM, Andreas Tille wrote:
> Do not mention team as Uploaders (and do a real switch of maintainer team)

This change causes mkgmapgui to disappear from the Packages overview and
Maintainer dashboard.

I consider removing the OSM team from the Uploaders a bit too drastic a
change after moving a package to the GIS team. But the practical effects
may be negligible.

Why do you prefer to remove the team address from Uploaders?

Kind Regards,

Bas

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


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


Processing of mkgmapgui_1.1.ds-3~exp1_amd64.changes

2014-12-25 Thread Debian FTP Masters
mkgmapgui_1.1.ds-3~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  mkgmapgui_1.1.ds-3~exp1.dsc
  mkgmapgui_1.1.ds.orig.tar.gz
  mkgmapgui_1.1.ds-3~exp1.debian.tar.xz
  mkgmapgui_1.1.ds-3~exp1_all.deb

Greetings,

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

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


qmapshack_0.9.0-1~exp1_amd64.changes ACCEPTED into experimental

2014-12-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Dec 2014 17:22:23 +0100
Source: qmapshack
Binary: qmapshack
Architecture: source amd64
Version: 0.9.0-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 qmapshack  - GPS mapping (GeoTiff and vector) and GPSr management
Changes:
 qmapshack (0.9.0-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
   * Update Source URL in copyright file.
   * Restructure control file with cme.
   * Use cgit instead of gitweb for Vcs-Browser URL.
Checksums-Sha1:
 d6d3a998f513a23a4bbf25598524f8e4f6ba9753 2150 qmapshack_0.9.0-1~exp1.dsc
 93f97a780e65c09842ee1f9e8bf3defa08cab421 3133646 qmapshack_0.9.0.orig.tar.gz
 d6cfee5f38426ce71baf5e436b202a65eb71c85c 5632 
qmapshack_0.9.0-1~exp1.debian.tar.xz
 e6598683367a1c333d0005f66eaeabe58482d1a8 1640362 
qmapshack_0.9.0-1~exp1_amd64.deb
Checksums-Sha256:
 6f6ed65917e629663e300261c67c4a97dc6661dcb521c93c13431c2714bb918e 2150 
qmapshack_0.9.0-1~exp1.dsc
 e02cac6507ffa916de374ab52ef1effb78ef3358676cc711ae19f0fff9a9a578 3133646 
qmapshack_0.9.0.orig.tar.gz
 b6dcb582746a613850e70705ed99b977e3c9fcd33bd1707e13822246e5f4928e 5632 
qmapshack_0.9.0-1~exp1.debian.tar.xz
 a861d3eef1ec5cf85a1729f857e9a0f9c998af4177a57adddffdad6732a4f6c9 1640362 
qmapshack_0.9.0-1~exp1_amd64.deb
Files:
 02c9fb0adabb91f7002ef35a5ba8e1cf 2150 science optional 
qmapshack_0.9.0-1~exp1.dsc
 16a6f29948ae4cce5fc6f2f9074ff90c 3133646 science optional 
qmapshack_0.9.0.orig.tar.gz
 8595a5cb0ad94475eb68d5f62b14e2ce 5632 science optional 
qmapshack_0.9.0-1~exp1.debian.tar.xz
 66e47fa32b0ecf2e02b8918798dad650 1640362 science optional 
qmapshack_0.9.0-1~exp1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUnELSAAoJEFeKBJTRxkbREy8P/1wW+2Go2JYs152JRQZFKv7j
N08+omG/2zxmgE9fjReHtDubQYp4nJqNDRYc5rjlTvE0yiVGULOY9sCNyDzA3RMu
JH699sWOuJ5i9KtooIJuFH40Xz4ZFAHbPS1pHP6cHycKPAxz6oW7gnnDoVRqweWs
ZEwvOOgNjy+eKn2qcAyVCFGKZs8Iljal+qYiP+HRNBEZZMuIpyqYqgThlT6LSpzi
UWlaY9D4tzONi5kt4swGjtXYkS8N4NVNYM5mS46hnztpsEUVoSrwfxocCDDx+iZk
zrpIaNzXoq9HywJnSi0JlMNKb5JvjJlRxn9mO8gsjMrWakTU7XhkKGLbH6Go8DJ6
RvJV4lwjULIxgAK5bTHDBPGD5qqnIsHpLvS3QpmzkloqiwnbNqk/On7iQItWdDwY
HDuFo8fBjTBn4JY48gA5w0NvjD9kd57Jv7tr8SOkJGWLjAx2XH5wNvqMNIJIAFib
W9fnwR8wMKCSdVz29BsYZf65GO+Sp/CMxCXE7gqfOczYCCRmEX8bYfI0z66yU8wT
2iF81luvw4t3sJR4rY6KcgMEtbBGD4ApGeU1xtfLyqdhSMunLawqqbcK/NmwnBA6
WpNjL3/cFhKuKopcFxP9ac1IO+V2zAO0dvY0nJlpoWnExvtVdhwm9jmxi/wGtdsq
yD+xnfb9tekKl4XUL13B
=B9Yj
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


  1   2   >