Skip to content
Commits on Source (2)
snaphu (2.0.0-2) UNRELEASED; urgency=medium
* Don't delete bin directory in clean target, included in upstream source.
-- Bas Couwenberg <sebastic@debian.org> 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 <antonio.valentino@tiscali.it> Sun, 07 Jul 2019 09:51:54 +0000
-- Bas Couwenberg <sebastic@debian.org> Wed, 10 Jul 2019 19:20:06 +0200
snaphu (1.4.2-7) unstable; urgency=medium
......
......@@ -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/
......
......@@ -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