Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Bump Standards-Version to 4.4.0, no changes.
· 2487989e
Bas Couwenberg
authored
Jul 10, 2019
2487989e
Don't delete bin directory in clean target, included in upstream source.
· 488653b8
Bas Couwenberg
authored
Jul 10, 2019
488653b8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
488653b8
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
0
9:
51:54
+0
0
00
--
Bas Couwenberg <sebastic@debian.org> Wed, 10
Jul 2019
1
9:
20:06
+0
2
00
snaphu (1.4.2-7) unstable; urgency=medium
...
...
debian/control
View file @
488653b8
...
...
@@ -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
View file @
488653b8
...
...
@@ -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