[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-archive-plugin][debian/master] 4 commits: d/thunar-archive-plugin.docs: Wrap lines.
Unit 193
gitlab at salsa.debian.org
Thu Jun 7 08:53:16 BST 2018
Unit 193 pushed to branch debian/master at xfce / goodies / thunar-archive-plugin
Commits:
f85cfc81 by Unit 193 at 2018-06-07T03:48:08-04:00
d/thunar-archive-plugin.docs: Wrap lines.
- - - - -
c69aa024 by Unit 193 at 2018-06-07T03:50:27-04:00
d/rules: Use architecture.mk rather than deriving it ourself.
- - - - -
9d777811 by Unit 193 at 2018-06-07T03:51:22-04:00
d/rules: Drop autoreconf override, dh-autoreconf is Xfce aware now.
- - - - -
65a07e3b by Unit 193 at 2018-06-07T03:53:07-04:00
d/rules: Use dh_missing instead of dh_install for --fail-missing.
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/thunar-archive-plugin.docs
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,13 @@ thunar-archive-plugin (0.4.0-1) UNRELEASED; urgency=medium
* Fix lintian warning useless-autoreconf-build-depends autotools-dev
* Run wrap-and-sort
+ [ Unit 193 ]
+ * d/thunar-archive-plugin.docs: Wrap lines.
+ * d/rules:
+ - Use architecture.mk rather than deriving it ourself.
+ - Drop autoreconf override, dh-autoreconf is Xfce aware now.
+ - Use dh_missing instead of dh_install for --fail-missing.
+
-- Yves-Alexis Perez <corsac at debian.org> Thu, 10 May 2018 18:13:20 +0200
thunar-archive-plugin (0.3.1-4) unstable; urgency=medium
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -3,17 +3,17 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
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-3/
+include /usr/share/dpkg/architecture.mk
override_dh_install:
rm -rf debian/thunar-archive-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/*.la
- dh_install --fail-missing
+ dh_install
+
+override_dh_makeshlibs:
+ dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/
-override_dh_autoreconf:
- NOCONFIGURE=1 dh_autoreconf xdt-autogen
+override_dh_missing:
+ dh_missing --fail-missing
%:
dh $@
=====================================
debian/thunar-archive-plugin.docs
=====================================
--- a/debian/thunar-archive-plugin.docs
+++ b/debian/thunar-archive-plugin.docs
@@ -1 +1,4 @@
-AUTHORS NEWS README THANKS
+AUTHORS
+NEWS
+README
+THANKS
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/compare/58e557a9c53fef5e8b454c909d96f6e1a2eff738...65a07e3b6729c65038f2cbd359c6de4048413f71
--
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/compare/58e557a9c53fef5e8b454c909d96f6e1a2eff738...65a07e3b6729c65038f2cbd359c6de4048413f71
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/20180607/f5a435f2/attachment-0001.html>
More information about the Pkg-xfce-commits
mailing list