[Pkg-xfce-commits] [Git][xfce-team/goodies/xfce4-sensors-plugin][debian/master] 7 commits: Trim trailing whitespace.

Yves-Alexis Perez gitlab at salsa.debian.org
Thu Jan 16 19:40:08 GMT 2020



Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / xfce4-sensors-plugin


Commits:
03518ab1 by Debian Janitor at 2019-12-25T07:01:29+00:00
Trim trailing whitespace.

Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details.

- - - - -
6ff52695 by Debian Janitor at 2019-12-25T07:01:51+00:00
Use secure copyright file specification URI.

Fixes lintian: insecure-copyright-format-uri
See https://lintian.debian.org/tags/insecure-copyright-format-uri.html for more details.

- - - - -
e121ce68 by Debian Janitor at 2019-12-25T07:02:12+00:00
Bump debhelper from old 11 to 12.

Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.

- - - - -
19a522cb by Debian Janitor at 2019-12-25T07:02:33+00:00
debian/copyright: use spaces rather than tabs to start continuation lines.

Fixes lintian: tab-in-licence-text
See https://lintian.debian.org/tags/tab-in-licence-text.html for more details.

- - - - -
0cc7a5fa by Debian Janitor at 2019-12-25T07:02:56+00:00
Fix field name typos in debian/copyright.

Fixes lintian: field-name-typo-dep5-copyright
See https://lintian.debian.org/tags/field-name-typo-dep5-copyright.html for more details.

- - - - -
21bf8052 by Debian Janitor at 2019-12-25T07:03:17+00:00
Update standards version to 4.4.1, no changes needed.

Fixes lintian: out-of-date-standards-version
See https://lintian.debian.org/tags/out-of-date-standards-version.html for more details.

- - - - -
0776f464 by Yves-Alexis Perez at 2020-01-16T19:40:06+00:00
Merge branch 'lintian-fixes' into 'debian/master'

Fix some issues reported by lintian

See merge request xfce-team/goodies/xfce4-sensors-plugin!1
- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+xfce4-sensors-plugin (1.3.92-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Bump debhelper from old 11 to 12.
+  * debian/copyright: use spaces rather than tabs to start continuation
+    lines.
+  * Fix field name typos in debian/copyright.
+  * Update standards version to 4.4.1, no changes needed.
+
+ -- Debian Janitor <janitor at jelmer.uk>  Wed, 25 Dec 2019 07:01:20 +0000
+
 xfce4-sensors-plugin (1.3.92-1) experimental; urgency=medium
 
   * New upstream version 1.3.92
@@ -74,7 +86,7 @@ xfce4-sensors-plugin (1.2.5-2) unstable; urgency=low
   * debian/control:
     - remove version on xfce4-panel build-dep, stable has Xfce 4.8.
     - remove dpkg-dev build-dep, stable has hardening support.
-    - update standards version to 3.9.4. 
+    - update standards version to 3.9.4.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sun, 26 May 2013 13:18:22 +0200
 
@@ -203,7 +215,7 @@ xfce4-sensors-plugin (0.10.99.6-2) unstable; urgency=low
 
   * Merger of patches from Ubuntu to Debian:
   * debian/patches:
-    - 01_fix_segfault_at_startup.patch added. 
+    - 01_fix_segfault_at_startup.patch added.
       Resolves segfaults at plugin initialization		closes: #519181
   * debian/control:
     - Added myself to uploaders
@@ -213,7 +225,7 @@ xfce4-sensors-plugin (0.10.99.6-2) unstable; urgency=low
 xfce4-sensors-plugin (0.10.99.6-1) unstable; urgency=low
 
   * New upstream release.
-  * debian/patches: 
+  * debian/patches:
     - 01_fix-acpi-fan-infos dropped.
   * debian/control:
     - add build dep on libtool.
@@ -246,7 +258,7 @@ xfce4-sensors-plugin (0.10.99.5~svn-r4998-1) unstable; urgency=low
   * New upstream svn snapshot.
     - warn only once about hddtemp unavailable.        closes: #483831, #488151
   * don't build-dep on hddtemp on kfreebsd and hurd, where it's unavailable.
-  * debian/control: 
+  * debian/control:
     - correct typo.                               closes: #474697
     - update standards version to 3.8.0.
   * debian/patches:
@@ -289,14 +301,14 @@ xfce4-sensors-plugin (0.10.99.2-1) unstable; urgency=low
   * debian/control:
     - updated standard versions to 3.7.3.
     - updated my email addres to the debian.org one.
-  * debian/rules: remove /usr/lib/xfce4/panel-plugins if it's empty. 
+  * debian/rules: remove /usr/lib/xfce4/panel-plugins if it's empty.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 08 Dec 2007 19:52:37 +0100
 
 xfce4-sensors-plugin (0.10.0-2) unstable; urgency=low
 
   (Yves-Alexis Perez)
-  * debian/control: 
+  * debian/control:
     - added dep on lm-sensors so plugin can work.
   (Stefan Ott)
     - updated the url
@@ -339,7 +351,7 @@ xfce4-sensors-plugin (0.7.0-1) unstable; urgency=low
 
 xfce4-sensors-plugin (0.6.1-2) unstable; urgency=low
 
-  * debian/control: 
+  * debian/control:
     + Added libtool and autoconf build-dependencies (Closes: #324099)
     + Added dpatch build-dependency
     + Removed warning about rendering the panel unusable


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Section: xfce
 Priority: optional
 Maintainer: Debian Xfce Maintainers <debian-xfce at lists.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>
-Build-Depends: debhelper-compat (= 11),
+Build-Depends: debhelper-compat (= 12),
                hddtemp [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
                intltool,
                libgtk-3-dev,
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 11),
                libxml2-dev,
                libxnvctrl-dev,
                xfce4-dev-tools
-Standards-Version: 4.3.0
+Standards-Version: 4.4.1
 Homepage: https://goodies.xfce.org/
 Vcs-Git: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin.git
 Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin


=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: xfce4-sensors-plugin
-Upstream-contact: Fabian Nowak <timystery at arcor.de>
 Source: http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
+Upstream-Contact: Fabian Nowak <timystery at arcor.de>
 
 Files: *
 Copyright: 2004-2007 Fabian Nowak <timystery at arcor.de>
@@ -9,9 +9,9 @@ License: GPL-2.0+
 
 Files: debian/*
 Copyright: 2005 Rudy Godoy <rudy at kernel-panik.org>
-	   2005 Stefan Ott <stefan at desire.ch>
-	   2006 Emanuele Rocca <ema at debian.org>
-	   2006-2012 Yves-Alexis Perez <corsac at debian.org>
+           2005 Stefan Ott <stefan at desire.ch>
+           2006 Emanuele Rocca <ema at debian.org>
+           2006-2012 Yves-Alexis Perez <corsac at debian.org>
 License: GPL-2.0+
 
 License: GPL-2.0+


=====================================
debian/rules
=====================================
@@ -16,7 +16,7 @@ override_dh_auto_configure:
 		--enable-notification \
 		--enable-procacpi \
 		--enable-xnvctrl \
-		--disable-static 
+		--disable-static
 
 override_dh_makeshlibs:
 	dh_makeshlibs  -X debian/xfce4-sensors-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/modules/libxfce4sensors.so.*.*.*



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin/compare/1eeb69c4d0029d4791a3f73f2ded9e5401b4e7ad...0776f464823eb560cd7005e30e9e3531db2a2b16

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-sensors-plugin/compare/1eeb69c4d0029d4791a3f73f2ded9e5401b4e7ad...0776f464823eb560cd7005e30e9e3531db2a2b16
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/20200116/ddf02d8b/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list