Bas Couwenberg pushed to branch master at Debian GIS Project / snaphu
Commits: 2487989e by Bas Couwenberg at 2019-07-10T17:39:39Z Bump Standards-Version to 4.4.0, no changes. - - - - - 488653b8 by Bas Couwenberg at 2019-07-10T17:47:56Z Don't delete bin directory in clean target, included in upstream source. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,16 @@ +snaphu (2.0.0-2) UNRELEASED; urgency=medium + + * Don't delete bin directory in clean target, included in upstream source. + + -- Bas Couwenberg <[email protected]> Wed, 10 Jul 2019 19:47:39 +0200 + snaphu (2.0.0-1) unstable; urgency=medium + * Team upload. + [ Bas Couwenberg ] * Update gbp.conf to use --source-only-changes by default. + * Bump Standards-Version to 4.4.0, no changes. [ Antonio Valentino ] * New upstream release. @@ -14,7 +23,7 @@ snaphu (2.0.0-1) unstable; urgency=medium 0002-man-page-hyphens.patch: no longer necessary - refresh and renumber remaining patches - -- Antonio Valentino <[email protected]> Sun, 07 Jul 2019 09:51:54 +0000 + -- Bas Couwenberg <[email protected]> Wed, 10 Jul 2019 19:20:06 +0200 snaphu (1.4.2-7) unstable; urgency=medium ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Section: non-free/science XS-Autobuild: no Priority: optional Build-Depends: debhelper (>= 11) -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/snaphu Vcs-Git: https://salsa.debian.org/debian-gis-team/snaphu.git Homepage: https://web.stanford.edu/group/radar/softwareandlinks/sw/snaphu/ ===================================== debian/rules ===================================== @@ -26,6 +26,6 @@ override_dh_installchangelogs: override_dh_auto_clean: dh_auto_clean --sourcedirectory=src $(MAKE) -C src clobber - rm -rf bin + rm -rf bin/* .PHONY: override_dh_auto_build override_dh_auto_install override_dh_auto_clean View it on GitLab: https://salsa.debian.org/debian-gis-team/snaphu/compare/3a93bbdc3ae080f0c2d3dbf9056d906fbb6680ea...488653b884dd9742c032601f919c6a7a83329029 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/snaphu/compare/3a93bbdc3ae080f0c2d3dbf9056d906fbb6680ea...488653b884dd9742c032601f919c6a7a83329029 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
