Skip to content
Commits on Source (6)
......@@ -16,6 +16,15 @@ thunar-media-tags-plugin (0.3.0-1) UNRELEASED; urgency=low
* Use debhelper compat 10
* Use Standards-Version 4.1.4
[ Unit 193 ]
* Run wrap-and-sort.
* d/compat, d/control: Bump dh compat to 11.
* d/control: Build-depend on xfce4-dev-tools for autoreconf.
* d/copyright, d/watch: Use https where possible.
* d/rules:
- Drop autoreconf override, dh-autoreconf is Xfce aware now.
- Use dh_missing instead of dh_install for --fail-missing.
-- Evgeni Golov <evgeni@debian.org> Mon, 15 Jul 2013 21:57:28 +0200
thunar-media-tags-plugin (0.2.1-1) unstable; urgency=low
......
......@@ -4,15 +4,21 @@ 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), pkg-config, libthunarx-3-dev, libexo-2-dev,
libtagc0-dev, libxml-parser-perl, intltool
Build-Depends: debhelper (>= 11),
intltool,
libexo-2-dev,
libtagc0-dev,
libthunarx-3-dev,
libxml-parser-perl,
pkg-config,
xfce4-dev-tools
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin.git
Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin
Package: thunar-media-tags-plugin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, thunar (>= 1.1.0)
Depends: thunar (>= 1.1.0), ${misc:Depends}, ${shlibs:Depends}
Description: Media tags plugin for Thunar file manager
This plugin allows tags editing from Thunar file manager and tags-based file
renaming from inside Thunar Bulk Renamer
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: thunar-media-tags-plugin
Upstream-Contact: Jannis Pohlmann <jannis@xfce.org>
Source: http://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/
Source: https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/
Files: *
Copyright: © 2006 Jannis Pohlmann <jannis@xfce.org>
......
......@@ -8,10 +8,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_install:
rm -f $(CURDIR)/debian/thunar-media-tags-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
version=3
http://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/([\d\.]+)/ \
https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/([\d\.]+)/ \
thunar-media-tags-plugin-([\d\.]+)\.tar\.(?:gz|bz2)