[Git][debian-gis-team/virtualpg][master] Bump debhelper compat to 12.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Sep 14 13:34:36 BST 2021



Bas Couwenberg pushed to branch master at Debian GIS Project / virtualpg


Commits:
f969a7d6 by Bas Couwenberg at 2021-09-14T14:31:35+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
=====================================
@@ -3,6 +3,8 @@ virtualpg (2.0.1-2) UNRELEASED; urgency=medium
   * Bump watch file version to 4.
   * Bump Standards-Version to 4.6.0, no changes.
   * Update upstream metadata.
+  * Bump debhelper compat to 12, changes:
+    - Drop --list-missing from dh_install
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 Nov 2020 20:02:39 +0100
 


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


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Bas Couwenberg <sebastic at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 12),
                libpq-dev,
                libsqlite3-dev
 Standards-Version: 4.6.0


=====================================
debian/rules
=====================================
@@ -16,7 +16,7 @@ UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
 override_dh_install:
 	$(RM) debian/*/usr/lib/*/*.la
-	dh_install --list-missing
+	dh_install
 
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION)



View it on GitLab: https://salsa.debian.org/debian-gis-team/virtualpg/-/commit/f969a7d6b43a5bf665e5045879e764dc0eb7ad55

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/virtualpg/-/commit/f969a7d6b43a5bf665e5045879e764dc0eb7ad55
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/20210914/f280b5cd/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list