From 2db2eb491d65553e41f6afe46366f2a2b195e4a2 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 24 Sep 2021 11:19:50 +0000 Subject: [PATCH 1/4] Update watch file format version to 4. Changes-By: lintian-brush Fixes: lintian: older-debian-watch-file-standard See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 272707d..57e772b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 https://github.com/jeinzi/thunar-dropbox/releases .*/([\d\.]+)\.tar.(?:bz2|gz|xz|zst) -- GitLab From a30d2ad5f117d3112e4b773260b25d591f25a24d Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 24 Sep 2021 11:19:51 +0000 Subject: [PATCH 2/4] Bump debhelper from old 12 to 13. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2a45319..0a60a94 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/misc Priority: optional Maintainer: Unit 193 Uploaders: Sean Davis -Build-Depends: debhelper-compat (= 12), cmake, libthunarx-3-dev +Build-Depends: debhelper-compat (= 13), cmake, libthunarx-3-dev Rules-Requires-Root: no Standards-Version: 4.5.0 Homepage: http://nullwise.com/thunar-dropbox.html -- GitLab From f10ce80a35b4e98f4efae54296ce9e4ae2781ebf Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 24 Sep 2021 11:19:52 +0000 Subject: [PATCH 3/4] Update standards version to 4.5.1, no changes needed. Changes-By: lintian-brush Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0a60a94..55f7c2b 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Unit 193 Uploaders: Sean Davis Build-Depends: debhelper-compat (= 13), cmake, libthunarx-3-dev Rules-Requires-Root: no -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Homepage: http://nullwise.com/thunar-dropbox.html Vcs-Browser: https://salsa.debian.org/xfce-extras-team/thunar-dropbox-plugin Vcs-Git: https://salsa.debian.org/xfce-extras-team/thunar-dropbox-plugin.git -- GitLab From 6cd7001b7e648f2b374b457860ed84b18949eee1 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 24 Sep 2021 11:19:52 +0000 Subject: [PATCH 4/4] Avoid explicitly specifying -Wl,--as-needed linker flag. Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index f9e45a6..5e735a2 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk -- GitLab