[qmapshack] branch stretch-backports updated (8eacede -> a40fd09)
This is an automated email from the git hooks/post-receive script. sebastic pushed a change to branch stretch-backports in repository qmapshack. from 8eacede Rebuild for stretch-backports. adds 7d1e47b Bump Standards-Version to 4.1.0, no changes. adds 3b41ed0 Bump Standards-Version to 4.1.2, no changes. adds 45c0ce7 New upstream version 1.10.0 adds b8dfe0f Merge tag 'upstream/1.10.0' adds cc67d80 New upstream release. adds 70184a4 Add lintian override for spelling-error-in-binary false positive. adds f6efa01 Set distribution to experimental. adds 3bd0360 Move from experimental to unstable. new 56e276f Merge tag 'debian/1.10.0-1' into stretch-backports new a40fd09 Rebuild for stretch-backports. 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: CMakeLists.txt | 4 +- CMakeLists.txt.user|31 +- README.md | 2 +- changelog.txt |19 + debian/changelog |20 + debian/control | 2 +- debian/lintian-overrides | 3 + src/CMainWindow.cpp| 137 +- src/CMainWindow.h | 9 +- src/CMakeLists.txt | 1100 +- src/IMainWindow.ui | 106 +- src/canvas/CCanvas.cpp | 106 +- src/canvas/CCanvas.h |11 +- src/cursors/cursorRadiusWpt.png| Bin 0 -> 1557 bytes src/dem/IDemList.ui|14 +- src/device/IDevice.cpp |22 + src/device/IDevice.h | 3 + .../CFilterDouglasPeuker.cpp => CGisDatabase.cpp} |42 +- src/gis/{CSetupFilter.h => CGisDatabase.h} |31 +- src/gis/CGisDraw.cpp | 8 +- src/gis/CGisListDB.cpp | 8 +- src/gis/CGisListWks.cpp| 142 +- src/gis/CGisListWks.h | 8 + src/gis/{CGisWidget.cpp => CGisWorkspace.cpp} | 257 +- src/gis/{CGisWidget.h => CGisWorkspace.h} |41 +- src/gis/CSetupFilter.cpp | 8 +- src/gis/CSetupFilter.h | 6 +- src/gis/IGisDatabase.ui| 123 + src/gis/IGisItem.cpp |30 +- src/gis/IGisItem.h | 5 +- src/gis/{IGisWidget.ui => IGisWorkspace.ui}|87 +- src/gis/db/CDBFolderLostFound.cpp | 8 +- src/gis/db/CDBItem.cpp |10 +- src/gis/db/CDBProject.cpp | 9 +- src/gis/db/CExportDatabaseThread.cpp | 2 +- src/gis/db/CSearchDatabase.cpp | 2 +- src/gis/db/IDBFolder.cpp |16 +- src/gis/gpx/serialization.cpp | 2 +- src/gis/ovl/CGisItemOvlArea.h | 2 +- src/gis/ovl/CScrOptOvlArea.cpp |12 +- src/gis/prj/CDetailsPrj.cpp| 6 +- src/gis/prj/IGisProject.cpp|65 +- src/gis/prj/IGisProject.h |10 + src/gis/qlb/CQlbProject.cpp| 145 + src/gis/{slf/CSlfProject.h => qlb/CQlbProject.h} |28 +- src/gis/qms/serialization.cpp | 3 + src/gis/rte/CCreateRouteFromWpt.cpp| 6 +- src/gis/rte/CGisItemRte.cpp| 8 +- src/gis/rte/CGisItemRte.h | 2 +- src/gis/rte/CScrOptRte.cpp |20 +- src/gis/rte/router/CRouterBRouter.cpp |59 +- src/gis/rte/router/CRouterBRouter.h| 4 +- src/gis/rte/router/CRouterMapQuest.cpp | 6 +- src/gis/rte/router/CRouterRoutino.cpp | 4 +- src/gis/rte/router/CRouterSetup.cpp| 2 +- src/gis/rte/router/IRouter.h |19 + src/gis/rte/router/IRouterBRouter.ui |43 +- src/gis/rte/router/IRouterRoutino.ui |15 +- src/gis/suunto/CLogProject.cpp | 259 + .../{slf/CSlfProject.h => suunto/CLogProject.h}|28 +- src/gis/suunto/CSmlProject.cpp | 260 + .../{slf/CSlfProject.h => suunto/CSmlProject.h}|28 +- src/gis/suunto/ISuuntoProject.c
[qmapshack] 02/02: Rebuild for stretch-backports.
This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch stretch-backports in repository qmapshack. commit a40fd094a124da0556bc573cf1788446a1453214 Author: Bas Couwenberg Date: Mon Jan 1 09:15:43 2018 +0100 Rebuild for stretch-backports. --- debian/changelog | 6 ++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2af33bf..8dd2f63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qmapshack (1.10.0-1~bpo9+1) stretch-backports; urgency=medium + + * Rebuild for stretch-backports. + + -- Bas Couwenberg Mon, 01 Jan 2018 09:15:39 +0100 + qmapshack (1.10.0-1) unstable; urgency=medium * Move from experimental to unstable. -- 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
[qmapshack] 01/02: Merge tag 'debian/1.10.0-1' into stretch-backports
This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch stretch-backports in repository qmapshack. commit 56e276fd31d51abdcde923ecb0cd7ef85c68f9c6 Merge: 8eacede 3bd0360 Author: Bas Couwenberg Date: Mon Jan 1 09:15:33 2018 +0100 Merge tag 'debian/1.10.0-1' into stretch-backports CMakeLists.txt | 4 +- CMakeLists.txt.user|31 +- README.md | 2 +- changelog.txt |19 + debian/changelog |14 + debian/control | 2 +- debian/lintian-overrides | 3 + src/CMainWindow.cpp| 137 +- src/CMainWindow.h | 9 +- src/CMakeLists.txt | 1100 +- src/IMainWindow.ui | 106 +- src/canvas/CCanvas.cpp | 106 +- src/canvas/CCanvas.h |11 +- src/cursors/cursorRadiusWpt.png| Bin 0 -> 1557 bytes src/dem/IDemList.ui|14 +- src/device/IDevice.cpp |22 + src/device/IDevice.h | 3 + src/gis/{CSetupFilter.cpp => CGisDatabase.cpp} |49 +- src/gis/{CSetupFilter.h => CGisDatabase.h} |31 +- src/gis/CGisDraw.cpp | 8 +- src/gis/CGisListDB.cpp | 8 +- src/gis/CGisListWks.cpp| 142 +- src/gis/CGisListWks.h | 8 + src/gis/{CGisWidget.cpp => CGisWorkspace.cpp} | 257 +- src/gis/{CGisWidget.h => CGisWorkspace.h} |41 +- src/gis/CSetupFilter.cpp | 8 +- src/gis/CSetupFilter.h | 6 +- src/gis/IGisDatabase.ui| 123 + src/gis/IGisItem.cpp |30 +- src/gis/IGisItem.h | 5 +- src/gis/{IGisWidget.ui => IGisWorkspace.ui}|87 +- src/gis/db/CDBFolderLostFound.cpp | 8 +- src/gis/db/CDBItem.cpp |10 +- src/gis/db/CDBProject.cpp | 9 +- src/gis/db/CExportDatabaseThread.cpp | 2 +- src/gis/db/CSearchDatabase.cpp | 2 +- src/gis/db/IDBFolder.cpp |16 +- src/gis/gpx/serialization.cpp | 2 +- src/gis/ovl/CGisItemOvlArea.h | 2 +- src/gis/ovl/CScrOptOvlArea.cpp |12 +- src/gis/prj/CDetailsPrj.cpp| 6 +- src/gis/prj/IGisProject.cpp|65 +- src/gis/prj/IGisProject.h |10 + src/gis/qlb/CQlbProject.cpp| 145 + src/gis/{CSetupFilter.h => qlb/CQlbProject.h} |36 +- src/gis/qms/serialization.cpp | 3 + src/gis/rte/CCreateRouteFromWpt.cpp| 6 +- src/gis/rte/CGisItemRte.cpp| 8 +- src/gis/rte/CGisItemRte.h | 2 +- src/gis/rte/CScrOptRte.cpp |20 +- src/gis/rte/router/CRouterBRouter.cpp |59 +- src/gis/rte/router/CRouterBRouter.h| 4 +- src/gis/rte/router/CRouterMapQuest.cpp | 6 +- src/gis/rte/router/CRouterRoutino.cpp | 4 +- src/gis/rte/router/CRouterSetup.cpp| 2 +- src/gis/rte/router/IRouter.h |19 + src/gis/rte/router/IRouterBRouter.ui |43 +- src/gis/rte/router/IRouterRoutino.ui |15 +- src/gis/suunto/CLogProject.cpp | 259 + .../CMouseDummy.h => gis/suunto/CLogProject.h} |41 +- src/gis/suunto/CSmlProject.cpp | 260 + .../CMouseDummy.h => gis/suunto/CSmlProject.h} |41 +- src/gis/suunto/ISuuntoProject.cpp | 182 + src/gis/suunto/ISuuntoProject.h|81 + src/gis/trk/CActivityTrk.cpp |36 +- src/gis/trk/CCombineTrk.cpp| 8 +- src/gis/trk/CDetailsTrk.cpp| 8 +- src/gis/trk/CGisItemTrk.cpp| 270 +- src/gis/trk/CGisItemTrk.h |45 +- src/gis/trk/CKnownExtension.cpp| 121 +- src/gis/trk/CKnownExtension.h |35 +- src/gis/trk/CPropertyTrk.cpp |27 +- src/gis/trk/CPropertyTrk.h |11 +- src/gis/trk/CScrOptTrk.cpp |26 +- s
[qmapshack] tag debian/1.10.0-1_bpo9+1 created (now a40fd09)
This is an automated email from the git hooks/post-receive script. sebastic pushed a change to tag debian/1.10.0-1_bpo9+1 in repository qmapshack. at a40fd09 (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
[Git][debian-gis-team/qmapshack][stretch-backports] 10 commits: Bump Standards-Version to 4.1.0, no changes.
Sebastiaan Couwenberg pushed to branch stretch-backports at Debian GIS Project / qmapshack Commits: 7d1e47b2 by Bas Couwenberg at 2017-09-23T10:39:13+02:00 Bump Standards-Version to 4.1.0, no changes. - - - - - 3b41ed04 by Bas Couwenberg at 2017-12-15T13:01:19+01:00 Bump Standards-Version to 4.1.2, no changes. - - - - - 45c0ce7f by Bas Couwenberg at 2017-12-21T16:56:01+01:00 New upstream version 1.10.0 - - - - - b8dfe0f8 by Bas Couwenberg at 2017-12-21T16:56:13+01:00 Merge tag 'upstream/1.10.0' Upstream version 1.10.0 - - - - - cc67d805 by Bas Couwenberg at 2017-12-21T16:56:37+01:00 New upstream release. - - - - - 70184a4d by Bas Couwenberg at 2017-12-21T17:38:47+01:00 Add lintian override for spelling-error-in-binary false positive. - - - - - f6efa01e by Bas Couwenberg at 2017-12-21T17:38:47+01:00 Set distribution to experimental. - - - - - 3bd0360c by Bas Couwenberg at 2017-12-26T22:42:27+01:00 Move from experimental to unstable. - - - - - 56e276fd by Bas Couwenberg at 2018-01-01T09:15:33+01:00 Merge tag 'debian/1.10.0-1' into stretch-backports - - - - - a40fd094 by Bas Couwenberg at 2018-01-01T09:15:43+01:00 Rebuild for stretch-backports. - - - - - 30 changed files: - CMakeLists.txt - CMakeLists.txt.user - README.md - changelog.txt - debian/changelog - debian/control - + debian/lintian-overrides - src/CMainWindow.cpp - src/CMainWindow.h - src/CMakeLists.txt - src/IMainWindow.ui - src/canvas/CCanvas.cpp - src/canvas/CCanvas.h - + src/cursors/cursorRadiusWpt.png - src/dem/IDemList.ui - src/device/IDevice.cpp - src/device/IDevice.h - + src/gis/CGisDatabase.cpp - + src/gis/CGisDatabase.h - src/gis/CGisDraw.cpp - src/gis/CGisListDB.cpp - src/gis/CGisListWks.cpp - src/gis/CGisListWks.h - src/gis/CGisWidget.cpp → src/gis/CGisWorkspace.cpp - src/gis/CGisWidget.h → src/gis/CGisWorkspace.h - src/gis/CSetupFilter.cpp - src/gis/CSetupFilter.h - + src/gis/IGisDatabase.ui - src/gis/IGisItem.cpp - src/gis/IGisItem.h The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/qmapshack/compare/8eacede746bb07419210e6075f84c5c8e5ad4c1e...a40fd094a124da0556bc573cf1788446a1453214 --- View it on GitLab: https://salsa.debian.org/debian-gis-team/qmapshack/compare/8eacede746bb07419210e6075f84c5c8e5ad4c1e...a40fd094a124da0556bc573cf1788446a1453214 You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qmapshack] Pushed new tag debian/1.10.0-1_bpo9+1
Sebastiaan Couwenberg pushed new tag debian/1.10.0-1_bpo9+1 at Debian GIS Project / qmapshack --- View it on GitLab: https://salsa.debian.org/debian-gis-team/qmapshack/tree/debian/1.10.0-1_bpo9+1 You're receiving this email because of your account on salsa.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
Processing of qmapshack_1.10.0-1~bpo9+1_amd64.changes
qmapshack_1.10.0-1~bpo9+1_amd64.changes uploaded successfully to localhost along with the files: qmapshack_1.10.0-1~bpo9+1.dsc qmapshack_1.10.0-1~bpo9+1.debian.tar.xz qmapshack-dbgsym_1.10.0-1~bpo9+1_amd64.deb qmapshack_1.10.0-1~bpo9+1_amd64.buildinfo qmapshack_1.10.0-1~bpo9+1_amd64.deb Greetings, Your Debian queue daemon (running on host usper.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
[Git][debian-gis-team/qgis] Deleted branch ubuntu/xenial
Sebastiaan Couwenberg deleted branch ubuntu/xenial at Debian GIS Project / qgis --- You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Deleted branch master-2.14.15
Sebastiaan Couwenberg deleted branch master-2.14.15 at Debian GIS Project / qgis --- You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Deleted branch ubuntu/trusty
Sebastiaan Couwenberg deleted branch ubuntu/trusty at Debian GIS Project / qgis --- You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Deleted branch qgis.org-1.7
Sebastiaan Couwenberg deleted branch qgis.org-1.7 at Debian GIS Project / qgis --- You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Deleted branch debian
Sebastiaan Couwenberg deleted branch debian at Debian GIS Project / qgis --- You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Pushed new branch qgis.org-1.7
Sebastiaan Couwenberg pushed new branch qgis.org-1.7 at Debian GIS Project / qgis --- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/tree/qgis.org-1.7 You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Pushed new branch debian
Sebastiaan Couwenberg pushed new branch debian at Debian GIS Project / qgis --- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/tree/debian You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Pushed new branch ubuntu/trusty
Sebastiaan Couwenberg pushed new branch ubuntu/trusty at Debian GIS Project / qgis --- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/tree/ubuntu/trusty You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Pushed new branch master-2.14.15
Sebastiaan Couwenberg pushed new branch master-2.14.15 at Debian GIS Project / qgis --- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/tree/master-2.14.15 You're receiving this email because of your account on salsa.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
[Git][debian-gis-team/qgis] Pushed new branch ubuntu/xenial
Sebastiaan Couwenberg pushed new branch ubuntu/xenial at Debian GIS Project / qgis --- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/tree/ubuntu/xenial You're receiving this email because of your account on salsa.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_1.10.0-1~bpo9+1_amd64.changes ACCEPTED into stretch-backports
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Jan 2018 09:15:39 +0100 Source: qmapshack Binary: qmapshack Architecture: source amd64 Version: 1.10.0-1~bpo9+1 Distribution: stretch-backports Urgency: medium Maintainer: Debian GIS Project Changed-By: Bas Couwenberg Description: qmapshack - GPS mapping (GeoTiff and vector) and GPSr management Changes: qmapshack (1.10.0-1~bpo9+1) stretch-backports; urgency=medium . * Rebuild for stretch-backports. . qmapshack (1.10.0-1) unstable; urgency=medium . * Move from experimental to unstable. . qmapshack (1.10.0-1~exp1) experimental; urgency=medium . * New upstream release. * Bump Standards-Version to 4.1.2, no changes. * Add lintian override for spelling-error-in-binary false positive. Checksums-Sha1: 7797f6218cab2a625ba7e994a62f781ac4081179 2287 qmapshack_1.10.0-1~bpo9+1.dsc a9614951fe11def64ac7910ded1ff8cb44ddad83 6112 qmapshack_1.10.0-1~bpo9+1.debian.tar.xz e3dfc57adc23dbaf4ae1816f97cca05b58d6cd58 47403474 qmapshack-dbgsym_1.10.0-1~bpo9+1_amd64.deb 394a4f5502b9453ab188bf0441bbbaeb85ced468 17850 qmapshack_1.10.0-1~bpo9+1_amd64.buildinfo 959a4b8ea1d6c883b9d9c9b4a05017ec6ea97849 3309912 qmapshack_1.10.0-1~bpo9+1_amd64.deb Checksums-Sha256: 0b6489eecbdcb8cf7d79d5ce93f072af8583b39142ed5f290c730595e76bdba0 2287 qmapshack_1.10.0-1~bpo9+1.dsc af7b4d52c2630df43945ab095c8a83351431fe313e67ed77cdfc9d00538fbe36 6112 qmapshack_1.10.0-1~bpo9+1.debian.tar.xz e02cc94c59fa39cc53ceafe357f94738dfa5cbc3df4c6a0fe88a05edcdc97b3e 47403474 qmapshack-dbgsym_1.10.0-1~bpo9+1_amd64.deb 457a017521279d7e16e7966178b25abc83d2cb2f878e752a145b54d2530dc4b1 17850 qmapshack_1.10.0-1~bpo9+1_amd64.buildinfo 4b6f680378fff9e12701c88ae135ea07f46b05e8bcc9e60a1af390e5ed2983eb 3309912 qmapshack_1.10.0-1~bpo9+1_amd64.deb Files: d2db0f708f53e3ecd08361c59729c2d8 2287 science optional qmapshack_1.10.0-1~bpo9+1.dsc b48f765e88540c232a83dbedb5c7620a 6112 science optional qmapshack_1.10.0-1~bpo9+1.debian.tar.xz 820d9ebf9770864f800dd1aa5e6b016b 47403474 debug extra qmapshack-dbgsym_1.10.0-1~bpo9+1_amd64.deb e81a482046234f21581545a9e22dbd3d 17850 science optional qmapshack_1.10.0-1~bpo9+1_amd64.buildinfo 2c88e8246a0e1970c7c3f73a09c5e35d 3309912 science optional qmapshack_1.10.0-1~bpo9+1_amd64.deb -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAlpJ938ACgkQZ1DxCuiN SvEMCQ/+IucLiBc9lZzWAotHR8gFcwLzlz99dnps+jFoYO1PwXrTYj4DVkRIL+zU Lucn15Po7kBxESeO8x2u0g3imUBvIEMtuqCf2rGU0d/BqTa39Iv+w1e0V7FlDkAB 7gWC1ZPWIFC2Uxg9pqWSliMH0hFoBjVrEY9yr7B1UGjl9OTLG3AvwxnsyHuEUpZW GDSFQNPi1utV2xVHZFSGNXY4mJzFMdYnUhjAPNyExGgrcY83Q4dOiSlp3M2jKUZ7 D3lnXNEwQPljJOtCJL7kQOLXDdbvvGKWxmRbKImn4H7GrnAou1bnTQRBiwINHoXp /UC1UltW0YaBErqm6O5qkO0fSbSycYlpnafcmdTgyf172exQMNPbeBnuJJujTOse CmWYu476BY6lBDsHSMmGuVBPbpUn6q6IhbCOHbh5JF7NmzXdjmCDVFREVMTkcZ23 AqcUSB6Sbf1EOHXJrVTpaRPBVh+Sd5ZpJJaoTwdi9oCCaT6Fc2hfUSofq4QRG/0S 4JdYe7SMiygmpcfxz5xsa/wSdS3n99dBKbCk0ItjSiSVJXUFyfTvQFvUQhdD5VC+ 6VTxAV9NLAgLr8aHR5nFvtSByz9ushxWeDj+miNgDPMcuKRuC0zw+yXO5cHnJ2FS FpcXFpNXkIHlSs6FGtRoj9vyWkGhpSd6tsafOCFdPPBb4svRh3E= =56RP -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
ossim 2.2.0-1 MIGRATED to testing
FYI: The status of the ossim source package in Debian's testing distribution has changed. Previous version: 1.8.20.3+ds-5 Current version: 2.2.0-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
geos 3.6.2-1 MIGRATED to testing
FYI: The status of the geos source package in Debian's testing distribution has changed. Previous version: 3.5.1-4 Current version: 3.6.2-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
grass 7.2.2-2 MIGRATED to testing
FYI: The status of the grass source package in Debian's testing distribution has changed. Previous version: 7.2.2-1 Current version: 7.2.2-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
otb 6.2.0+dfsg-2 MIGRATED to testing
FYI: The status of the otb source package in Debian's testing distribution has changed. Previous version: 6.2.0+dfsg-1 Current version: 6.2.0+dfsg-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel