[Git][debian-gis-team/fyba][master] Explicitly remove files that are not installed.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Sep 12 10:36:31 BST 2021



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 <sebastic at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20210912/f652a860/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list