Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
d/thunar-archive-plugin.docs: Wrap lines.
· f85cfc81
Unit 193
authored
Jun 07, 2018
f85cfc81
d/rules: Use architecture.mk rather than deriving it ourself.
· c69aa024
Unit 193
authored
Jun 07, 2018
c69aa024
d/rules: Drop autoreconf override, dh-autoreconf is Xfce aware now.
· 9d777811
Unit 193
authored
Jun 07, 2018
9d777811
d/rules: Use dh_missing instead of dh_install for --fail-missing.
· 65a07e3b
Unit 193
authored
Jun 07, 2018
65a07e3b
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
65a07e3b
...
...
@@ -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@debian.org> Thu, 10 May 2018 18:13:20 +0200
thunar-archive-plugin (0.3.1-4) unstable; urgency=medium
...
...
debian/rules
View file @
65a07e3b
...
...
@@ -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
View file @
65a07e3b
AUTHORS NEWS README THANKS
AUTHORS
NEWS
README
THANKS