[Git][debian-gis-team/grass][experimental] Bump debhelper compat to 12.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat Sep 11 21:18:49 BST 2021



Bas Couwenberg pushed to branch experimental at Debian GIS Project / grass


Commits:
9ada9757 by Bas Couwenberg at 2021-09-11T21:46:05+02:00
Bump debhelper compat to 12.

Changes:
- Drop --list-missing from dh_install

- - - - -


4 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,8 @@
 grass (7.8.6~rc2-1~exp2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.6.0, no changes.
+  * Bump debhelper compat to 12, changes:
+    - Drop --list-missing from dh_install
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 19 Aug 2021 22:24:11 +0200
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Section: science
 Priority: optional
 Build-Depends: autoconf2.13,
                bison,
-               debhelper (>= 10~),
+               debhelper-compat (= 12),
                dh-python,
                doxygen,
                fakeroot,


=====================================
debian/rules
=====================================
@@ -87,7 +87,7 @@ override_dh_auto_clean:
 	[ ! -f $(CURDIR)/include/Make/Platform.make ] || $(MAKE) distclean
 
 override_dh_auto_configure: templates
-	dh_auto_configure -- \
+	DH_COMPAT=10 dh_auto_configure -- \
                     --prefix=/usr/lib \
                     --enable-largefile \
                     --enable-socket \
@@ -242,7 +242,7 @@ override_dh_install-arch:
 	strip --strip-unneeded --remove-section=.comment --remove-section=.note debian/tmp/usr/lib/$(BASE_NAME)/bin/r.in.png
 	strip --strip-unneeded --remove-section=.comment --remove-section=.note debian/tmp/usr/lib/$(BASE_NAME)/bin/r.out.png
 
-	dh_install --arch --list-missing
+	dh_install --arch
 
 	# delete duplicated grass-gui stuff from grass-core package
 	for COMPONENT in gui wxpython; do \



View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/9ada9757f2b44f5c712fa3694f0e319f48090315

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/grass/-/commit/9ada9757f2b44f5c712fa3694f0e319f48090315
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/20210911/c1b35e95/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list