[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-archive-plugin][debian/master] Fix properly removing .la-files
Andreas Rönnquist
gitlab at salsa.debian.org
Fri May 11 12:39:32 BST 2018
Andreas Rönnquist pushed to branch debian/master at xfce / goodies / thunar-archive-plugin
Commits:
953464ce by Andreas Rönnquist at 2018-05-11T13:23:50+02:00
Fix properly removing .la-files
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ thunar-archive-plugin (0.4.0-1) UNRELEASED; urgency=medium
* Use xdt-autogen to autoreconf
* Use debhelper compat 11
* Upgrade to Standards-Version 4.1.4
+ * Fix properly removing .la-files
-- Yves-Alexis Perez <corsac at debian.org> Thu, 10 May 2018 18:13:20 +0200
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
override_dh_makeshlibs:
- dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-2/
+ dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/
override_dh_install:
- rm -rf debian/thunar-archive-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-2/*.la
+ rm -rf debian/thunar-archive-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/*.la
dh_install --fail-missing
override_dh_autoreconf:
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/commit/953464ced3e29dad11f19e0db12c0e0fd5bdbd29
---
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/commit/953464ced3e29dad11f19e0db12c0e0fd5bdbd29
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-xfce-commits/attachments/20180511/ef06719d/attachment.html>
More information about the Pkg-xfce-commits
mailing list