[Git][debian-gis-team/tilemaker][patch-queue/master] 2 commits: New release 2.2.0-1.
ǝɹʇʇɐʃǝ◖ xıʃǝɟ (@xamanu)
gitlab at salsa.debian.org
Wed Aug 3 00:56:43 BST 2022
ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch patch-queue/master at Debian GIS Project / tilemaker
Commits:
9c8b137c by Felix Delattre at 2022-08-02T23:43:13+00:00
New release 2.2.0-1.
- - - - -
b0bdeaa5 by Felix Delattre at 2022-08-02T23:56:25+00:00
Fix manpage in makefile.
Origin: https://github.com/systemed/tilemaker/pull/423/commits/b810fd7102a43840fd60f2fac139ec745a1db5c4
Bug: https://github.com/systemed/tilemaker/pull/423
Gbp-Pq: Name 0001-Fix-manpage-in-makefiles.patch
- - - - -
3 changed files:
- CMakeLists.txt
- Makefile
- debian/changelog
Changes:
=====================================
CMakeLists.txt
=====================================
@@ -114,4 +114,5 @@ if(MSVC)
target_link_libraries(tilemaker unofficial::sqlite3::sqlite3)
endif()
+install(FILES docs/man/tilemaker.1 DESTINATION share/man/man1)
install(TARGETS tilemaker RUNTIME DESTINATION bin)
=====================================
Makefile
=====================================
@@ -101,8 +101,8 @@ tilemaker: include/osmformat.pb.o include/vector_tile.pb.o src/mbtiles.o src/pbf
install:
install -m 0755 -d $(DESTDIR)$(prefix)/bin/
install -m 0755 tilemaker $(DESTDIR)$(prefix)/bin/
- install -d ${DESTDIR}${MANPREFIX}/man1/
- -install docs/man/tilemaker.1 ${DESTDIR}${MANPREFIX}/man1/
+ install -m 0755 -d ${DESTDIR}${MANPREFIX}/man1/
+ install docs/man/tilemaker.1 ${DESTDIR}${MANPREFIX}/man1/
clean:
rm -f tilemaker src/*.o include/*.o include/*.pb.h
=====================================
debian/changelog
=====================================
@@ -1,7 +1,8 @@
-tilemaker (2.1.0-1) UNRELEASED; urgency=medium
+tilemaker (2.2.0-1) unstable; urgency=medium
[ Felix Delattre ]
+ * New upstream release 2.2.0.
* Lintian: ignore very-long-line-length-in-source-file.
It's not a useful check, for fonts and test data
* Updated patches.
@@ -13,7 +14,7 @@ tilemaker (2.1.0-1) UNRELEASED; urgency=medium
* Team upload.
* Bump Standards-Version to 4.6.1, no changes.
- -- Felix Delattre <debian at xama.nu> Tue, 02 Aug 2022 20:05:01 +0000
+ -- Felix Delattre <debian at xama.nu> Tue, 02 Aug 2022 23:40:33 +0000
tilemaker (2.0.0+ds-1) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/6439f25007f9acce5b98642420a61759d328bab3...b0bdeaa5def5d292d9b35ff1cab47a76e9de65c5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/compare/6439f25007f9acce5b98642420a61759d328bab3...b0bdeaa5def5d292d9b35ff1cab47a76e9de65c5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20220802/f4becb97/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list