Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Use xdt-autogen to autoreconf
· 32a70371
Andreas Rönnquist
authored
May 11, 2018
32a70371
Use debhelper compat 11
· aff59aa9
Andreas Rönnquist
authored
May 11, 2018
aff59aa9
Upgrade to Standards Version 4.1.4
· 94f7cbf2
Andreas Rönnquist
authored
May 11, 2018
94f7cbf2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
94f7cbf2
...
...
@@ -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
...
...
debian/compat
View file @
94f7cbf2
9
11
debian/control
View file @
94f7cbf2
...
...
@@ -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
...
...
debian/rules
View file @
94f7cbf2
...
...
@@ -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 $@