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


Commits:
42f29ac7 by Bas Couwenberg at 2021-09-11T23:19:43+02:00
Bump debhelper compat to 12.

Changes:
- Drop --list-missing from dh_install

- - - - -


5 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -5,6 +5,8 @@ libhdf4 (4.2.15-4) UNRELEASED; urgency=medium
   * Manually apply changes for riscv64 support.
     (closes: #978099)
   * Add patch to fix test failures on riscv64.
+  * Bump debhelper compat to 12, changes:
+    - Drop --list-missing from dh_install
 
  -- Bas Couwenberg <[email protected]>  Sat, 28 Nov 2020 13:42:15 +0100
 


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


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>,
            Johan Van de Wauw <[email protected]>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 12),
                bison,
                chrpath,
                flex,


=====================================
debian/control.in
=====================================
@@ -4,7 +4,7 @@ Uploaders: Francesco Paolo Lovergine <[email protected]>,
            Johan Van de Wauw <[email protected]>
 Section: graphics
 Priority: optional
-Build-Depends: debhelper (>= 10~),
+Build-Depends: debhelper-compat (= 12),
                bison,
                chrpath,
                flex,


=====================================
debian/rules
=====================================
@@ -184,7 +184,7 @@ override_dh_auto_install:
        sed -i -e 's/ncgen/ncgen-hdf/g' 
$(DESTDIR)/usr/share/man/man1/ncgen-hdf.1
 
 override_dh_install:
-       dh_install --list-missing --sourcedir=$(DESTDIR)
+       dh_install --sourcedir=$(DESTDIR)
 
 override_dh_installman:
        dh_installman



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/hdf4/-/commit/42f29ac7e76527517b91aa1b06c51a758c84c84f

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/hdf4/-/commit/42f29ac7e76527517b91aa1b06c51a758c84c84f
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

Reply via email to