Skip to content
Commits on Source (3)
......@@ -12,6 +12,9 @@ thunar-archive-plugin (0.4.0-1) UNRELEASED; urgency=medium
* Remove symlinking org.gnome.FileRoller.tap, already done
in upstream buildsystem
* Fix copyright year for corsac
* Use xdt-autogen to autoreconf
* Use debhelper compat 11
* Upgrade to Standards-Version 4.1.4
-- Yves-Alexis Perez <corsac@debian.org> Thu, 10 May 2018 18:13:20 +0200
......
......@@ -4,9 +4,9 @@ Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>,
Lionel Le Folgoc <mrpouit@gmail.com>
Build-Depends: debhelper (>= 9), autotools-dev, pkg-config,
intltool, libthunarx-3-dev, libexo-2-dev
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 11), autotools-dev, pkg-config,
intltool, libthunarx-3-dev, libexo-2-dev, xfce4-dev-tools
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin.git
Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin
......
......@@ -12,5 +12,8 @@ override_dh_install:
rm -rf debian/thunar-archive-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-2/*.la
dh_install --fail-missing
override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf xdt-autogen
%:
dh $@