[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-vcs-plugin][debian/master] 6 commits: d/control: Drop unneeded build-depends: gtk-doc-tools, dpkg-dev.

Unit 193 gitlab at salsa.debian.org
Thu Jun 7 09:17:36 BST 2018


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


Commits:
fd7fe979 by Unit 193 at 2018-06-07T04:06:28-04:00
d/control: Drop unneeded build-depends: gtk-doc-tools, dpkg-dev.

- - - - -
36fcd4c2 by Unit 193 at 2018-06-07T04:07:28-04:00
d/compat, d/control: Bump dh compat to 11.

- - - - -
074bf751 by Unit 193 at 2018-06-07T04:08:35-04:00
d/copyright: Update 'format' and 'source' fields.

- - - - -
c18ed46e by Unit 193 at 2018-06-07T04:13:11-04:00
d/rules: Drop configure override, autoreconf is Xfce aware and libexecdir is correctly set.

- - - - -
2e50adec by Unit 193 at 2018-06-07T04:15:45-04:00
d/rules: Drop explicit inclusion of pkg-info.mk, no longer used.

- - - - -
171d6483 by Unit 193 at 2018-06-07T04:17:23-04:00
d/rules: Use dh_missing instead of dh_install for --fail-missing.

- - - - -


5 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Mon, 04 Jun 2018 15:04:20 +0200
 
 thunar-vcs-plugin (0.1.4-2) unstable; urgency=low


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


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,7 @@ 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),
-               dpkg-dev (>= 1.16.1~),
-               gtk-doc-tools,
+Build-Depends: debhelper (>= 11),
                intltool,
                libapr1-dev,
                libexo-2-dev,


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-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 at 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 at xfce.org>


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,19 @@
 #!/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 $@



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/compare/a844fcbd563c69b20c675e1c8e0c5968f68039f9...171d6483c3cf440a84247b86b959f81f11c807cc

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-vcs-plugin/compare/a844fcbd563c69b20c675e1c8e0c5968f68039f9...171d6483c3cf440a84247b86b959f81f11c807cc
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/c02a4501/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list