[Git][debian-gis-team/fyba][master] Bump debhelper compat to 10.
Bas Couwenberg
gitlab at salsa.debian.org
Thu Mar 19 16:58:25 GMT 2020
Bas Couwenberg pushed to branch master at Debian GIS Project / fyba
Commits:
ac2d83c8 by Bas Couwenberg at 2020-03-19T17:58:18+01:00
Bump debhelper compat to 10.
Changes:
- Don't explicitly enable autoreconf, enabled by default
- Drop dh-autoreconf build dependency
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
fyba (4.1.1-7) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Bump Standards-Version to 4.5.0, no changes.
* Update watch file to limit matches to archive path.
* Update gbp.conf to use --source-only-changes by default.
* Drop Name field from upstream metadata.
+ * Bump debhelper compat to 10, changes:
+ - Don't explicitly enable autoreconf, enabled by default
+ - Drop dh-autoreconf build dependency
-- Ruben Undheim <ruben.undheim at gmail.com> Sat, 04 Aug 2018 11:58:33 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
@@ -3,8 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9.20160114),
- dh-autoreconf
+Build-Depends: debhelper (>= 10~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/fyba
Vcs-Git: https://salsa.debian.org/debian-gis-team/fyba.git
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_strip:
dh_strip --dbgsym-migration='libfyba0-dbg (<< 4.1.1-4~)'
View it on GitLab: https://salsa.debian.org/debian-gis-team/fyba/-/commit/ac2d83c8c848522904add6c325550f495c16d016
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/fyba/-/commit/ac2d83c8c848522904add6c325550f495c16d016
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/20200319/0310fae5/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list