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


Commits:
5eeabc9a by Bas Couwenberg at 2021-09-12T11:29:36+02:00
Explicitly remove files that are not installed.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -5,6 +5,7 @@ fyba (4.1.1-8) UNRELEASED; urgency=medium
   * Update watch file for GitHub URL changes.
   * Bump debhelper compat to 12, changes:
     - Drop -V from dh_makeshlibs
+  * Explicitly remove files that are not installed.
 
  -- Bas Couwenberg <[email protected]>  Sat, 28 Nov 2020 13:38:00 +0100
 


=====================================
debian/rules
=====================================
@@ -10,5 +10,11 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 %:
        dh $@
 
+override_dh_install:
+       $(RM) $(CURDIR)/debian/*/usr/lib/*/*.la
+       $(RM) $(CURDIR)/debian/*/usr/share/doc/fyba/*.html
+
+       dh_install
+
 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/5eeabc9a0e443269c0dd395fe50fa40ee4e02877

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/fyba/-/commit/5eeabc9a0e443269c0dd395fe50fa40ee4e02877
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