Bas Couwenberg pushed to branch experimental at Debian GIS Project / otb
Commits: c0371537 by Bas Couwenberg at 2021-09-13T14:13:41+02:00 Bump debhelper compat to 12. Changes: - Drop --list-missing from dh_install - - - - - 09e1caa8 by Bas Couwenberg at 2021-09-13T15:46:29+02:00 Update lintian overrides. - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/control.in - debian/libotb-apps.lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,9 @@ otb (8.0.0~alpha1+dfsg-1~exp2) UNRELEASED; urgency=medium * Team upload. * Bump Standards-Version to 4.6.0, no changes. + * Bump debhelper compat to 12, changes: + - Drop --list-missing from dh_install + * Update lintian overrides. -- Bas Couwenberg <[email protected]> Wed, 08 Sep 2021 17:32:01 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Rashad Kanavath <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), dh-exec, dpkg-dev (>= 1.16.1~), cmake (>= 3.1.0), ===================================== debian/control.in ===================================== @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Rashad Kanavath <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper-compat (= 12), dh-exec, dpkg-dev (>= 1.16.1~), cmake (>= 3.1.0), ===================================== debian/libotb-apps.lintian-overrides ===================================== @@ -2,4 +2,5 @@ spelling-error-in-binary * Verticies Vertices spelling-error-in-binary * ment meant spelling-error-in-binary * algoritH algorithm +spelling-error-in-binary * defaul default ===================================== debian/rules ===================================== @@ -92,7 +92,7 @@ override_dh_shlibdeps: override_dh_install: rm -f $(CURDIR)/debian/tmp/usr/share/doc/otb/LICENSE rm -f $(CURDIR)/debian/tmp/usr/share/doc/otb/VERSION - dh_install --list-missing + dh_install rm -f $(CURDIR)/debian/$(pkglib)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper* rm -f $(CURDIR)/debian/$(pkgdev)/usr/lib/$(DEB_HOST_MULTIARCH)/libOTBWrapper* View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/compare/036589426f1b5104971883d3c2f49e12f12fa8ce...09e1caa876d1951ee5314bf2dc79593c4844735b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/otb/-/compare/036589426f1b5104971883d3c2f49e12f12fa8ce...09e1caa876d1951ee5314bf2dc79593c4844735b 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
