[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-media-tags-plugin][debian/master] 6 commits: Run wrap-and-sort.

Unit 193 gitlab at salsa.debian.org
Thu Jun 7 09:27:16 BST 2018


Unit 193 pushed to branch debian/master at xfce / goodies / thunar-media-tags-plugin


Commits:
0d104d0d by Unit 193 at 2018-06-07T04:21:24-04:00
Run wrap-and-sort.

- - - - -
c946fc98 by Unit 193 at 2018-06-07T04:22:29-04:00
d/compat, d/control: Bump dh compat to 11.

- - - - -
04263a3c by Unit 193 at 2018-06-07T04:23:24-04:00
d/control: Build-depend on xfce4-dev-tools for autoreconf.

- - - - -
0d98104f by Unit 193 at 2018-06-07T04:24:37-04:00
d/copyright, d/watch: Use https where possible.

- - - - -
60c2c0ac by Unit 193 at 2018-06-07T04:26:03-04:00
d/rules: Drop autoreconf override, dh-autoreconf is Xfce aware now.

- - - - -
f0870a7c by Unit 193 at 2018-06-07T04:27:08-04:00
d/rules: Use dh_missing instead of dh_install for --fail-missing.

- - - - -


6 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Mon, 15 Jul 2013 21:57:28 +0200
 
 thunar-media-tags-plugin (0.2.1-1) unstable; urgency=low


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,22 @@ Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>,
- Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 10), pkg-config, libthunarx-3-dev, libexo-2-dev,
- libtagc0-dev, libxml-parser-perl, intltool
+           Lionel Le Folgoc <mrpouit at gmail.com>
+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


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: thunar-media-tags-plugin
 Upstream-Contact: Jannis Pohlmann <jannis at 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 at xfce.org>


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 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)



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin/compare/fa301bcf1731948da244da108de4f6d8088e94e2...f0870a7c3335932e6541fb3902ea0579f7d008aa

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-media-tags-plugin/compare/fa301bcf1731948da244da108de4f6d8088e94e2...f0870a7c3335932e6541fb3902ea0579f7d008aa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20180607/75e23df9/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list