Processing of gpsprune_17-1_i386.changes

2014-09-25 Thread Debian FTP Masters
gpsprune_17-1_i386.changes uploaded successfully to localhost
along with the files:
  gpsprune_17-1_all.deb
  gpsprune_17-1.dsc
  gpsprune_17.orig.tar.bz2
  gpsprune_17-1.debian.tar.xz

Greetings,

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

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


[gpsprune] branch master updated (12e8c2f - 4e13a33)

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a change to branch master
in repository gpsprune.

  from  12e8c2f   Releasing to sid
   new  39e0061   Imported Upstream version 17
   new  0aafb33   Merge tag 'upstream/17'
   new  2a48fe4   New upstream release
   new  4e13a33   Releasing to sid

The 4 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:
 build.sh   |   2 +-
 debian/changelog   |   6 +
 tim/prune/App.java |  40 +++-
 tim/prune/FunctionLibrary.java |  13 +-
 tim/prune/GpsPrune.java|  28 ++-
 tim/prune/UpdateMessageBroker.java |   2 +-
 tim/prune/config/Config.java   |  34 +++
 tim/prune/data/AltitudeRange.java  | 147 +++--
 tim/prune/data/Checker.java|  56 -
 tim/prune/data/Coordinate.java |  21 +-
 tim/prune/data/FileInfo.java   |  15 ++
 tim/prune/data/GradientCalculator.java |  53 +
 tim/prune/data/SourceInfo.java |   8 +-
 tim/prune/data/SpeedCalculator.java|   5 +-
 tim/prune/data/Timestamp.java  |  90 +---
 tim/prune/data/Track.java  |  60 +-
 .../{function = data/sort}/PhotoComparer.java |  12 +-
 tim/prune/data/sort/SortMode.java  |  11 +
 tim/prune/data/sort/WaypointComparer.java  |  74 +++
 tim/prune/function/ChooseSingleParameter.java  | 158 ++
 tim/prune/function/GetWikipediaFunction.java   |   2 +-
 tim/prune/function/InterpolateFunction.java|  57 ++---
 ...ePhotosFunction.java = RearrangeFunction.java} | 165 ---
 tim/prune/function/RearrangePhotosFunction.java| 173 +---
 tim/prune/function/RearrangeWaypointsFunction.java | 160 +++---
 tim/prune/function/RemoveAudioFunction.java|   5 +-
 tim/prune/function/RemovePhotoFunction.java|   5 +-
 tim/prune/function/SaveConfig.java |   1 +
 tim/prune/function/SearchWikipediaNames.java   |   2 +-
 tim/prune/function/SelectSegmentFunction.java  |  47 +
 tim/prune/function/SetAltitudeTolerance.java   |  75 +++
 tim/prune/function/SetColours.java |  68 +++---
 tim/prune/function/SetLineWidth.java   |  52 ++---
 tim/prune/function/ShowThreeDFunction.java |   6 +-
 .../function/SingleNumericParameterFunction.java   |  36 
 tim/prune/function/charts/Charter.java |   5 +-
 .../function/compress/CompressTrackFunction.java   |  23 +--
 .../function/compress/MarkAndDeleteFunction.java   |  51 +
 .../compress/MarkPointsInRectangleFunction.java|  28 +--
 tim/prune/function/deletebydate/DateInfo.java  | 112 ++
 tim/prune/function/deletebydate/DateInfoList.java  | 121 +++
 .../deletebydate/DeleteByDateFunction.java | 215 +++
 .../function/deletebydate/DeletionTableModel.java  | 140 +
 .../function/distance/DistanceTableModel.java  |  14 +-
 tim/prune/gui/DetailsDisplay.java  |  71 +--
 tim/prune/gui/IconManager.java |   2 +-
 tim/prune/gui/MenuManager.java |  62 +++---
 tim/prune/gui/TerrainDefinitionPanel.java  |   3 +-
 tim/prune/gui/WholeNumberField.java|   7 +
 tim/prune/gui/colour/AltitudeColourer.java |  70 +++
 tim/prune/gui/{ = colour}/ColourChooser.java  |   2 +-
 tim/prune/gui/{ = colour}/ColourPatch.java|   3 +-
 tim/prune/gui/colour/ColourerCaretaker.java|  58 ++
 tim/prune/gui/colour/ColourerFactory.java  | 205 ++
 tim/prune/gui/colour/ColourerSelectorPanel.java| 230 +
 tim/prune/gui/colour/ContinuousPointColourer.java  |  74 +++
 tim/prune/gui/colour/DateColourer.java | 111 ++
 tim/prune/gui/colour/DiscretePointColourer.java| 124 +++
 tim/prune/gui/colour/FileColourer.java |  70 +++
 tim/prune/gui/colour/GradientColourer.java |  32 +++
 tim/prune/gui/colour/PatchListener.java|  36 
 tim/prune/gui/colour/PointColourer.java| 119 +++
 tim/prune/gui/colour/ProfileDataColourer.java  |  57 +
 tim/prune/gui/colour/SegmentColourer.java  |  52 +
 tim/prune/gui/colour/SpeedColourer.java|  32 +++
 tim/prune/gui/colour/VertSpeedColourer.java|  32 +++
 tim/prune/gui/images/add_photo_icon.png| Bin
 tim/prune/gui/images/add_textfile_icon.png | Bin
 

[gpsprune] branch upstream updated (38815e4 - 39e0061)

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a change to branch upstream
in repository gpsprune.

  from  38815e4   Imported Upstream version 16.3
  adds  39e0061   Imported Upstream version 17

No new revisions were added by this update.

Summary of changes:
 build.sh   |   2 +-
 tim/prune/App.java |  40 +++-
 tim/prune/FunctionLibrary.java |  13 +-
 tim/prune/GpsPrune.java|  28 ++-
 tim/prune/UpdateMessageBroker.java |   2 +-
 tim/prune/config/Config.java   |  34 +++
 tim/prune/data/AltitudeRange.java  | 147 +++--
 tim/prune/data/Checker.java|  56 -
 tim/prune/data/Coordinate.java |  21 +-
 tim/prune/data/FileInfo.java   |  15 ++
 tim/prune/data/GradientCalculator.java |  53 +
 tim/prune/data/SourceInfo.java |   8 +-
 tim/prune/data/SpeedCalculator.java|   5 +-
 tim/prune/data/Timestamp.java  |  90 +---
 tim/prune/data/Track.java  |  60 +-
 .../{function = data/sort}/PhotoComparer.java |  12 +-
 tim/prune/data/sort/SortMode.java  |  11 +
 tim/prune/data/sort/WaypointComparer.java  |  74 +++
 tim/prune/function/ChooseSingleParameter.java  | 158 ++
 tim/prune/function/GetWikipediaFunction.java   |   2 +-
 tim/prune/function/InterpolateFunction.java|  57 ++---
 ...ePhotosFunction.java = RearrangeFunction.java} | 165 ---
 tim/prune/function/RearrangePhotosFunction.java| 173 +---
 tim/prune/function/RearrangeWaypointsFunction.java | 160 +++---
 tim/prune/function/RemoveAudioFunction.java|   5 +-
 tim/prune/function/RemovePhotoFunction.java|   5 +-
 tim/prune/function/SaveConfig.java |   1 +
 tim/prune/function/SearchWikipediaNames.java   |   2 +-
 tim/prune/function/SelectSegmentFunction.java  |  47 +
 tim/prune/function/SetAltitudeTolerance.java   |  75 +++
 tim/prune/function/SetColours.java |  68 +++---
 tim/prune/function/SetLineWidth.java   |  52 ++---
 tim/prune/function/ShowThreeDFunction.java |   6 +-
 .../function/SingleNumericParameterFunction.java   |  36 
 tim/prune/function/charts/Charter.java |   5 +-
 .../function/compress/CompressTrackFunction.java   |  23 +--
 .../function/compress/MarkAndDeleteFunction.java   |  51 +
 .../compress/MarkPointsInRectangleFunction.java|  28 +--
 tim/prune/function/deletebydate/DateInfo.java  | 112 ++
 tim/prune/function/deletebydate/DateInfoList.java  | 121 +++
 .../deletebydate/DeleteByDateFunction.java | 215 +++
 .../function/deletebydate/DeletionTableModel.java  | 140 +
 .../function/distance/DistanceTableModel.java  |  14 +-
 tim/prune/gui/DetailsDisplay.java  |  71 +--
 tim/prune/gui/IconManager.java |   2 +-
 tim/prune/gui/MenuManager.java |  62 +++---
 tim/prune/gui/TerrainDefinitionPanel.java  |   3 +-
 tim/prune/gui/WholeNumberField.java|   7 +
 tim/prune/gui/colour/AltitudeColourer.java |  70 +++
 tim/prune/gui/{ = colour}/ColourChooser.java  |   2 +-
 tim/prune/gui/{ = colour}/ColourPatch.java|   3 +-
 tim/prune/gui/colour/ColourerCaretaker.java|  58 ++
 tim/prune/gui/colour/ColourerFactory.java  | 205 ++
 tim/prune/gui/colour/ColourerSelectorPanel.java| 230 +
 tim/prune/gui/colour/ContinuousPointColourer.java  |  74 +++
 tim/prune/gui/colour/DateColourer.java | 111 ++
 tim/prune/gui/colour/DiscretePointColourer.java| 124 +++
 tim/prune/gui/colour/FileColourer.java |  70 +++
 tim/prune/gui/colour/GradientColourer.java |  32 +++
 tim/prune/gui/colour/PatchListener.java|  36 
 tim/prune/gui/colour/PointColourer.java| 119 +++
 tim/prune/gui/colour/ProfileDataColourer.java  |  57 +
 tim/prune/gui/colour/SegmentColourer.java  |  52 +
 tim/prune/gui/colour/SpeedColourer.java|  32 +++
 tim/prune/gui/colour/VertSpeedColourer.java|  32 +++
 tim/prune/gui/images/add_photo_icon.png| Bin
 tim/prune/gui/images/add_textfile_icon.png | Bin
 tim/prune/gui/images/window_icon.png   | Bin 261 - 0 bytes
 tim/prune/gui/images/window_icon_128.png   | Bin 0 - 7176 bytes
 tim/prune/gui/images/window_icon_16.png| Bin 0 - 662 bytes
 tim/prune/gui/images/window_icon_20.png| Bin 0 - 819 bytes
 tim/prune/gui/images/window_icon_32.png| Bin 0 - 1354 bytes
 

[gpsprune] 02/04: Merge tag 'upstream/17'

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a commit to branch master
in repository gpsprune.

commit 0aafb3315112765106ee192cf9c7469ca772aacb
Merge: 12e8c2f 39e0061
Author: Mònica Ramírez Arceda mon...@debian.org
Date:   Wed Sep 24 19:53:01 2014 +0200

Merge tag 'upstream/17'

Upstream version 17

 build.sh   |   2 +-
 tim/prune/App.java |  40 +++-
 tim/prune/FunctionLibrary.java |  13 +-
 tim/prune/GpsPrune.java|  28 ++-
 tim/prune/UpdateMessageBroker.java |   2 +-
 tim/prune/config/Config.java   |  34 +++
 tim/prune/data/AltitudeRange.java  | 147 +++--
 tim/prune/data/Checker.java|  56 -
 tim/prune/data/Coordinate.java |  21 +-
 tim/prune/data/FileInfo.java   |  15 ++
 tim/prune/data/GradientCalculator.java |  53 +
 tim/prune/data/SourceInfo.java |   8 +-
 tim/prune/data/SpeedCalculator.java|   5 +-
 tim/prune/data/Timestamp.java  |  90 +---
 tim/prune/data/Track.java  |  60 +-
 .../{function = data/sort}/PhotoComparer.java |  12 +-
 tim/prune/data/sort/SortMode.java  |  11 +
 tim/prune/data/sort/WaypointComparer.java  |  74 +++
 tim/prune/function/ChooseSingleParameter.java  | 158 ++
 tim/prune/function/GetWikipediaFunction.java   |   2 +-
 tim/prune/function/InterpolateFunction.java|  57 ++---
 ...ePhotosFunction.java = RearrangeFunction.java} | 165 ---
 tim/prune/function/RearrangePhotosFunction.java| 173 +---
 tim/prune/function/RearrangeWaypointsFunction.java | 160 +++---
 tim/prune/function/RemoveAudioFunction.java|   5 +-
 tim/prune/function/RemovePhotoFunction.java|   5 +-
 tim/prune/function/SaveConfig.java |   1 +
 tim/prune/function/SearchWikipediaNames.java   |   2 +-
 tim/prune/function/SelectSegmentFunction.java  |  47 +
 tim/prune/function/SetAltitudeTolerance.java   |  75 +++
 tim/prune/function/SetColours.java |  68 +++---
 tim/prune/function/SetLineWidth.java   |  52 ++---
 tim/prune/function/ShowThreeDFunction.java |   6 +-
 .../function/SingleNumericParameterFunction.java   |  36 
 tim/prune/function/charts/Charter.java |   5 +-
 .../function/compress/CompressTrackFunction.java   |  23 +--
 .../function/compress/MarkAndDeleteFunction.java   |  51 +
 .../compress/MarkPointsInRectangleFunction.java|  28 +--
 tim/prune/function/deletebydate/DateInfo.java  | 112 ++
 tim/prune/function/deletebydate/DateInfoList.java  | 121 +++
 .../deletebydate/DeleteByDateFunction.java | 215 +++
 .../function/deletebydate/DeletionTableModel.java  | 140 +
 .../function/distance/DistanceTableModel.java  |  14 +-
 tim/prune/gui/DetailsDisplay.java  |  71 +--
 tim/prune/gui/IconManager.java |   2 +-
 tim/prune/gui/MenuManager.java |  62 +++---
 tim/prune/gui/TerrainDefinitionPanel.java  |   3 +-
 tim/prune/gui/WholeNumberField.java|   7 +
 tim/prune/gui/colour/AltitudeColourer.java |  70 +++
 tim/prune/gui/{ = colour}/ColourChooser.java  |   2 +-
 tim/prune/gui/{ = colour}/ColourPatch.java|   3 +-
 tim/prune/gui/colour/ColourerCaretaker.java|  58 ++
 tim/prune/gui/colour/ColourerFactory.java  | 205 ++
 tim/prune/gui/colour/ColourerSelectorPanel.java| 230 +
 tim/prune/gui/colour/ContinuousPointColourer.java  |  74 +++
 tim/prune/gui/colour/DateColourer.java | 111 ++
 tim/prune/gui/colour/DiscretePointColourer.java| 124 +++
 tim/prune/gui/colour/FileColourer.java |  70 +++
 tim/prune/gui/colour/GradientColourer.java |  32 +++
 tim/prune/gui/colour/PatchListener.java|  36 
 tim/prune/gui/colour/PointColourer.java| 119 +++
 tim/prune/gui/colour/ProfileDataColourer.java  |  57 +
 tim/prune/gui/colour/SegmentColourer.java  |  52 +
 tim/prune/gui/colour/SpeedColourer.java|  32 +++
 tim/prune/gui/colour/VertSpeedColourer.java|  32 +++
 tim/prune/gui/images/add_photo_icon.png| Bin
 tim/prune/gui/images/add_textfile_icon.png | Bin
 tim/prune/gui/images/window_icon.png   | Bin 261 - 0 bytes
 tim/prune/gui/images/window_icon_128.png   | Bin 0 - 7176 bytes
 tim/prune/gui/images/window_icon_16.png| Bin 0 - 662 bytes
 tim/prune/gui/images/window_icon_20.png| Bin 0 - 819 bytes
 

[gpsprune] 03/04: New upstream release

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a commit to branch master
in repository gpsprune.

commit 2a48fe4c40ec6fa2791600a3e28b9ce11603f20e
Author: Mònica Ramírez Arceda mon...@debian.org
Date:   Wed Sep 24 20:27:34 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index ccd28b6..648a249 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gpsprune (17-1) UNRELEASED; urgency=medium
+
+  * New upstream release. 
+
+ -- Mònica Ramírez Arceda mon...@debian.org  Wed, 24 Sep 2014 20:27:12 +0200
+
 gpsprune (16.3-1) unstable; urgency=medium
 
   * New upstream release.

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

[gpsprune] 04/04: Releasing to sid

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a commit to branch master
in repository gpsprune.

commit 4e13a3350a10032251dcd4aeb1ff3daf4f23376a
Author: Mònica Ramírez Arceda mon...@debian.org
Date:   Thu Sep 25 10:29:02 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 648a249..350ef5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-gpsprune (17-1) UNRELEASED; urgency=medium
+gpsprune (17-1) unstable; urgency=medium
 
   * New upstream release. 
 
- -- Mònica Ramírez Arceda mon...@debian.org  Wed, 24 Sep 2014 20:27:12 +0200
+ -- Mònica Ramírez Arceda mon...@debian.org  Thu, 25 Sep 2014 10:28:51 +0200
 
 gpsprune (16.3-1) unstable; urgency=medium
 

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

[gpsprune] 01/01: pristine-tar data for gpsprune_17.orig.tar.bz2

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a commit to branch pristine-tar
in repository gpsprune.

commit 6fb33dabbecf5e244bb860b7efcb8c697820c239
Author: Mònica Ramírez Arceda mon...@debian.org
Date:   Wed Sep 24 19:53:00 2014 +0200

pristine-tar data for gpsprune_17.orig.tar.bz2
---
 gpsprune_17.orig.tar.bz2.delta | Bin 0 - 18124 bytes
 gpsprune_17.orig.tar.bz2.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/gpsprune_17.orig.tar.bz2.delta b/gpsprune_17.orig.tar.bz2.delta
new file mode 100644
index 000..c754337
Binary files /dev/null and b/gpsprune_17.orig.tar.bz2.delta differ
diff --git a/gpsprune_17.orig.tar.bz2.id b/gpsprune_17.orig.tar.bz2.id
new file mode 100644
index 000..fbe7c05
--- /dev/null
+++ b/gpsprune_17.orig.tar.bz2.id
@@ -0,0 +1 @@
+4dd14d940f1744adf635ba7ed650e10557d0348b

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

[gpsprune] annotated tag debian/17-1 created (now 4fe4946)

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a change to annotated tag debian/17-1
in repository gpsprune.

at  4fe4946   (tag)
   tagging  4e13a3350a10032251dcd4aeb1ff3daf4f23376a (commit)
  replaces  debian/16.3-1
 tagged by  Mònica Ramírez Arceda
on  Thu Sep 25 13:57:29 2014 +0200

- Log -
gpsprune Debian release 17-1

Mònica Ramírez Arceda (4):
  Imported Upstream version 17
  Merge tag 'upstream/17'
  New upstream release
  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/gpsprune.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

[gpsprune] annotated tag upstream/17 created (now 0b0a341)

2014-09-25 Thread Mònica Ramírez Arceda
This is an automated email from the git hooks/post-receive script.

monica pushed a change to annotated tag upstream/17
in repository gpsprune.

at  0b0a341   (tag)
   tagging  39e00610fecca523525ff3e6287c5ae92d00d911 (commit)
  replaces  upstream/16.3
 tagged by  Mònica Ramírez Arceda
on  Wed Sep 24 19:53:00 2014 +0200

- Log -
Upstream version 17

Mònica Ramírez Arceda (1):
  Imported Upstream version 17

---

No new revisions were added by this update.

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

gpsprune_17-1_i386.changes ACCEPTED into unstable

2014-09-25 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Sep 2014 10:28:51 +0200
Source: gpsprune
Binary: gpsprune
Architecture: source all
Version: 17-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Mònica Ramírez Arceda mon...@debian.org
Description:
 gpsprune   - visualize, edit, convert and prune GPS data
Changes:
 gpsprune (17-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 5410ca1cb3be233f72203ec8b653faa77e59dd46 2133 gpsprune_17-1.dsc
 f9d8806b6457629a29e07956f8fe2459a9ec5e8e 523807 gpsprune_17.orig.tar.bz2
 fee4e2e235d86b7b7201c0c38f3e6e079bc6bec2 6228 gpsprune_17-1.debian.tar.xz
 6769181c5475181ec2f24415fc62b7381b15dccb 1183284 gpsprune_17-1_all.deb
Checksums-Sha256:
 df6bac6a85965fa2afeab1f3fffe2d3ca07989d8e2843e4d313af8db0a5ff05a 2133 
gpsprune_17-1.dsc
 7b25152cf0f09f213f274d244006335931e9ab87d5ddb915af0b4ba04b82b76e 523807 
gpsprune_17.orig.tar.bz2
 d3e36532862b7d5109d035e1057924eb704b519464e7e1a96d715999d2fb89ab 6228 
gpsprune_17-1.debian.tar.xz
 c93d03b5a92a87017d87d60102ca3abbf57c57bd072532fd1224663b9da20955 1183284 
gpsprune_17-1_all.deb
Files:
 8895282721c42ad0bd6a78fbeb0120d3 1183284 utils optional gpsprune_17-1_all.deb
 e901de10b89adfdb620fe7c0afb34406 2133 utils optional gpsprune_17-1.dsc
 35ecc9ca375bed75c9f372d9879e5349 523807 utils optional gpsprune_17.orig.tar.bz2
 a19b4030e8cf0b8aedd23227703fb692 6228 utils optional 
gpsprune_17-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUI9PvAAoJEB7+sYAaScDSGZ8P/j10WiXIavWGMCxR3Qn/j2PY
URq1IfMgJjl3aJZW01X2visstjUQwxaJj8Hv622PDFfWgbw/wPbvRM/NB25rMPVg
PrFbFMHk4G9juhQwSiK7QmK8W/AQt0AgXXij+UwBqyBDkZkeGUteGlH4EEK8et5b
d2TJ2oE/T3clzJymEWJYOFvW4td1QzottEE+4lln9ljtBMk2hYF6Ueh3s/pmJHnL
cEuLwh//DSw807ycgTMyaqrtJammcjh+6DuOw17Rh8EbLceBUSD47lKfyaP0jOkL
vXK0M66Uw142rAvb+Uf8oLsT6AZCpzNnNDqk0SUlt9GsxaYJVY02pRkC7X9J+tIP
SB/lui6+rvHlBRj4LqSv4Jr7ocogz4vzOaGK/zyzhvYclzYlRGzNo+F00el/8NtX
kCBPbSpaqsrllCXsyf981/uq5GAXREHdhtBufe2z0NHMAAwsWpwB8wePjA5ATjH2
v/Tx7N5k6w2fQSNSoTYLp3gbufy/TSHG+aDqlARC0hxqwYXkbYiJGIqHRRAlJBfi
HcWgxSyq6MCbD1PUYUtK4yV+JPdrrYVJo/wLLiN4vuOuXTyrwi0v4rqYuKxNA8G0
T/mrE0ZNXcq+m1ZwKYV1e5SUrMvhFFFfScHJuzVI7V01LdgJSoMcYrAyRNSVp7TI
UeflBrtasOGLswFBBTa1
=K6mi
-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

[postgis] branch master updated (1f6c5d6 - 055baf4)

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  1f6c5d6   Add Swedish translation by Martin Bagge.
   new  7bed334   Import upstream version 2.1.4+dfsg
   new  055baf4   Merge branch 'upstream', i.e. release 2.1.4. Adapt 
packaging.

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:
 ChangeLog  | 93874 ++-
 GNUmakefile.in | 7 +-
 NEWS   |44 +
 README.postgis | 4 +-
 Version.config | 2 +-
 aclocal.m4 |17 +-
 authors.svn| 2 +-
 config.guess   |   406 +-
 config.sub |   293 +-
 configure  |  4665 +-
 configure.ac   |52 +-
 debian/changelog   |12 +-
 debian/control | 6 +-
 debian/control.in  | 6 +-
 debian/liblwgeom-2.1.3.install | 1 -
 debian/liblwgeom-2.1.4.install | 1 +
 ...wgeom-2.1.3.symbols = liblwgeom-2.1.4.symbols} | 2 +-
 debian/libpostgis-java.install | 2 +-
 debian/patches/correct-java-version.patch  |22 +
 debian/patches/debian-versions |20 -
 debian/patches/enable-ppc64el.patch| 2 +-
 debian/patches/fix-armel   |   165 -
 debian/patches/honor-build-flags   | 8 +-
 debian/patches/postgres-9.4-fixes.patch|24 -
 debian/patches/series  | 5 +-
 debian/patches/use-debian-maven| 2 +-
 debian/patches/use-json-c  |   158 -
 doc/Makefile   |   395 -
 doc/Makefile.comments  |49 -
 doc/Makefile.in|41 +-
 doc/doxygen.cfg.in | 2 +-
 doc/html/image_src/Makefile|   174 -
 doc/installation.xml   | 4 +-
 doc/postgis.xml| 2 +-
 doc/raster_comments.sql|16 +-
 doc/reference_editor.xml   | 6 +-
 doc/reference_lrs.xml  |26 +-
 doc/reference_misc.xml | 2 +-
 doc/reference_output.xml   | 3 +-
 doc/reference_raster.xml   |   516 +-
 doc/reference_sfcgal.xml   |   128 +-
 doc/release_notes.xml  |49 +
 doc/sfcgal_comments.sql|50 +-
 doc/using_raster_dataman.xml   | 2 +-
 doc/xsl/sfcgal_comments.sql.xsl|44 +-
 extensions/{Makefile.in = Makefile}   | 2 +-
 extensions/postgis/{Makefile.in = Makefile}   |10 +-
 extensions/postgis/Makefile.in | 2 -
 extensions/postgis/postgis.control | 2 +-
 .../{Makefile.in = Makefile}  | 6 +-
 .../postgis_tiger_geocoder.control | 2 +-
 .../postgis_topology/{Makefile.in = Makefile} |10 +-
 .../postgis_topology/postgis_topology.control  | 2 +-
 extensions/upgradeable_versions.mk | 6 +-
 .../tiger_2011/geocode/geocode_address.sql | 6 +-
 .../tiger_2011/geocode/reverse_geocode.sql |10 +-
 .../tiger_2011/regress/geocode_regress | 1 +
 .../tiger_2011/regress/geocode_regress.sql | 5 +-
 .../tiger_2011/regress/reverse_geocode_regress | 1 +
 .../tiger_2011/regress/reverse_geocode_regress.sql | 7 +-
 install-sh |35 +-
 java/jdbc/Makefile |24 -
 java/jdbc/pom.xml  | 6 +-
 java/jdbc_jtsparser/pom.xml| 4 +-
 liblwgeom/cunit/cu_libgeom.c   |20 +-
 liblwgeom/g_box.c  |13 +-
 liblwgeom/lwgeodetic.c | 3 +-
 liblwgeom/lwgeom_geos_clean.c  | 3 +-
 liblwgeom/lwgeom_sfcgal.h  | 2 +-
 liblwgeom/lwin_geojson.c   |   

[postgis] branch pristine-tar updated (c4c4e30 - 1a1e45c)

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch pristine-tar
in repository postgis.

  from  c4c4e30   pristine-tar data for postgis_2.1.3+dfsg.orig.tar.xz
   new  1a1e45c   pristine-tar data for postgis_2.1.4+dfsg.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:
 postgis_2.1.4+dfsg.orig.tar.gz.delta | Bin 0 - 56401 bytes
 postgis_2.1.4+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 postgis_2.1.4+dfsg.orig.tar.gz.delta
 create mode 100644 postgis_2.1.4+dfsg.orig.tar.gz.id

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


[postgis] 02/02: Merge branch 'upstream', i.e. release 2.1.4. Adapt packaging.

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 055baf4eff2b1cc87faf1b89e92c561cd60e533c
Merge: 1f6c5d6 7bed334
Author: Markus Wanner mar...@bluegap.ch
Date:   Sun Sep 21 22:22:19 2014 +0200

Merge branch 'upstream', i.e. release 2.1.4. Adapt packaging.

 * Drop patches debian-versions, fix-armel, use-json-c, and
   postgresql-9.4-fixes.patch, these should be fixed upstream.
 * Refresh patches use-debian-maven, honor-build-flags, and
   enable-ppc64el.patch.
 * Add patch correct-java-version.patch.

 ChangeLog  | 93874 ++-
 GNUmakefile.in | 7 +-
 NEWS   |44 +
 README.postgis | 4 +-
 Version.config | 2 +-
 aclocal.m4 |17 +-
 authors.svn| 2 +-
 config.guess   |   406 +-
 config.sub |   293 +-
 configure  |  4665 +-
 configure.ac   |52 +-
 debian/changelog   |12 +-
 debian/control | 6 +-
 debian/control.in  | 6 +-
 debian/liblwgeom-2.1.3.install | 1 -
 debian/liblwgeom-2.1.4.install | 1 +
 ...wgeom-2.1.3.symbols = liblwgeom-2.1.4.symbols} | 2 +-
 debian/libpostgis-java.install | 2 +-
 debian/patches/correct-java-version.patch  |22 +
 debian/patches/debian-versions |20 -
 debian/patches/enable-ppc64el.patch| 2 +-
 debian/patches/fix-armel   |   165 -
 debian/patches/honor-build-flags   | 8 +-
 debian/patches/postgres-9.4-fixes.patch|24 -
 debian/patches/series  | 5 +-
 debian/patches/use-debian-maven| 2 +-
 debian/patches/use-json-c  |   158 -
 doc/Makefile   |   395 -
 doc/Makefile.comments  |49 -
 doc/Makefile.in|41 +-
 doc/doxygen.cfg.in | 2 +-
 doc/html/image_src/Makefile|   174 -
 doc/installation.xml   | 4 +-
 doc/postgis.xml| 2 +-
 doc/raster_comments.sql|16 +-
 doc/reference_editor.xml   | 6 +-
 doc/reference_lrs.xml  |26 +-
 doc/reference_misc.xml | 2 +-
 doc/reference_output.xml   | 3 +-
 doc/reference_raster.xml   |   516 +-
 doc/reference_sfcgal.xml   |   128 +-
 doc/release_notes.xml  |49 +
 doc/sfcgal_comments.sql|50 +-
 doc/using_raster_dataman.xml   | 2 +-
 doc/xsl/sfcgal_comments.sql.xsl|44 +-
 extensions/Makefile|32 +
 extensions/postgis/{Makefile.in = Makefile}   |10 +-
 extensions/postgis/Makefile.in | 2 -
 extensions/postgis/postgis.control | 2 +-
 extensions/postgis_tiger_geocoder/Makefile |   182 +
 .../postgis_tiger_geocoder.control | 2 +-
 extensions/postgis_topology/Makefile   |   104 +
 .../postgis_topology/postgis_topology.control  | 2 +-
 extensions/upgradeable_versions.mk | 6 +-
 .../tiger_2011/geocode/geocode_address.sql | 6 +-
 .../tiger_2011/geocode/reverse_geocode.sql |10 +-
 .../tiger_2011/regress/geocode_regress | 1 +
 .../tiger_2011/regress/geocode_regress.sql | 5 +-
 .../tiger_2011/regress/reverse_geocode_regress | 1 +
 .../tiger_2011/regress/reverse_geocode_regress.sql | 7 +-
 install-sh |35 +-
 java/jdbc/Makefile |24 -
 java/jdbc/pom.xml  | 6 +-
 java/jdbc_jtsparser/pom.xml| 4 +-
 liblwgeom/cunit/cu_libgeom.c   |20 +-
 liblwgeom/g_box.c  |13 +-
 liblwgeom/lwgeodetic.c | 3 +-
 liblwgeom/lwgeom_geos_clean.c  | 3 +-
 liblwgeom/lwgeom_sfcgal.h  | 2 +-
 

[postgis] branch upstream updated (baf79b2 - 7bed334)

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch upstream
in repository postgis.

  from  baf79b2   Imported Upstream version 2.1.3+dfsg
   new  7bed334   Import upstream version 2.1.4+dfsg

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:
 ChangeLog  | 93874 ++-
 GNUmakefile.in | 7 +-
 NEWS   |44 +
 README.postgis | 4 +-
 Version.config | 2 +-
 aclocal.m4 |17 +-
 authors.svn| 2 +-
 config.guess   |   406 +-
 config.sub |   293 +-
 configure  |  4665 +-
 configure.ac   |52 +-
 doc/Makefile   |   395 -
 doc/Makefile.comments  |49 -
 doc/Makefile.in|41 +-
 doc/doxygen.cfg.in | 2 +-
 doc/html/image_src/Makefile|   174 -
 doc/installation.xml   | 4 +-
 doc/postgis.xml| 2 +-
 doc/raster_comments.sql|16 +-
 doc/reference_editor.xml   | 6 +-
 doc/reference_lrs.xml  |26 +-
 doc/reference_misc.xml | 2 +-
 doc/reference_output.xml   | 3 +-
 doc/reference_raster.xml   |   516 +-
 doc/reference_sfcgal.xml   |   128 +-
 doc/release_notes.xml  |49 +
 doc/sfcgal_comments.sql|50 +-
 doc/using_raster_dataman.xml   | 2 +-
 doc/xsl/sfcgal_comments.sql.xsl|44 +-
 extensions/{Makefile.in = Makefile}   | 2 +-
 extensions/postgis/{Makefile.in = Makefile}   |10 +-
 extensions/postgis/Makefile.in | 2 -
 extensions/postgis/postgis.control | 2 +-
 .../{Makefile.in = Makefile}  | 6 +-
 .../postgis_tiger_geocoder.control | 2 +-
 .../postgis_topology/{Makefile.in = Makefile} |10 +-
 .../postgis_topology/postgis_topology.control  | 2 +-
 extensions/upgradeable_versions.mk | 6 +-
 .../tiger_2011/geocode/geocode_address.sql | 6 +-
 .../tiger_2011/geocode/reverse_geocode.sql |10 +-
 .../tiger_2011/regress/geocode_regress | 1 +
 .../tiger_2011/regress/geocode_regress.sql | 5 +-
 .../tiger_2011/regress/reverse_geocode_regress | 1 +
 .../tiger_2011/regress/reverse_geocode_regress.sql | 7 +-
 install-sh |35 +-
 java/jdbc/Makefile |24 -
 java/jdbc/pom.xml  | 6 +-
 java/jdbc_jtsparser/pom.xml| 4 +-
 liblwgeom/cunit/cu_libgeom.c   |20 +-
 liblwgeom/g_box.c  |13 +-
 liblwgeom/lwgeodetic.c | 3 +-
 liblwgeom/lwgeom_geos_clean.c  | 3 +-
 liblwgeom/lwgeom_sfcgal.h  | 2 +-
 liblwgeom/lwin_geojson.c   |28 +-
 liblwgeom/lwline.c |46 +-
 liblwgeom/lwpoly.c | 1 +
 libtool|  4287 +-
 loader/shp2pgsql-core.c| 2 +-
 ltmain.sh  |  4026 +-
 macros/libtool.m4  |  2246 +-
 macros/ltoptions.m4|32 +-
 macros/ltversion.m4|12 +-
 macros/lt~obsolete.m4  |12 +-
 postgis/geography.sql.in   | 5 +-
 postgis/geography_inout.c  | 4 +-
 postgis/gserialized_estimate.c | 9 +-
 postgis/gserialized_gist_2d.c  | 9 +
 postgis/gserialized_gist_nd.c  | 9 +
 postgis/lwgeom_functions_analytic.c|11 +-
 postgis/lwgeom_functions_basic.c   | 9 +-
 postgis/lwgeom_geos.c  |24 +-
 

[postgis] 01/01: pristine-tar data for postgis_2.1.4+dfsg.orig.tar.gz

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch pristine-tar
in repository postgis.

commit 1a1e45c04e7cabf747b053c805f9997790827152
Author: Markus Wanner mar...@bluegap.ch
Date:   Sun Sep 21 19:49:10 2014 +0200

pristine-tar data for postgis_2.1.4+dfsg.orig.tar.gz
---
 postgis_2.1.4+dfsg.orig.tar.gz.delta | Bin 0 - 56401 bytes
 postgis_2.1.4+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/postgis_2.1.4+dfsg.orig.tar.gz.delta 
b/postgis_2.1.4+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..5c69048
Binary files /dev/null and b/postgis_2.1.4+dfsg.orig.tar.gz.delta differ
diff --git a/postgis_2.1.4+dfsg.orig.tar.gz.id 
b/postgis_2.1.4+dfsg.orig.tar.gz.id
new file mode 100644
index 000..512854d
--- /dev/null
+++ b/postgis_2.1.4+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+26f3c475a2256b2eddd7b30698f60ecc0f6e341b

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


[postgis] 01/03: Add strip-invalid-whitespace-in-pom.patch by Bas Couwenberg. Revert urgency back to medium.

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 7c9c453d9d02290be96975ab0e4df2c4bdbaa5cd
Author: Markus Wanner mar...@bluegap.ch
Date:   Thu Sep 25 16:02:57 2014 +0200

Add strip-invalid-whitespace-in-pom.patch by Bas Couwenberg.
Revert urgency back to medium.
---
 debian/changelog |  3 ++-
 debian/patches/series|  1 +
 debian/patches/strip-invalid-whitespace-in-pom.patch | 13 +
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f6fffe7..c425d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-postgis (2.1.4+dfsg-1) UNRELEASED; urgency=low
+postgis (2.1.4+dfsg-1) UNRELEASED; urgency=medium
 
   [ Paulo Flabiano Smorigo ]
   * add -lm for liblwgeom to avoid linkage problem.
@@ -7,6 +7,7 @@ postgis (2.1.4+dfsg-1) UNRELEASED; urgency=low
 
   [ Bas Couwenberg ]
   * Add Swedish translation by Martin Bagge. Closes: #761975.
+  * Add strip-invalid-whitespace-in-pom.patch to fix mh_cleanpom failure.
 
   [ Markus Wanner ]
   * New upstream release, 2.1.4. Adapt packaging to the new version.
diff --git a/debian/patches/series b/debian/patches/series
index c03cc70..c8613f0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ de-translation
 add-lm-for-liblwgeom.patch
 enable-ppc64el.patch
 correct-java-version.patch
+strip-invalid-whitespace-in-pom.patch
diff --git a/debian/patches/strip-invalid-whitespace-in-pom.patch 
b/debian/patches/strip-invalid-whitespace-in-pom.patch
new file mode 100644
index 000..3658703
--- /dev/null
+++ b/debian/patches/strip-invalid-whitespace-in-pom.patch
@@ -0,0 +1,13 @@
+Description: Strip invalid whitespace causing mh_cleanpom to fail with:
+ javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
+ Message: only whitespace content allowed before start tag and not \ufffd
+Author: Bas Couwenberg sebas...@xs4all.nl
+
+--- a/java/jdbc/pom.xml
 b/java/jdbc/pom.xml
+@@ -1,4 +1,4 @@
+-project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
++project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
+  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+ 
+ modelVersion4.0.0/modelVersion

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

[postgis] 02/03: Correct encoding in newly added patch.

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 8f3f3a42c60808eebc325d3e5adfaa58934024e6
Author: Markus Wanner mar...@bluegap.ch
Date:   Thu Sep 25 16:20:28 2014 +0200

Correct encoding in newly added patch.
---
 debian/patches/strip-invalid-whitespace-in-pom.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/strip-invalid-whitespace-in-pom.patch 
b/debian/patches/strip-invalid-whitespace-in-pom.patch
index 3658703..c837dd8 100644
--- a/debian/patches/strip-invalid-whitespace-in-pom.patch
+++ b/debian/patches/strip-invalid-whitespace-in-pom.patch
@@ -6,7 +6,7 @@ Author: Bas Couwenberg sebas...@xs4all.nl
 --- a/java/jdbc/pom.xml
 +++ b/java/jdbc/pom.xml
 @@ -1,4 +1,4 @@
--project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
+-project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 +project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  

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

[postgis] branch master updated (055baf4 - 9bd10fb)

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a change to branch master
in repository postgis.

  from  055baf4   Merge branch 'upstream', i.e. release 2.1.4. Adapt 
packaging.
   new  7c9c453   Add strip-invalid-whitespace-in-pom.patch by Bas 
Couwenberg. Revert urgency back to medium.
   new  8f3f3a4   Correct encoding in newly added patch.
   new  9bd10fb   Use wildcards in two .install files, inspired by Bas 
Couwenberg.

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


Summary of changes:
 debian/changelog |  3 ++-
 debian/liblwgeom-2.1.4.install   |  2 +-
 debian/libpostgis-java.install   |  2 +-
 debian/patches/series|  1 +
 debian/patches/strip-invalid-whitespace-in-pom.patch | 13 +
 5 files changed, 18 insertions(+), 3 deletions(-)
 create mode 100644 debian/patches/strip-invalid-whitespace-in-pom.patch

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


[postgis] 03/03: Use wildcards in two .install files, inspired by Bas Couwenberg.

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 9bd10fbf705903deb9e511a15e1a13e95d67cea9
Author: Markus Wanner mar...@bluegap.ch
Date:   Thu Sep 25 16:21:00 2014 +0200

Use wildcards in two .install files, inspired by Bas Couwenberg.
---
 debian/liblwgeom-2.1.4.install | 2 +-
 debian/libpostgis-java.install | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/liblwgeom-2.1.4.install b/debian/liblwgeom-2.1.4.install
index 05865dd..e05a2f9 100644
--- a/debian/liblwgeom-2.1.4.install
+++ b/debian/liblwgeom-2.1.4.install
@@ -1 +1 @@
-usr/lib/liblwgeom-2.1.4.so
+usr/lib/liblwgeom-2.1.?.so
diff --git a/debian/libpostgis-java.install b/debian/libpostgis-java.install
index 0ad5bc8..d5f6b5e 100644
--- a/debian/libpostgis-java.install
+++ b/debian/libpostgis-java.install
@@ -1 +1 @@
-java/jdbc/target/postgis-jdbc-2.1.4.jar /usr/share/java/
+java/jdbc/target/postgis-jdbc-2.1.?.jar /usr/share/java/

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


[postgis] 01/01: Drop Breaks/Replaces against liblwgeom-2.1.2, spotted by Bas Couwenberg.

2014-09-25 Thread Markus Wanner
This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit f699a2005cbf67ae38a9fc7a92140052d5d51814
Author: Markus Wanner mar...@bluegap.ch
Date:   Thu Sep 25 16:26:52 2014 +0200

Drop Breaks/Replaces against liblwgeom-2.1.2, spotted by Bas
Couwenberg.
---
 debian/control| 2 --
 debian/control.in | 2 --
 2 files changed, 4 deletions(-)

diff --git a/debian/control b/debian/control
index c581c36..aa1e1c0 100644
--- a/debian/control
+++ b/debian/control
@@ -90,8 +90,6 @@ Package: liblwgeom-2.1.4
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
-Replaces: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
 Description: PostGIS Lightweight Geometry library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS spatially enables
diff --git a/debian/control.in b/debian/control.in
index 80377b7..c3147bf 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -90,8 +90,6 @@ Package: liblwgeom-2.1.4
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
-Replaces: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
 Description: PostGIS Lightweight Geometry library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS spatially enables

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

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


Bug#762869: ITP: owslib -- Client library for Open Geospatial (OGC) web services

2014-09-25 Thread Johan Van de Wauw
Package: wnpp
Severity: wishlist
Owner: Johan Van de Wauw johan.vandew...@gmail.com

* Package name: owslib
  Version : 0.8.9
  Upstream Author : Several authors owslib-de...@lists.osgeo.org
* URL : https://pypi.python.org/pypi/OWSLib
* License : BSD-like
  Programming Lang: Python
  Description : Client library for Open Geospatial (OGC) web services
 OWSLib is a Python package for client programming with Open Geospatial
 Consortium (OGC) web service (hence OWS) interface standards, and their
 related content models.
 .
 Full documentation is available at http://geopython.github.io/OWSLib
 .
 OWSLib provides a common API for accessing service metadata and wrappers
 for numerous OGC Web Service interfaces.

This library is a dependency of pycsw, for which I filed an ITP (#762145) one
week ago.
This library was already packaged for the OSGeo live dvd (ubuntu based) by
Angelos Tzotsos. We (Angelos and I) intent to maintain this package in the
Debian-GIS team.

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


[fyba] branch master updated (6f7f26c - f51413d)

2014-09-25 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a change to branch master
in repository fyba.

  from  6f7f26c   Changing Vcs urls
   new  f51413d   debhelper  9 and not 9.0.0

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


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

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


[fyba] 01/01: debhelper 9 and not 9.0.0

2014-09-25 Thread Ruben Undheim
This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fyba.

commit f51413dd7a66ad89953b427d19894df3e03c45f5
Author: Ruben Undheim ruben.undh...@gmail.com
Date:   Thu Sep 25 20:27:25 2014 +

debhelper  9 and not 9.0.0
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d43492e..1782f14 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fyba
 Section: libs
 Priority: optional
 Maintainer: Ruben Undheim ruben.undh...@gmail.com
-Build-Depends: debhelper (= 9.0.0), autotools-dev, autoconf, libtool,
+Build-Depends: debhelper (= 9), autotools-dev, autoconf, libtool,
dh-autoreconf
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-grass/fyba.git

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


[owslib] branch master created (now 7bfb67c)

2014-09-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 owslib.

at  7bfb67c   Set d/source/format (correctly)

This branch includes the following new commits:

   new  522e558   Imported Upstream version 0.8.7
   new  81652de   Import original debian files by kalxas
   new  49dbe15   Update long description, remove editor cache
   new  b208519   Rewrite d/control with cme-fix
   new  63c6b41   Add watchfile
   new  5638ed1   Set debhelper level to 9
   new  5f900f0   Set Maintainer/uploaders
   new  e85a583   initial changelog
   new  c8e764a   Add d/source
   new  80eac88   Imported Upstream version 0.8.9
   new  2315290   Merge tag 'upstream/0.8.9'
   new  11f8d7d   Update version in changelog
   new  6fb870e   Remove unused dependencies
   new  d540241   Machine readable d/copyright
   new  7bfb67c   Set d/source/format (correctly)

The 15 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/owslib.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


[owslib] 02/15: Import original debian files by kalxas

2014-09-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 owslib.

commit 81652de29768a6b176cf79c9b6a4a98d029691fc
Author: Johan Van de Wauw jo...@debian-usb.fritz.box
Date:   Thu Sep 25 21:16:10 2014 +0200

Import original debian files by kalxas
---
 debian/changelog  | 35 +++
 debian/changelog~ | 35 +++
 debian/compat |  1 +
 debian/control| 13 +
 debian/copyright  | 32 
 debian/format |  1 +
 debian/pycompat   |  1 +
 debian/rules  |  7 +++
 8 files changed, 125 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..77df1c7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,35 @@
+owslib (0.8.7-1~trusty1) trusty; urgency=low
+
+  * Update to 0.8.7.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Thu, 05 Jun 2014 01:41:45 +0200
+
+owslib (0.8.3-1~precise1) precise; urgency=low
+
+  * Update to 0.8.3.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 12 Jan 2014 19:25:45 +0200
+
+owslib (0.7.2-1~precise1) precise; urgency=low
+
+  * Remove tests to avoid conflict in pyshared.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 06 Jul 2013 01:28:00 +0300
+
+owslib (0.7.2-0) precise; urgency=low
+
+  * Update to 0.7.2.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 08 Jun 2013 20:11:00 +0300
+
+owslib (0.7.1-0) precise; urgency=low
+
+  * Update to 0.7.1.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 30 Mar 2013 20:01:00 +0300
+
+owslib (0.5.1-0) precise; urgency=low
+
+  * Initial build.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Tue, 11 Sep 2012 22:54:30 +0300
diff --git a/debian/changelog~ b/debian/changelog~
new file mode 100644
index 000..4d95e06
--- /dev/null
+++ b/debian/changelog~
@@ -0,0 +1,35 @@
+owslib (0.8.7-1~precise1) precise; urgency=low
+
+  * Update to 0.8.7.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Thu, 05 Jun 2014 01:41:45 +0200
+
+owslib (0.8.3-1~precise1) precise; urgency=low
+
+  * Update to 0.8.3.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 12 Jan 2014 19:25:45 +0200
+
+owslib (0.7.2-1~precise1) precise; urgency=low
+
+  * Remove tests to avoid conflict in pyshared.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 06 Jul 2013 01:28:00 +0300
+
+owslib (0.7.2-0) precise; urgency=low
+
+  * Update to 0.7.2.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 08 Jun 2013 20:11:00 +0300
+
+owslib (0.7.1-0) precise; urgency=low
+
+  * Update to 0.7.1.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 30 Mar 2013 20:01:00 +0300
+
+owslib (0.5.1-0) precise; urgency=low
+
+  * Initial build.
+
+ -- Angelos Tzotsos gcpp.kal...@gmail.com  Tue, 11 Sep 2012 22:54:30 +0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..71f387c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: owslib
+Section: python
+Priority: optional
+Maintainer: Angelos Tzotsos gcpp.kal...@gmail.com
+Build-Depends: debhelper (= 7.0.50), python-setuptools (= 0.6), 
python-support (=0.6), python-all-dev (= 2.3.5-11), python (= 2.6.6-3)
+Standards-Version: 3.9.3
+X-Python-Version: = 2.5
+Homepage: http://geopython.github.com/OWSLib/
+
+Package: python-owslib
+Architecture: all
+Depends: ${misc:Depends}, debconf, python (=2.5), python-lxml
+Description: OWSLib is a Python package for client programming with Open 
Geospatial Consortium (OGC) web service (hence OWS) interface standards, and 
their related content models.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..fbb5f2c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+This package was created by Angelos Tzotsos gcpp.kal...@gmail.com on
+Tue, 11 Sep 2012 22:54:30 +0300
+
+Copyright:
+ Copyright (c) 2006, Ancient World Mapping Center
+ All rights reserved.
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted 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 the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the University of North Carolina nor the names of
+  its contributors may be used to endorse or promote products derived
+  from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 

[owslib] 04/15: Rewrite d/control with cme-fix

2014-09-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 owslib.

commit b208519ae4260a85ce5c675f60072f8a2e94ddb1
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:29:46 2014 +0200

Rewrite d/control with cme-fix
---
 debian/control | 24 +---
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index f5c924b..690aa5b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,28 @@
 Source: owslib
+Maintainer: Angelos Tzotsos gcpp.kal...@gmail.com
 Section: python
 Priority: optional
-Maintainer: Angelos Tzotsos gcpp.kal...@gmail.com
-Build-Depends: debhelper (= 7.0.50), python-setuptools (= 0.6), 
python-support (=0.6), python-all-dev (= 2.3.5-11), python (= 2.6.6-3)
-Standards-Version: 3.9.3
-X-Python-Version: = 2.5
+Build-Depends: debhelper (= 7.0.50),
+   python-setuptools,
+   python-support,
+   python-all-dev,
+   python
+Standards-Version: 3.9.5
 Homepage: http://geopython.github.com/OWSLib/
+X-Python-Version: = 2.5
 
 Package: python-owslib
 Architecture: all
-Depends: ${misc:Depends}, debconf, python (=2.5), python-lxml
+Depends: ${misc:Depends},
+ debconf,
+ python,
+ python-lxml
 Description: Client library for Open Geospatial Consortium (OGC) web services
- OWSLib is a Python package for client programming with Open Geospatial 
Consortium (OGC) web service (hence OWS) interface standards, and their related 
content models.
+ OWSLib is a Python package for client programming with Open Geospatial 
+ Consortium (OGC) web service (hence OWS) interface standards, and their 
+ related content models.
  .
  Full documentation is available at http://geopython.github.io/OWSLib
  .
- OWSLib provides a common API for accessing service metadata and wrappers for 
numerous OGC Web Service interfaces.
+ OWSLib provides a common API for accessing service metadata and wrappers
+ for numerous OGC Web Service interfaces.

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


[owslib] 03/15: Update long description, remove editor cache

2014-09-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 owslib.

commit 49dbe15632c1790f4cee9c5739c5a3052c4878ac
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:24:11 2014 +0200

Update long description, remove editor cache
---
 debian/changelog~ | 35 ---
 debian/control|  7 ++-
 2 files changed, 6 insertions(+), 36 deletions(-)

diff --git a/debian/changelog~ b/debian/changelog~
deleted file mode 100644
index 4d95e06..000
--- a/debian/changelog~
+++ /dev/null
@@ -1,35 +0,0 @@
-owslib (0.8.7-1~precise1) precise; urgency=low
-
-  * Update to 0.8.7.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Thu, 05 Jun 2014 01:41:45 +0200
-
-owslib (0.8.3-1~precise1) precise; urgency=low
-
-  * Update to 0.8.3.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 12 Jan 2014 19:25:45 +0200
-
-owslib (0.7.2-1~precise1) precise; urgency=low
-
-  * Remove tests to avoid conflict in pyshared.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 06 Jul 2013 01:28:00 +0300
-
-owslib (0.7.2-0) precise; urgency=low
-
-  * Update to 0.7.2.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 08 Jun 2013 20:11:00 +0300
-
-owslib (0.7.1-0) precise; urgency=low
-
-  * Update to 0.7.1.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 30 Mar 2013 20:01:00 +0300
-
-owslib (0.5.1-0) precise; urgency=low
-
-  * Initial build.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Tue, 11 Sep 2012 22:54:30 +0300
diff --git a/debian/control b/debian/control
index 71f387c..f5c924b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,4 +10,9 @@ Homepage: http://geopython.github.com/OWSLib/
 Package: python-owslib
 Architecture: all
 Depends: ${misc:Depends}, debconf, python (=2.5), python-lxml
-Description: OWSLib is a Python package for client programming with Open 
Geospatial Consortium (OGC) web service (hence OWS) interface standards, and 
their related content models.
+Description: Client library for Open Geospatial Consortium (OGC) web services
+ OWSLib is a Python package for client programming with Open Geospatial 
Consortium (OGC) web service (hence OWS) interface standards, and their related 
content models.
+ .
+ Full documentation is available at http://geopython.github.io/OWSLib
+ .
+ OWSLib provides a common API for accessing service metadata and wrappers for 
numerous OGC Web Service interfaces.

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


[owslib] 06/15: Set debhelper level to 9

2014-09-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 owslib.

commit 5638ed1c6c8fa14169492b5cfa5c2cc55e1d0469
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:45:34 2014 +0200

Set debhelper level to 9
---
 debian/compat  | 2 +-
 debian/control | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 690aa5b..bb3bd48 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,8 @@ Source: owslib
 Maintainer: Angelos Tzotsos gcpp.kal...@gmail.com
 Section: python
 Priority: optional
-Build-Depends: debhelper (= 7.0.50),
+Build-Depends: debhelper (= 9),
python-setuptools,
-   python-support,
python-all-dev,
python
 Standards-Version: 3.9.5

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


[owslib] 07/15: Set Maintainer/uploaders

2014-09-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 owslib.

commit 5f900f0f1e0a546f15a904634e7309385d4022f0
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:49:52 2014 +0200

Set Maintainer/uploaders
---
 debian/control | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index bb3bd48..3ad87c1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,7 @@
 Source: owslib
-Maintainer: Angelos Tzotsos gcpp.kal...@gmail.com
+Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
+Uploaders: Angelos Tzotsos gcpp.kal...@gmail.com,
+  Johan Van de Wauw johan.vandew...@gmail.com
 Section: python
 Priority: optional
 Build-Depends: debhelper (= 9),
@@ -16,7 +18,7 @@ Depends: ${misc:Depends},
  debconf,
  python,
  python-lxml
-Description: Client library for Open Geospatial Consortium (OGC) web services
+Description: Client library for Open Geospatial (OGC) web services
  OWSLib is a Python package for client programming with Open Geospatial 
  Consortium (OGC) web service (hence OWS) interface standards, and their 
  related content models.

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


[owslib] 05/15: Add watchfile

2014-09-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 owslib.

commit 63c6b4163c702bd1e05dc2dc3ce8560f83cad100
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:43:04 2014 +0200

Add watchfile
---
 debian/watch | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..e76a68c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/O/OWSLib/OWSLib-(.*).tar.gz

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


[owslib] 08/15: initial changelog

2014-09-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 owslib.

commit e85a5833d96c18737bd861cbfcb54fc44f676272
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:57:08 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 77df1c7..8e72aca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+owslib (0.8.7-1) UNRELEASED; urgency=medium
+
+  * Initial upload (closes: xx)
+
+ -- Johan Van de Wauw johan.vandew...@gmail.com  Thu, 25 Sep 2014 21:32:43 
+0200
+
 owslib (0.8.7-1~trusty1) trusty; urgency=low
 
   * Update to 0.8.7.

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


[owslib] 11/15: Merge tag 'upstream/0.8.9'

2014-09-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 owslib.

commit 2315290c8d911b7217e745488c6bf68072d08e8c
Merge: c8e764a 80eac88
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:58:51 2014 +0200

Merge tag 'upstream/0.8.9'

Upstream version 0.8.9

 .travis.yml|20 -
 CREDITS.txt| 3 +-
 OWSLib.egg-info/PKG-INFO   |   126 +
 OWSLib.egg-info/SOURCES.txt|61 +
 OWSLib.egg-info/dependency_links.txt   | 1 +
 OWSLib.egg-info/requires.txt   | 2 +
 OWSLib.egg-info/top_level.txt  | 1 +
 PKG-INFO   |   126 +
 VERSION.txt| 2 +-
 docs/Makefile  |   181 -
 docs/_static/jpl_mosaic_visb.jpg   |   Bin 16967 - 0 bytes
 docs/_static/nasa_modis_terra_truecolour.jpg   |   Bin 15498 - 0 bytes
 docs/_templates/layout.html|26 -
 docs/conf.py   |   196 -
 docs/en/index.rst  |   677 -
 docs/publish.sh|16 -
 etc/RPM/python-owslib.changes  |30 -
 etc/RPM/python-owslib.spec |53 -
 etc/debian/changelog   |29 -
 etc/debian/compat  | 1 -
 etc/debian/control |13 -
 etc/debian/copyright   |32 -
 etc/debian/format  | 1 -
 etc/debian/pycompat| 1 -
 etc/debian/rules   | 7 -
 examples/csw-client.py |   156 -
 examples/csw-harvest.py|56 -
 examples/iso-getcodelist.py|60 -
 examples/wcs-thredds-prism.py  |29 -
 examples/wps-ceda-script.py|42 -
 examples/wps-client.py |   135 -
 examples/wps-climdaps.py   |34 -
 examples/wps-pml-script-1.py   |47 -
 examples/wps-pml-script-2.py   |38 -
 examples/wps-usgs-script.py|   109 -
 owslib/__init__.py | 2 +-
 owslib/coverage/wcs100.py  |18 +-
 owslib/coverage/wcs110.py  | 6 +-
 owslib/csw.py  |54 +-
 owslib/feature/__init__.py | 2 +-
 owslib/feature/wfs100.py   |16 +-
 owslib/feature/wfs110.py   | 5 +-
 owslib/feature/wfs200.py   |19 +-
 owslib/iso.py  |   993 +-
 owslib/namespaces.py   | 1 +
 owslib/ows.py  |28 +-
 owslib/swe/observation/sos100.py   |19 +-
 owslib/swe/observation/sos200.py   |11 +-
 owslib/util.py |74 +-
 owslib/wms.py  |15 +-
 owslib/wmts.py |   267 +-
 owslib/wps.py  | 6 +-
 pytest.ini | 5 -
 setup.cfg  | 5 +
 setup.py   | 2 +-
 tests/doctests/crs.txt |28 -
 tests/doctests/csw_conterra.txt|23 -
 tests/doctests/csw_gdp.txt |79 -
 tests/doctests/csw_geonetwork.txt  |29 -
 tests/doctests/csw_geoserver.txt   | 9 -
 tests/doctests/csw_nlr.txt |72 -
 tests/doctests/csw_uuid_constrain.txt  |   117 -
 tests/doctests/fes_ogc_filters.txt |   115 -
 tests/doctests/iso_codelist.txt|17 -
 tests/doctests/namespaces.txt  |53 -
 tests/doctests/ows_interfaces.txt  |   141 -
 tests/doctests/sml_52n_network.txt |73 -
 tests/doctests/sml_ndbc_station.txt|   112 -
 tests/doctests/sos_10_getcapabilities.txt  |   310 -
 tests/doctests/sos_10_ndbc_getobservation.txt  |59 -
 tests/doctests/sos_ngmp.txt|   204 -
 tests/doctests/sos_ngwd.txt|   216 -
 tests/doctests/swe_common_20.txt   |88 -
 tests/doctests/tms.txt |   114 

[owslib] 15/15: Set d/source/format (correctly)

2014-09-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 owslib.

commit 7bfb67c872908c8ce1f46839434ba5d28fd96843
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 22:48:08 2014 +0200

Set d/source/format (correctly)
---
 debian/{source = source/format} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/debian/source b/debian/source/format
similarity index 100%
rename from debian/source
rename to debian/source/format

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


[owslib] annotated tag upstream/0.8.7 created (now 458ec0c)

2014-09-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/0.8.7
in repository owslib.

at  458ec0c   (tag)
   tagging  522e5580b2341dddbe9e5c99a387aabf6faf0890 (commit)
 tagged by  Johan Van de Wauw
on  Thu Sep 25 21:15:51 2014 +0200

- Log -
Upstream version 0.8.7

Johan Van de Wauw (1):
  Imported Upstream version 0.8.7

---

No new revisions were added by this update.

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


[owslib] 02/02: pristine-tar data for owslib_0.8.9.orig.tar.gz

2014-09-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 pristine-tar
in repository owslib.

commit af4cbdc46c98dad2046e6f621071c627af0a278f
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 21:58:51 2014 +0200

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

diff --git a/owslib_0.8.9.orig.tar.gz.delta b/owslib_0.8.9.orig.tar.gz.delta
new file mode 100644
index 000..9427581
Binary files /dev/null and b/owslib_0.8.9.orig.tar.gz.delta differ
diff --git a/owslib_0.8.9.orig.tar.gz.id b/owslib_0.8.9.orig.tar.gz.id
new file mode 100644
index 000..96e5682
--- /dev/null
+++ b/owslib_0.8.9.orig.tar.gz.id
@@ -0,0 +1 @@
+bd3468e6ad2fa6d4668963bb56df581259857c3f

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


[owslib] 01/02: pristine-tar data for owslib_0.8.7.orig.tar.gz

2014-09-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 pristine-tar
in repository owslib.

commit fde6501941122c13325828fdb5cebac9aa68cc29
Author: Johan Van de Wauw jo...@debian-usb.fritz.box
Date:   Thu Sep 25 21:15:51 2014 +0200

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

diff --git a/owslib_0.8.7.orig.tar.gz.delta b/owslib_0.8.7.orig.tar.gz.delta
new file mode 100644
index 000..efdca0b
Binary files /dev/null and b/owslib_0.8.7.orig.tar.gz.delta differ
diff --git a/owslib_0.8.7.orig.tar.gz.id b/owslib_0.8.7.orig.tar.gz.id
new file mode 100644
index 000..7716285
--- /dev/null
+++ b/owslib_0.8.7.orig.tar.gz.id
@@ -0,0 +1 @@
+5705982aa7d33416188ab640f90496fa7b448657

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


[owslib] branch upstream created (now 80eac88)

2014-09-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 upstream
in repository owslib.

at  80eac88   Imported Upstream version 0.8.9

This branch includes the following new commits:

   new  522e558   Imported Upstream version 0.8.7
   new  80eac88   Imported Upstream version 0.8.9

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


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


[owslib] 12/15: Update version in changelog

2014-09-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 owslib.

commit 11f8d7db09f37d679916dd10286d48d7a28a2441
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 22:18:43 2014 +0200

Update version in changelog
---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e72aca..e95bd72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-owslib (0.8.7-1) UNRELEASED; urgency=medium
+owslib (0.8.9-1) UNRELEASED; urgency=medium
 
   * Initial upload (closes: xx)
+  * Imported Upstream version 0.8.9
 
  -- Johan Van de Wauw johan.vandew...@gmail.com  Thu, 25 Sep 2014 21:32:43 
+0200
 

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


[owslib] 01/01: Set ITP number

2014-09-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 owslib.

commit bc72dec69dcc86b98c1098d475bad109f859bd2c
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Thu Sep 25 22:57:25 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index e95bd72..c0250bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 owslib (0.8.9-1) UNRELEASED; urgency=medium
 
-  * Initial upload (closes: xx)
+  * Initial upload (closes: 762869)
   * Imported Upstream version 0.8.9
 
  -- Johan Van de Wauw johan.vandew...@gmail.com  Thu, 25 Sep 2014 21:32:43 
+0200

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


[owslib] branch master updated (7bfb67c - bc72dec)

2014-09-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 owslib.

  from  7bfb67c   Set d/source/format (correctly)
   new  bc72dec   Set ITP number

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[gis] branch master updated (8dddd81 - 81c1a51)

2014-09-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 gis.

  from  881   Update geographiclib package names.
   new  81c1a51   Add owslib  pycsw.

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:
 tasks/web | 3 +++
 1 file changed, 3 insertions(+)

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


[gis] 01/01: Add owslib pycsw.

2014-09-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 gis.

commit 81c1a51d9b3cc57652f0bfeb8342e707ea84e454
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Sep 25 23:25:11 2014 +0200

Add owslib  pycsw.
---
 tasks/web | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tasks/web b/tasks/web
index 39122cf..0c89486 100644
--- a/tasks/web
+++ b/tasks/web
@@ -49,3 +49,6 @@ Depends: mapcache-tools, libapache2-mod-mapcache
 
 Suggests: mapcache-cgi
 
+Depends: python-owslib
+
+Depends: python-pycsw, pycsw-cgi

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


[owslib] 01/05: Changelog for new package should only contain entry closing ITP.

2014-09-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 owslib.

commit 43869a8d5cab42ba699d1bff9e444cb13da9d22c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Sep 26 00:42:12 2014 +0200

Changelog for new package should only contain entry closing ITP.
---
 debian/changelog | 39 +--
 1 file changed, 1 insertion(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c0250bb..a5e6b66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,42 +1,5 @@
 owslib (0.8.9-1) UNRELEASED; urgency=medium
 
-  * Initial upload (closes: 762869)
-  * Imported Upstream version 0.8.9
+  * Initial upload (closes: #762869)
 
  -- Johan Van de Wauw johan.vandew...@gmail.com  Thu, 25 Sep 2014 21:32:43 
+0200
-
-owslib (0.8.7-1~trusty1) trusty; urgency=low
-
-  * Update to 0.8.7.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Thu, 05 Jun 2014 01:41:45 +0200
-
-owslib (0.8.3-1~precise1) precise; urgency=low
-
-  * Update to 0.8.3.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 12 Jan 2014 19:25:45 +0200
-
-owslib (0.7.2-1~precise1) precise; urgency=low
-
-  * Remove tests to avoid conflict in pyshared.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 06 Jul 2013 01:28:00 +0300
-
-owslib (0.7.2-0) precise; urgency=low
-
-  * Update to 0.7.2.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 08 Jun 2013 20:11:00 +0300
-
-owslib (0.7.1-0) precise; urgency=low
-
-  * Update to 0.7.1.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Sat, 30 Mar 2013 20:01:00 +0300
-
-owslib (0.5.1-0) precise; urgency=low
-
-  * Initial build.
-
- -- Angelos Tzotsos gcpp.kal...@gmail.com  Tue, 11 Sep 2012 22:54:30 +0300

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


[owslib] 05/05: Add gbp.conf to use pristine-tar by default.

2014-09-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 owslib.

commit f43739928576fe9f99077e568ab0b2489b0dbc22
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Sep 26 00:55:52 2014 +0200

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

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/owslib.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


[owslib] 04/05: Remove format file, source/format is used.

2014-09-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 owslib.

commit aa3110bd95b73fbcde3116f0ef11bd2009919672
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Sep 26 00:44:27 2014 +0200

Remove format file, source/format is used.
---
 debian/format | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/format b/debian/format
deleted file mode 100644
index 89ae9db..000
--- a/debian/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)

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


[owslib] 02/05: Use the pybuild buildsystem, add build dependency on dh-python.

2014-09-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 owslib.

commit ff2308d91de1bfa30cd38b2a326f61a122b1dd25
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Sep 26 00:40:33 2014 +0200

Use the pybuild buildsystem, add build dependency on dh-python.
---
 debian/control  | 7 ---
 debian/pycompat | 1 -
 debian/rules| 4 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 42ae446..1d591d6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,18 @@ Uploaders: Angelos Tzotsos gcpp.kal...@gmail.com,
 Section: python
 Priority: optional
 Build-Depends: debhelper (= 9),
+   dh-python,
python-setuptools,
-   python
+   python-all
 Standards-Version: 3.9.5
 Homepage: http://geopython.github.com/OWSLib/
 X-Python-Version: = 2.5
 
 Package: python-owslib
 Architecture: all
-Depends: ${misc:Depends},
+Depends: ${python:Depends},
+ ${misc:Depends},
  debconf,
- python,
  python-lxml
 Description: Client library for Open Geospatial (OGC) web services
  OWSLib is a Python package for client programming with Open Geospatial 
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index b034491..88a51b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export PYBUILD_NAME=owslib
+
 %:
-   dh  $@ --with python2
+   dh  $@ --with python2 --buildsystem pybuild
 
 

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


[owslib] branch master updated (bc72dec - f437399)

2014-09-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 owslib.

  from  bc72dec   Set ITP number
   new  43869a8   Changelog for new package should only contain entry 
closing ITP.
   new  ff2308d   Use the pybuild buildsystem, add build dependency on 
dh-python.
   new  a07bab7   Add build dependency on python-tz, python-dateutil  
python-pytest for tests.
   new  aa3110b   Remove format file, source/format is used.
   new  f437399   Add gbp.conf to use pristine-tar by default.

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


Summary of changes:
 debian/changelog | 39 +--
 debian/control   | 10 +++---
 debian/format|  1 -
 debian/gbp.conf  | 16 
 debian/pycompat  |  1 -
 debian/rules |  4 +++-
 6 files changed, 27 insertions(+), 44 deletions(-)
 delete mode 100644 debian/format
 create mode 100644 debian/gbp.conf
 delete mode 100644 debian/pycompat

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


[owslib] 03/05: Add build dependency on python-tz, python-dateutil python-pytest for tests.

2014-09-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 owslib.

commit a07bab750b3c10ee527aa26540679b0b48fbab69
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Sep 26 01:05:58 2014 +0200

Add build dependency on python-tz, python-dateutil  python-pytest for 
tests.
---
 debian/control | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 1d591d6..e637718 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,9 @@ Priority: optional
 Build-Depends: debhelper (= 9),
dh-python,
python-setuptools,
+   python-dateutil,
+   python-pytest,
+   python-tz,
python-all
 Standards-Version: 3.9.5
 Homepage: http://geopython.github.com/OWSLib/

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


[owslib] branch master updated (f437399 - 8ec5b36)

2014-09-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 owslib.

  from  f437399   Add gbp.conf to use pristine-tar by default.
   new  8ec5b36   Drop unneeded debconf dependency.

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


Summary of changes:
 debian/control | 1 -
 1 file changed, 1 deletion(-)

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