[libgeotiff-dfsg] branch master updated (cb5fc4a -> 75abca1)
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a change to branch master in repository libgeotiff-dfsg. from cb5fc4a Set distribution to unstable. new e9e687d Use uscan and Files-Excluded in copyright file to remove non-free csv files, repack upstream tarball using xz compression. adds 6228073 Imported Upstream version 1.4.0 new b46030b Imported Upstream version 1.4.1 new 59f1bdc Merge tag 'upstream/1.4.1' new b4e3b95 New upstream release. new 688a264 Refresh patches. new 298d240 Update Makefile.in patch to also drop installation of removed csv files in Makefile.am. new c2994f4 Update symbols for 1.4.1. new 5a7d230 Add debug package for libgeotiff. new 75abca1 Set distribution to experimental. The 9 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 | 939 ++--- ChangeLog | 283 +- LICENSE| 30 + Makefile.am| 12 +- Makefile.in| 583 +-- aclocal.m4 | 3068 ++-- bin/Makefile.in| 272 +- bin/geotifcp.c | 47 +- cmake/CMakeLists.txt | 32 + cmake/Makefile.am |5 +- cmake/Makefile.in | 122 +- cmake/geo_config.h.in |2 + cmake/project-config-version.cmake.in | 33 + cmake/project-config.cmake.in | 55 + compile| 347 ++ config.guess | 489 +-- config.sub | 292 +- configure | 5497 configure.ac |5 +- debian/changelog | 12 + debian/control | 14 + debian/copyright |1 + debian/libgeotiff2.symbols |2 + debian/patches/Makefile.in | 32 - debian/patches/drop-epsg-data-installation | 94 + debian/patches/series |2 +- debian/rules |6 + debian/watch |4 +- depcomp| 531 ++- geo_config.h |2 + geo_config.h.in|2 + geo_config.h.vc|3 + geo_ctrans.inc |5 +- geo_names.c|5 +- geo_normalize.c| 125 +- geo_normalize.h|9 +- geo_print.c|2 +- geotiff.h |4 +- libxtiff/Makefile.in | 274 +- ltmain.sh | 4016 +--- man/Makefile.in| 291 +- man/man1/Makefile.in | 159 +- missing| 461 +-- 43 files changed, 11349 insertions(+), 6820 deletions(-) create mode 100644 cmake/CMakeLists.txt create mode 100644 cmake/project-config-version.cmake.in create mode 100644 cmake/project-config.cmake.in create mode 100755 compile delete mode 100644 debian/patches/Makefile.in create mode 100644 debian/patches/drop-epsg-data-installation mode change 100755 => 100644 ltmain.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 01/01: pristine-tar data for libgeotiff-dfsg_1.4.1.orig.tar.xz
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch pristine-tar in repository libgeotiff-dfsg. commit 1591dcd9f051894556e4860999c93afaf8a05f3d Author: Bas Couwenberg Date: Sat Nov 15 00:42:11 2014 +0100 pristine-tar data for libgeotiff-dfsg_1.4.1.orig.tar.xz --- libgeotiff-dfsg_1.4.1.orig.tar.xz.delta | Bin 0 -> 3379 bytes libgeotiff-dfsg_1.4.1.orig.tar.xz.id| 1 + 2 files changed, 1 insertion(+) diff --git a/libgeotiff-dfsg_1.4.1.orig.tar.xz.delta b/libgeotiff-dfsg_1.4.1.orig.tar.xz.delta new file mode 100644 index 000..78d70c8 Binary files /dev/null and b/libgeotiff-dfsg_1.4.1.orig.tar.xz.delta differ diff --git a/libgeotiff-dfsg_1.4.1.orig.tar.xz.id b/libgeotiff-dfsg_1.4.1.orig.tar.xz.id new file mode 100644 index 000..9f95763 --- /dev/null +++ b/libgeotiff-dfsg_1.4.1.orig.tar.xz.id @@ -0,0 +1 @@ +9e9a9d2b997cbf800b9f20c2032c5f6b4783eba2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 09/09: Set distribution to experimental.
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit 75abca19317df26102d0e122700c2fa19482e6b7 Author: Bas Couwenberg Date: Sat Nov 15 15:22:41 2014 +0100 Set distribution to experimental. --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7417abb..8590bc0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libgeotiff-dfsg (1.4.1-1) UNRELEASED; urgency=medium +libgeotiff-dfsg (1.4.1-1~exp1) experimental; urgency=medium * New upstream release. * Use uscan and Files-Excluded in copyright file to remove non-free @@ -8,7 +8,7 @@ libgeotiff-dfsg (1.4.1-1) UNRELEASED; urgency=medium * Update symbols for 1.4.1. * Add debug package for libgeotiff2. - -- Bas Couwenberg Sat, 15 Nov 2014 00:42:21 +0100 + -- Bas Couwenberg Sat, 15 Nov 2014 15:22:25 +0100 libgeotiff-dfsg (1.4.0-5) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] branch upstream updated (6228073 -> b46030b)
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a change to branch upstream in repository libgeotiff-dfsg. from 6228073 Imported Upstream version 1.4.0 new b46030b Imported Upstream version 1.4.1 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: CMakeLists.txt| 939 +++--- ChangeLog | 283 +- LICENSE | 30 + Makefile.am | 12 +- Makefile.in | 583 ++-- aclocal.m4| 3068 +++--- bin/Makefile.in | 272 +- bin/geotifcp.c| 47 +- cmake/CMakeLists.txt | 32 + cmake/Makefile.am |5 +- cmake/Makefile.in | 122 +- cmake/geo_config.h.in |2 + cmake/project-config-version.cmake.in | 33 + cmake/project-config.cmake.in | 55 + compile | 347 +++ config.guess | 489 +-- config.sub| 292 +- configure | 5497 +++-- configure.ac |5 +- depcomp | 531 ++-- geo_config.h |2 + geo_config.h.in |2 + geo_config.h.vc |3 + geo_ctrans.inc|5 +- geo_names.c |5 +- geo_normalize.c | 125 +- geo_normalize.h |9 +- geo_print.c |2 +- geotiff.h |4 +- libxtiff/Makefile.in | 274 +- ltmain.sh | 4016 +++- man/Makefile.in | 291 +- man/man1/Makefile.in | 159 +- missing | 461 +-- 34 files changed, 11217 insertions(+), 6785 deletions(-) create mode 100644 cmake/CMakeLists.txt create mode 100644 cmake/project-config-version.cmake.in create mode 100644 cmake/project-config.cmake.in create mode 100755 compile mode change 100755 => 100644 ltmain.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 05/09: Refresh patches.
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit 688a2648778dc3cdfe330e0b4ae9b18b7b262167 Author: Bas Couwenberg Date: Sat Nov 15 00:45:17 2014 +0100 Refresh patches. --- debian/patches/Makefile.in | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/patches/Makefile.in b/debian/patches/Makefile.in index 15e4a49..bef7b97 100644 --- a/debian/patches/Makefile.in +++ b/debian/patches/Makefile.in @@ -3,7 +3,7 @@ Author: Francesco Paolo Lovergine Last-Update: 2013-12-17 --- a/Makefile.in +++ b/Makefile.in -@@ -1015,7 +1015,7 @@ distcleancheck: distclean +@@ -1118,7 +1118,7 @@ distcleancheck: distclean exit 1; } >&2 check-am: all-am check: check-recursive @@ -12,7 +12,7 @@ Last-Update: 2013-12-17 installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(csvdir)" "$(DESTDIR)$(includedir)"; do \ -@@ -1071,7 +1071,7 @@ info: info-recursive +@@ -1179,7 +1179,7 @@ info: info-recursive info-am: @@ -21,7 +21,7 @@ Last-Update: 2013-12-17 install-dvi: install-dvi-recursive -@@ -1119,7 +1119,7 @@ ps: ps-recursive +@@ -1227,7 +1227,7 @@ ps: ps-recursive ps-am: @@ -29,4 +29,4 @@ Last-Update: 2013-12-17 +uninstall-am: uninstall-includeHEADERS \ uninstall-libLTLIBRARIES - .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ + .MAKE: $(am__recursive_targets) all install-am install-strip -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 03/09: Merge tag 'upstream/1.4.1'
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit 59f1bdcb9cd9fc5edf55d25214f9f0aa0eeb8f87 Merge: e9e687d b46030b Author: Bas Couwenberg Date: Sat Nov 15 00:42:11 2014 +0100 Merge tag 'upstream/1.4.1' Upstream version 1.4.1 CMakeLists.txt| 939 +++--- ChangeLog | 283 +- LICENSE | 30 + Makefile.am | 12 +- Makefile.in | 583 ++-- aclocal.m4| 3068 +++--- bin/Makefile.in | 272 +- bin/geotifcp.c| 47 +- cmake/CMakeLists.txt | 32 + cmake/Makefile.am |5 +- cmake/Makefile.in | 122 +- cmake/geo_config.h.in |2 + cmake/project-config-version.cmake.in | 33 + cmake/project-config.cmake.in | 55 + compile | 347 +++ config.guess | 489 +-- config.sub| 292 +- configure | 5497 +++-- configure.ac |5 +- depcomp | 531 ++-- geo_config.h |2 + geo_config.h.in |2 + geo_config.h.vc |3 + geo_ctrans.inc|5 +- geo_names.c |5 +- geo_normalize.c | 125 +- geo_normalize.h |9 +- geo_print.c |2 +- geotiff.h |4 +- libxtiff/Makefile.in | 274 +- ltmain.sh | 4016 +++- man/Makefile.in | 291 +- man/man1/Makefile.in | 159 +- missing | 461 +-- 34 files changed, 11217 insertions(+), 6785 deletions(-) diff --cc config.guess index e3a2116,b79252d..b79252d mode 100644,100755..100644 --- a/config.guess +++ b/config.guess diff --cc config.sub index eb0389a,9633db7..9633db7 mode 100644,100755..100644 --- a/config.sub +++ b/config.sub -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 01/09: Use uscan and Files-Excluded in copyright file to remove non-free csv files, repack upstream tarball using xz compression.
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit e9e687dda0a9001b43b035ad3fb098acdb16745d Author: Bas Couwenberg Date: Sat Nov 15 00:41:44 2014 +0100 Use uscan and Files-Excluded in copyright file to remove non-free csv files, repack upstream tarball using xz compression. --- debian/changelog | 7 +++ debian/copyright | 1 + debian/rules | 3 +++ debian/watch | 4 ++-- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6de133b..0052c12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgeotiff-dfsg (1.4.0-6) UNRELEASED; urgency=medium + + * Use uscan and Files-Excluded in copyright file to remove non-free +csv files, repack upstream tarball using xz compression. + + -- Bas Couwenberg Sat, 15 Nov 2014 00:37:49 +0100 + libgeotiff-dfsg (1.4.0-5) unstable; urgency=medium * Add Breaks/Replaces libgeotiff-dev on geotiff-bin, listgeo.1 man page diff --git a/debian/copyright b/debian/copyright index b2dbd28..b374f39 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: GeoTIFF Upstream-Contact: Frank Warmerdam Source: http://download.osgeo.org/geotiff/ +Files-Excluded: csv/* Files: * Copyright: 1995, Niles D. Ritter diff --git a/debian/rules b/debian/rules index 663a565..d1c284a 100755 --- a/debian/rules +++ b/debian/rules @@ -25,3 +25,6 @@ override_dh_makeshlibs: # Forces failure ignoring to collect new symbols dh_makeshlibs -- -c0 -v$(GEOTIFF_VERSION) +get-orig-source: + uscan --verbose --force-download --rename --repack --compression xz + diff --git a/debian/watch b/debian/watch index ad05d50..6b0d2b3 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ # Compulsory line, this is a version 3 file version=3 -http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-([\d\.]+)\.tar\.gz debian uupdate - +http://download.osgeo.org/geotiff/libgeotiff/ \ +libgeotiff-([\d\.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 08/09: Add debug package for libgeotiff.
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit 5a7d230c0bd1065bd045a3be0f514546c3c0bdc3 Author: Bas Couwenberg Date: Fri Oct 24 17:57:29 2014 +0200 Add debug package for libgeotiff. --- debian/changelog | 1 + debian/control | 14 ++ debian/rules | 3 +++ 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45ce000..7417abb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libgeotiff-dfsg (1.4.1-1) UNRELEASED; urgency=medium * Update Makefile.in patch to also drop installation of removed csv files in Makefile.am. * Update symbols for 1.4.1. + * Add debug package for libgeotiff2. -- Bas Couwenberg Sat, 15 Nov 2014 00:42:21 +0100 diff --git a/debian/control b/debian/control index 0a68a2b..06bccb6 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,20 @@ Description: GeoTIFF (geografic enabled TIFF) library -- run-time files . This package contains the shared library only. +Package: libgeotiff2-dbg +Architecture: any +Multi-Arch: same +Section: debug +Priority: extra +Depends: libgeotiff2 (= ${binary:Version}), + ${misc:Depends} +Description: GeoTIFF (geografic enabled TIFF) library -- debugging symbols + This C library supports TIFF 6.0 based interchange format for georeferenced + raster imagery. The GeoTIFF standard has been developed for reading, and + writing geographic meta-information tags on top of TIFF raster. + . + This package contains debugging symbols for the libraries. + Package: geotiff-bin Architecture: any Multi-Arch: foreign diff --git a/debian/rules b/debian/rules index d1c284a..c9d786f 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,9 @@ override_dh_makeshlibs: # Forces failure ignoring to collect new symbols dh_makeshlibs -- -c0 -v$(GEOTIFF_VERSION) +override_dh_strip: + dh_strip --dbg-package=libgeotiff2-dbg + get-orig-source: uscan --verbose --force-download --rename --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 04/09: New upstream release.
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit b4e3b95be1ff23f9c10f04bed7d97fd953232592 Author: Bas Couwenberg Date: Sat Nov 15 00:42:39 2014 +0100 New upstream release. --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0052c12..b4a5aad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -libgeotiff-dfsg (1.4.0-6) UNRELEASED; urgency=medium +libgeotiff-dfsg (1.4.1-1) UNRELEASED; urgency=medium + * New upstream release. * Use uscan and Files-Excluded in copyright file to remove non-free csv files, repack upstream tarball using xz compression. - -- Bas Couwenberg Sat, 15 Nov 2014 00:37:49 +0100 + -- Bas Couwenberg Sat, 15 Nov 2014 00:42:21 +0100 libgeotiff-dfsg (1.4.0-5) unstable; urgency=medium -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] branch pristine-tar updated (888c10a -> 1591dcd)
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a change to branch pristine-tar in repository libgeotiff-dfsg. from 888c10a pristine-tar data for libgeotiff-dfsg_1.4.0.orig.tar.gz new 1591dcd pristine-tar data for libgeotiff-dfsg_1.4.1.orig.tar.xz The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: libgeotiff-dfsg_1.4.1.orig.tar.xz.delta | Bin 0 -> 3379 bytes libgeotiff-dfsg_1.4.1.orig.tar.xz.id| 1 + 2 files changed, 1 insertion(+) create mode 100644 libgeotiff-dfsg_1.4.1.orig.tar.xz.delta create mode 100644 libgeotiff-dfsg_1.4.1.orig.tar.xz.id -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] annotated tag upstream/1.4.1 created (now fc8829e)
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a change to annotated tag upstream/1.4.1 in repository libgeotiff-dfsg. at fc8829e (tag) tagging b46030b5670d32018f410bf9d988dd0b8a554990 (commit) replaces upstream/1.4.0 tagged by Bas Couwenberg on Sat Nov 15 00:42:11 2014 +0100 - Log - Upstream version 1.4.1 Andreas Tille (1): Imported Upstream version 1.4.0 Bas Couwenberg (1): Imported Upstream version 1.4.1 --- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[libgeotiff-dfsg] 06/09: Update Makefile.in patch to also drop installation of removed csv files in Makefile.am.
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit 298d240d9ef4f78d6c5c31032108d911956c3b82 Author: Bas Couwenberg Date: Sat Nov 15 00:58:10 2014 +0100 Update Makefile.in patch to also drop installation of removed csv files in Makefile.am. --- debian/changelog | 2 + debian/patches/Makefile.in | 32 -- debian/patches/drop-epsg-data-installation | 94 ++ debian/patches/series | 2 +- 4 files changed, 97 insertions(+), 33 deletions(-) diff --git a/debian/changelog b/debian/changelog index b4a5aad..8612063 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ libgeotiff-dfsg (1.4.1-1) UNRELEASED; urgency=medium * New upstream release. * Use uscan and Files-Excluded in copyright file to remove non-free csv files, repack upstream tarball using xz compression. + * Update Makefile.in patch to also drop installation of removed csv +files in Makefile.am. -- Bas Couwenberg Sat, 15 Nov 2014 00:42:21 +0100 diff --git a/debian/patches/Makefile.in b/debian/patches/Makefile.in deleted file mode 100644 index bef7b97..000 --- a/debian/patches/Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ -Description: Drop EPSG data installation -Author: Francesco Paolo Lovergine -Last-Update: 2013-12-17 a/Makefile.in -+++ b/Makefile.in -@@ -1118,7 +1118,7 @@ distcleancheck: distclean - exit 1; } >&2 - check-am: all-am - check: check-recursive --all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) geo_config.h -+all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h - installdirs: installdirs-recursive - installdirs-am: - for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(csvdir)" "$(DESTDIR)$(includedir)"; do \ -@@ -1179,7 +1179,7 @@ info: info-recursive - - info-am: - --install-data-am: install-dist_csvDATA install-includeHEADERS -+install-data-am: install-includeHEADERS - - install-dvi: install-dvi-recursive - -@@ -1227,7 +1227,7 @@ ps: ps-recursive - - ps-am: - --uninstall-am: uninstall-dist_csvDATA uninstall-includeHEADERS \ -+uninstall-am: uninstall-includeHEADERS \ - uninstall-libLTLIBRARIES - - .MAKE: $(am__recursive_targets) all install-am install-strip diff --git a/debian/patches/drop-epsg-data-installation b/debian/patches/drop-epsg-data-installation new file mode 100644 index 000..85c49a4 --- /dev/null +++ b/debian/patches/drop-epsg-data-installation @@ -0,0 +1,94 @@ +Description: Drop EPSG data installation +Author: Francesco Paolo Lovergine +Last-Update: 2013-12-17 +--- a/Makefile.in b/Makefile.in +@@ -1118,7 +1118,7 @@ distcleancheck: distclean + exit 1; } >&2 + check-am: all-am + check: check-recursive +-all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) geo_config.h ++all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h + installdirs: installdirs-recursive + installdirs-am: + for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(csvdir)" "$(DESTDIR)$(includedir)"; do \ +@@ -1179,7 +1179,7 @@ info: info-recursive + + info-am: + +-install-data-am: install-dist_csvDATA install-includeHEADERS ++install-data-am: install-includeHEADERS + + install-dvi: install-dvi-recursive + +@@ -1227,7 +1227,7 @@ ps: ps-recursive + + ps-am: + +-uninstall-am: uninstall-dist_csvDATA uninstall-includeHEADERS \ ++uninstall-am: uninstall-includeHEADERS \ + uninstall-libLTLIBRARIES + + .MAKE: $(am__recursive_targets) all install-am install-strip +--- a/Makefile.am b/Makefile.am +@@ -23,42 +23,6 @@ AM_CFLAGS = -I./libxtiff $(PROJ_CFLAGS) + + csvdir = $(datadir)/epsg_csv + +-dist_csv_DATA = csv/alias.csv \ +- csv/area.csv \ +- csv/change.csv \ +- csv/compdcs.csv \ +- csv/coordinate_axis.csv \ +- csv/coordinate_axis_name.csv \ +- csv/coordinate_operation.csv \ +- csv/coordinate_operation_method.csv \ +- csv/coordinate_operation_parameter.csv \ +- csv/coordinate_operation_parameter_value.csv \ +- csv/coordinate_operation_path.csv \ +- csv/coordinate_reference_system.csv \ +- csv/coordinate_system.csv \ +- csv/csv2c.py \ +- csv/csv_tools.py \ +- csv/datum.csv \ +- csv/datum_shift.csv \ +- csv/datum_shift_pref.csv \ +- csv/deprecation.csv \ +- csv/ellipsoid.csv \ +- csv/esri_datum_override.csv \ +- csv/gcs.csv \ +- csv/gcs.override.csv \ +- csv/geoccs.csv \ +- csv/naming_system.csv \ +- csv/pcs.csv \ +-
[libgeotiff-dfsg] 07/09: Update symbols for 1.4.1.
This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository libgeotiff-dfsg. commit c2994f410730916e27baf0dfe23401afa7336576 Author: Bas Couwenberg Date: Sat Nov 15 01:12:49 2014 +0100 Update symbols for 1.4.1. --- debian/changelog | 1 + debian/libgeotiff2.symbols | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8612063..45ce000 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libgeotiff-dfsg (1.4.1-1) UNRELEASED; urgency=medium csv files, repack upstream tarball using xz compression. * Update Makefile.in patch to also drop installation of removed csv files in Makefile.am. + * Update symbols for 1.4.1. -- Bas Couwenberg Sat, 15 Nov 2014 00:42:21 +0100 diff --git a/debian/libgeotiff2.symbols b/debian/libgeotiff2.symbols index c9862f5..4f25244 100644 --- a/debian/libgeotiff2.symbols +++ b/debian/libgeotiff2.symbols @@ -1,10 +1,12 @@ libgeotiff.so.2 libgeotiff2 #MINVER# + GTIFAllocDefn@Base 1.4.1 GTIFAngleStringToDD@Base 1.3.0 GTIFAngleToDD@Base 1.3.0 GTIFDeaccessCSV@Base 1.3.0 GTIFDecToDMS@Base 1.3.0 GTIFDirectoryInfo@Base 1.3.0 GTIFFree@Base 1.3.0 + GTIFFreeDefn@Base 1.4.1 GTIFFreeMemory@Base 1.3.0 GTIFGetDatumInfo@Base 1.3.0 GTIFGetDefn@Base 1.3.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.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
[mipp] 02/02: Release for unstable
This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository mipp. commit db549a128ca40ef31133da0aec9146d0fa62ad76 Author: Antonio Valentino Date: Sat Nov 15 17:03:21 2014 + Release for unstable --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9586150..5cb6657 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -mipp (0.9.1-2) UNRELEASED; urgency=medium +mipp (0.9.1-2) unstable; urgency=high * Fix missing dependency in debian/tests/control * New patch: fix test issue on i386 (packport from upstream) - -- Antonio Valentino Tue, 23 Sep 2014 22:39:33 +0200 + -- Antonio Valentino Sat, 15 Nov 2014 17:00:38 + mipp (0.9.1-1) unstable; urgency=low -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.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
[mipp] branch master updated (60abbbd -> db549a1)
This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a change to branch master in repository mipp. from 60abbbd Fix missing dependency in debian/tests/control new efb22a0 Fix test issue on i386 new db549a1 Release for unstable The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 ++-- debian/patches/0003-Fix-test-issue-on-i386.patch | 30 debian/patches/series| 1 + 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 debian/patches/0003-Fix-test-issue-on-i386.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.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
[mipp] 01/02: Fix test issue on i386
This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository mipp. commit efb22a0f070e5e7f86d66e340a5b0911f250f02b Author: Antonio Valentino Date: Sat Nov 15 16:59:39 2014 + Fix test issue on i386 --- debian/changelog | 1 + debian/patches/0003-Fix-test-issue-on-i386.patch | 30 debian/patches/series| 1 + 3 files changed, 32 insertions(+) diff --git a/debian/changelog b/debian/changelog index 544f7ad..9586150 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mipp (0.9.1-2) UNRELEASED; urgency=medium * Fix missing dependency in debian/tests/control + * New patch: fix test issue on i386 (packport from upstream) -- Antonio Valentino Tue, 23 Sep 2014 22:39:33 +0200 diff --git a/debian/patches/0003-Fix-test-issue-on-i386.patch b/debian/patches/0003-Fix-test-issue-on-i386.patch new file mode 100644 index 000..072fea0 --- /dev/null +++ b/debian/patches/0003-Fix-test-issue-on-i386.patch @@ -0,0 +1,30 @@ +From: Antonio Valentino +Date: Sat, 15 Nov 2014 17:55:37 +0100 +Subject: Fix test issue on i386 + +--- + tests/test_xrit.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/tests/test_xrit.py b/tests/test_xrit.py +index b4f052a..eb355d9 100644 +--- a/tests/test_xrit.py b/tests/test_xrit.py +@@ -99,7 +99,7 @@ class Test(unittest.TestCase): + make_image(mda, img) + self.assertTrue(compare_mda(mda, mdac), msg='GOES metadata differ') + self.assertTrue(img.shape == (200, 200), msg='GOES image reading/slicing failed, wrong shape') +-self.failUnlessAlmostEqual(cross_sum, goes_sum, 3, ++self.failUnlessAlmostEqual(int(round(cross_sum/200.)), int(round(goes_sum/200.)), 3, +msg='GOES image reading/slicing failed, wrong cross_sum (%.3f != %.3f)'%( + cross_sum, goes_sum)) + +@@ -114,7 +114,7 @@ class Test(unittest.TestCase): + make_image(mda, img) + self.assertTrue(compare_mda(mda, mdac), msg='MTSAT metadata differ') + self.assertTrue(img.shape == (200, 200), msg='MTSAT image reading/slicing failed, wrong shape') +-self.failUnlessAlmostEqual(cross_sum, mtsat_sum, 3, ++self.failUnlessAlmostEqual(int(round(cross_sum/100.)), int(round(mtsat_sum/100.)), 3, +msg='MTSAT image reading/slicing failed, wrong cross_sum (%.3f != %.3f)'%( + cross_sum, mtsat_sum)) + diff --git a/debian/patches/series b/debian/patches/series index 9c8f208..2bc3912 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 0001-skip-tsx-metadata-test.patch 0002-fix-build-path-management.patch +0003-Fix-test-issue-on-i386.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.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
[mipp] branch master updated (db549a1 -> a519d5f)
This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a change to branch master in repository mipp. from db549a1 Release for unstable new a519d5f Mention the bug closed by the patch in the changelog 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.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
[mipp] 01/01: Mention the bug closed by the patch in the changelog
This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository mipp. commit a519d5f181262f577711c49e9c43f184619db2aa Author: Antonio Valentino Date: Sat Nov 15 17:10:34 2014 + Mention the bug closed by the patch in the changelog --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5cb6657..f36b484 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ mipp (0.9.1-2) unstable; urgency=high * Fix missing dependency in debian/tests/control - * New patch: fix test issue on i386 (packport from upstream) + * New patch: fix test issue on i386 (packport from upstream). +Closes #769237 -- Antonio Valentino Sat, 15 Nov 2014 17:00:38 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.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#769237: mipp: FTBFS in jessie/i386: Tests failures
Hi Ross, hi Lucas, On Fri, 14 Nov 2014 22:51:18 +0100 Ross Gammon wrote: > On 11/14/2014 09:26 PM, Ross Gammon wrote: > > > > I will try once more to build from source in a Jessie VM. I would like > > to understand what is going on here. > > > > $ apt-get source mipp > # apt-get build-dep mipp > $ apt-get --build source mipp > > Works fine in a freshly created Jessie VM. > This issue seems to be related to a precision issue that is triggered only in particular cases. I have just pushed to the git repository of (git.debian.org/git/pkg-grass/mipp.git) of the package a fix for this issue bacported from upstream. Can you please let me know if it works for you? I can't reproduce the issue on my laptop. cheers -- Antonio Valentino ___ 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#769237: mipp: FTBFS in jessie/i386: Tests failures
On 11/15/2014 06:19 PM, Antonio Valentino wrote: > Hi Ross, hi Lucas, > > On Fri, 14 Nov 2014 22:51:18 +0100 Ross Gammon wrote: >> On 11/14/2014 09:26 PM, Ross Gammon wrote: >> >> >>> I will try once more to build from source in a Jessie VM. I would like >>> to understand what is going on here. >>> >> >> $ apt-get source mipp >> # apt-get build-dep mipp >> $ apt-get --build source mipp >> >> Works fine in a freshly created Jessie VM. >> > > > This issue seems to be related to a precision issue that is triggered > only in particular cases. > I have just pushed to the git repository of > (git.debian.org/git/pkg-grass/mipp.git) of the package a fix for this > issue bacported from upstream. > > Can you please let me know if it works for you? > I can't reproduce the issue on my laptop. > > cheers > Hi Antonio, Whoops - now I read the bug title properly, I see my mistake. I was trying in a Jessie chroot, but not a Jessie "i386" chroot. Sorry about that, and the misleading information as a result. So, this time I tested the build as the repository was yesterday (without pulling your updates) in a jessie "i386" chroot . And the build fails as Lucas found. After pulling your changes, I can confirm that the build succeeds! Thanks for the fast fix Antonio. Before you go for the upload though, lintian complained that the "Closes" part of the d/changelog was missing a colon. Regards, Ross ___ 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#769237: mipp: FTBFS in jessie/i386: Tests failures
Hi Ross, Il 15/11/2014 20:09, Ross Gammon ha scritto: > On 11/15/2014 06:19 PM, Antonio Valentino wrote: >> Hi Ross, hi Lucas, >> >> On Fri, 14 Nov 2014 22:51:18 +0100 Ross Gammon wrote: >>> On 11/14/2014 09:26 PM, Ross Gammon wrote: >>> [CUT] >> >> This issue seems to be related to a precision issue that is triggered >> only in particular cases. >> I have just pushed to the git repository of >> (git.debian.org/git/pkg-grass/mipp.git) of the package a fix for this >> issue bacported from upstream. >> >> Can you please let me know if it works for you? >> I can't reproduce the issue on my laptop. >> >> cheers >> > > Hi Antonio, > > Whoops - now I read the bug title properly, I see my mistake. I was > trying in a Jessie chroot, but not a Jessie "i386" chroot. Sorry about > that, and the misleading information as a result. > > So, this time I tested the build as the repository was yesterday > (without pulling your updates) in a jessie "i386" chroot . And the build > fails as Lucas found. > > After pulling your changes, I can confirm that the build succeeds! > > Thanks for the fast fix Antonio. > > Before you go for the upload though, lintian complained that the > "Closes" part of the d/changelog was missing a colon. > > Regards, > > Ross > Thanks Ross, I'm going to fix it right now :) -- Antonio Valentino ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[mipp] branch master updated (a519d5f -> 758c775)
This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a change to branch master in repository mipp. from a519d5f Mention the bug closed by the patch in the changelog new 758c775 Fix changelog 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.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
[mipp] 01/01: Fix changelog
This is an automated email from the git hooks/post-receive script. a_valentino-guest pushed a commit to branch master in repository mipp. commit 758c775d036e9edaed1b446ad348c09d178f3b66 Author: Antonio Valentino Date: Sat Nov 15 20:33:21 2014 +0100 Fix changelog --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f36b484..3aa12a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ mipp (0.9.1-2) unstable; urgency=high * Fix missing dependency in debian/tests/control - * New patch: fix test issue on i386 (packport from upstream). -Closes #769237 + * New patch: fix test issue on i386, packport from upstream +(Closes: #769237). -- Antonio Valentino Sat, 15 Nov 2014 17:00:38 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.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
[geographiclib] 01/01: Set distribution to experimental
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository geographiclib. commit b5c99fb612e8688e16e6ebf8008b4079a1a2a30a Author: Ross Gammon Date: Sat Nov 15 20:50:57 2014 +0100 Set distribution to experimental --- debian/changelog | 7 +++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 13411b1..b083374 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geographiclib (1.38-1~exp2) experimental; urgency=medium + + * Apply fix from jessie branch (1.37-3) to master as well + * Update symbols from experimental buildd's to fix FTBFS on some arches + + -- Ross Gammon Sat, 15 Nov 2014 20:45:07 +0100 + geographiclib (1.37-3) unstable; urgency=medium * Add Conflicts/Replace to libgeographic-dev (Closes: #768216) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geographiclib.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
[geographiclib] branch master updated (6b2a294 -> b5c99fb)
This is an automated email from the git hooks/post-receive script. ross-guest pushed a change to branch master in repository geographiclib. from 6b2a294 Update symbols from experimental buildd's new b5c99fb Set distribution to experimental 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 | 7 +++ 1 file changed, 7 insertions(+) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geographiclib.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#769237: mipp: FTBFS in jessie/i386: Tests failures
Hi, as I wrote on the bottom of the SoB page please consider me on vacation. Thanks Andreas. On Sat, Nov 15, 2014 at 06:19:12PM +0100, Antonio Valentino wrote: > Hi Ross, hi Lucas, > > On Fri, 14 Nov 2014 22:51:18 +0100 Ross Gammon wrote: > > On 11/14/2014 09:26 PM, Ross Gammon wrote: > > > > > > > I will try once more to build from source in a Jessie VM. I would like > > > to understand what is going on here. > > > > > > > $ apt-get source mipp > > # apt-get build-dep mipp > > $ apt-get --build source mipp > > > > Works fine in a freshly created Jessie VM. > > > > > This issue seems to be related to a precision issue that is triggered > only in particular cases. > I have just pushed to the git repository of > (git.debian.org/git/pkg-grass/mipp.git) of the package a fix for this > issue bacported from upstream. > > Can you please let me know if it works for you? > I can't reproduce the issue on my laptop. > > cheers > > -- > Antonio Valentino > -- http://fam-tille.de ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[RFS] mipp - Meteorological data Ingest-Processing Package
Hi list, I'm looking for a sponsor for the mipp (Meteorological data Ingest-Processing Package) package [1]. Version 0.9.1-2 fixes a RC bug #769237 [2]. The git repo of the package is at [3]. The source package can also be downloaded from mentors.debian.net [4]. [1] https://tracker.debian.org/pkg/mipp [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769237 [3] git.debian.org/git/pkg-grass/mipp.git [4] http://mentors.debian.net/debian/pool/main/m/mipp/mipp_0.9.1-2.dsc cheers -- Antonio Valentino ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] branch master updated (6ccd44b -> c1523f2)
This is an automated email from the git hooks/post-receive script. pere pushed a change to branch master in repository creepy. from 6ccd44b Bump policy version (no changes required) & add myself to uploaders new c1523f2 Updated watch file from http://anonscm.debian.org/viewvc/sepwatch/trunk/watchfiles/creepy_0.1.94-1.watch 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 | 6 ++ debian/watch | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] branch upstream updated (2c1f483 -> 5dc3466)
This is an automated email from the git hooks/post-receive script. pere pushed a change to branch upstream in repository creepy. from 2c1f483 Imported Upstream version 1.1 new 5dc3466 Imported Upstream version 1.2~alpha 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: README.md | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] annotated tag upstream/1.2_alpha created (now 56ff5ce)
This is an automated email from the git hooks/post-receive script. pere pushed a change to annotated tag upstream/1.2_alpha in repository creepy. at 56ff5ce (tag) tagging 5dc3466d164a1b63ec250d407f896e5c9e18f386 (commit) replaces upstream/1.1 tagged by Petter Reinholdtsen on Sun Nov 16 08:51:46 2014 +0100 - Log - Upstream version 1.2~alpha Petter Reinholdtsen (1): Imported Upstream version 1.2~alpha --- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] branch master updated (c1523f2 -> dff54d7)
This is an automated email from the git hooks/post-receive script. pere pushed a change to branch master in repository creepy. from c1523f2 Updated watch file from http://anonscm.debian.org/viewvc/sepwatch/trunk/watchfiles/creepy_0.1.94-1.watch new 6f21bf0 Imported Upstream version 1.2~alpha new dff54d7 Update to upstream version 1.2~alpha. 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: README.md| 14 +- debian/changelog | 3 ++- 2 files changed, 15 insertions(+), 2 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel