[Git][debian-gis-team/proj-rdnap][master] Update dh_install override to use --list-missing.

Bas Couwenberg gitlab at salsa.debian.org
Sun May 26 19:53:08 BST 2019



Bas Couwenberg pushed to branch master at Debian GIS Project / proj-rdnap


Commits:
67463bc8 by Bas Couwenberg at 2019-05-26T18:49:47Z
Update dh_install override to use --list-missing.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -5,6 +5,7 @@ proj-rdnap (2008-9) UNRELEASED; urgency=medium
   * Remove package name from lintian overrides.
   * Replace tabs with spaces in test script.
   * Don't install rdnap init file for PROJ 6 or later (not compatible).
+  * Update dh_install override to use --list-missing.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 Jul 2018 10:57:23 +0200
 


=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 endif
 
 override_dh_install:
-	dh_install
+	dh_install --list-missing
 
 	if [ 6 -gt "$(shell cs2cs 2>&1 | head -1 | cut -d' ' -f2 | cut -d'.' -f1)" ]; then \
 		mkdir -p $(CURDIR)/debian/proj-rdnap/usr/share/proj; \



View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/commit/67463bc8a1ad784afe2ec83c989ba6ba82d60055

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/proj-rdnap/commit/67463bc8a1ad784afe2ec83c989ba6ba82d60055
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/20190526/f870984b/attachment.html>


More information about the Pkg-grass-devel mailing list