Skip to content
Commits on Source (6)
......@@ -22,6 +22,16 @@ thunar-vcs-plugin (0.1.90-1) UNRELEASED; urgency=medium
* Build-Dep on libthunarx-3-dev and libexo-2-dev
* Fix removing .la-files from the proper places
[ Unit 193 ]
* d/compat, d/control: Bump dh compat to 11.
* d/control: Drop unneeded build-depends: gtk-doc-tools, dpkg-dev.
* d/copyright: Update 'format' and 'source' fields.
* d/rules:
- Drop configure override, autoreconf is Xfce aware and libexecdir is
correctly set.
- Drop explicit inclusion of pkg-info.mk, no longer used.
- Use dh_missing instead of dh_install for --fail-missing.
-- Andreas Rönnquist <gusnan@debian.org> Mon, 04 Jun 2018 15:04:20 +0200
thunar-vcs-plugin (0.1.4-2) unstable; urgency=low
......
......@@ -4,9 +4,7 @@ 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 (>= 10),
dpkg-dev (>= 1.16.1~),
gtk-doc-tools,
Build-Depends: debhelper (>= 11),
intltool,
libapr1-dev,
libexo-2-dev,
......
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: thunar-vcs-plugin
Upstream-Contact: Peter de Ridder <peter@xfce.org>
Source: http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
Source: https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin
Files: *
Copyright: 2007-2011, Peter de Ridder <peter@xfce.org>
......
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
include /usr/share/dpkg/architecture.mk
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_configure:
NOCONFIGURE=1 xdt-autogen
dh_auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)/
override_dh_install:
rm -rf debian/thunar-vcs-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/*.la
dh_install
override_dh_makeshlibs:
dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/
override_dh_install:
rm -rf debian/thunar-vcs-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/*.la
dh_install --fail-missing
override_dh_missing:
dh_missing --fail-missing
%:
dh $@