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

Yves-Alexis Perez gitlab at salsa.debian.org
Fri Jan 17 17:32:41 GMT 2020



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


Commits:
e0b95771 by Debian Janitor at 2020-01-16T20:38:35+00:00
Trim trailing whitespace.

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

- - - - -
9b53131c by Debian Janitor at 2020-01-16T20:38:59+00:00
Use secure copyright file specification URI.

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

- - - - -
18f43aef by Debian Janitor at 2020-01-16T20:39:23+00:00
Use secure URI in Homepage field.

Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
61f7ab05 by Debian Janitor at 2020-01-16T20:39:49+00:00
Update standards version to 4.4.1, no changes needed.

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

- - - - -
8d48043b by Yves-Alexis Perez at 2020-01-17T17:32:39+00:00
Merge branch 'lintian-fixes' into 'debian/master'

Fix some issues reported by lintian

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


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+xfce4-netload-plugin (1.3.2-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Use secure URI in Homepage field.
+  * Update standards version to 4.4.1, no changes needed.
+
+ -- Debian Janitor <janitor at jelmer.uk>  Thu, 16 Jan 2020 20:38:25 +0000
+
 xfce4-netload-plugin (1.3.2-1) unstable; urgency=medium
 
   * New upstream version 1.3.2
@@ -31,8 +40,8 @@ xfce4-netload-plugin (1.3.1-1) unstable; urgency=medium
   * Run wrap-and-sort.
   * debian/control:
     - update standards version to 4.1.1.
-    - replace xfce4-panel-dev build-dep by libxfce4panel-2.0-dev. 
-    - replace libxfce4ui-1-dev build-dep by libxfce4ui-2-dev. 
+    - replace xfce4-panel-dev build-dep by libxfce4panel-2.0-dev.
+    - replace libxfce4ui-1-dev build-dep by libxfce4ui-2-dev.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 11 Nov 2017 16:09:05 +0100
 
@@ -196,7 +205,7 @@ xfce4-netload-plugin (0.4.0-1) unstable; urgency=low
     - update my email address.
     - remove Rudy and Martin from Uploaders. Thanks to them!
     - update standards version to 3.8.0.
-    - add dep on ${misc:Depends}. 
+    - add dep on ${misc:Depends}.
   * debian/copyright: update dates, and license information.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sun, 01 Mar 2009 11:39:32 +0100
@@ -242,8 +251,8 @@ xfce4-netload-plugin (0.3.3-1) unstable; urgency=low
   * Removed dependency and autotools bootstraping since
     upstream is using an up to date version
   * Added patch and rebootstrapped automake files to remove libgtop definition
-    on Makefile.am which should not be used anymore according changelog. 
-    This should fix FTBFS on mips. 
+    on Makefile.am which should not be used anymore according changelog.
+    This should fix FTBFS on mips.
     (Temporary solution, already forwarded upstream). (Closes: #355840)
 
  -- Rudy Godoy <rudy at kernel-panik.org>  Sat, 25 Mar 2006 11:17:09 +0000
@@ -264,11 +273,11 @@ xfce4-netload-plugin (0.3.2-1) unstable; urgency=low
  -- Emanuele Rocca <ema at debian.org>  Sat, 18 Jun 2005 17:51:30 +0200
 
 xfce4-netload-plugin (0.3.1-1) experimental; urgency=low
-  
+
   * New upstream release
- 
+
  -- Emanuele Rocca <ema at debian.org>  Tue, 29 Mar 2005 21:12:43 +0200
- 
+
 xfce4-netload-plugin (0.2.4-1) unstable; urgency=low
 
   * (Simon Huggins)


=====================================
debian/control
=====================================
@@ -10,8 +10,8 @@ Build-Depends: debhelper-compat (= 11),
                libxml-parser-perl,
                libxml2-dev,
                xfce4-dev-tools
-Standards-Version: 4.4.0
-Homepage: http://goodies.xfce.org/
+Standards-Version: 4.4.1
+Homepage: https://goodies.xfce.org/
 Vcs-Git: https://salsa.debian.org/xfce-team/goodies/xfce4-netload-plugin.git
 Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/xfce4-netload-plugin
 


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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-netload-plugin
 Source: http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
 Copyright: Benedikt Meurer <benedikt.meurer at unix-ag.uni-siegen.de>,



View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-netload-plugin/compare/1f2487fbd4962dcaa990d989a6c9a5a8afb9adbd...8d48043be219beb6ca6c1e9465b4405a71aa4084

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/xfce4-netload-plugin/compare/1f2487fbd4962dcaa990d989a6c9a5a8afb9adbd...8d48043be219beb6ca6c1e9465b4405a71aa4084
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/20200117/478661e0/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list