[Pkg-xfce-commits] r9960 - in /goodies/branches/experimental/parole/debian: changelog rules
Unit 193
unit193-guest at moszumanska.debian.org
Mon Jul 3 11:29:48 UTC 2017
Author: unit193-guest
Date: Mon Jul 3 11:29:48 2017
New Revision: 9960
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9960
Log:
d/rules: Use dh_missing instead of dh_install --fail-missing.
Modified:
goodies/branches/experimental/parole/debian/changelog
goodies/branches/experimental/parole/debian/rules
Modified: goodies/branches/experimental/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/changelog?rev=9960&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/changelog (original)
+++ goodies/branches/experimental/parole/debian/changelog Mon Jul 3 11:29:48 2017
@@ -7,6 +7,7 @@
- Strip -Wl,-Bsymbolic-functions from LDFLAGS as it breaks plugins.
- Drop override for --disable-silent-rules, it's default now.
- Replace find-and-delete with -X .la to exclude '.la' files.
+ - Use dh_missing instead of dh_install --fail-missing.
-- Yves-Alexis Perez <corsac at debian.org> Sat, 17 Jun 2017 00:33:47 -0400
Modified: goodies/branches/experimental/parole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/parole/debian/rules?rev=9960&op=diff
==============================================================================
--- goodies/branches/experimental/parole/debian/rules (original)
+++ goodies/branches/experimental/parole/debian/rules Mon Jul 3 11:29:48 2017
@@ -12,4 +12,7 @@
dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0
override_dh_install:
- dh_install --fail-missing -X .la
+ dh_install -X .la
+
+override_dh_missing:
+ dh_missing --fail-missing -X .la
More information about the Pkg-xfce-commits
mailing list