Lintian Fixes - alsaplayer

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index e2eb687..bf967a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,7 +52,7 @@ alsaplayer (0.99.80-5.1) unstable; urgency=low
   * Non-maintainer upload.
   * Only build on alsaplayer-alsa on Linux (Closes: #638582)
   * Enable hardened build flags and fixup format strings issues spotted
-    by -Werror=format-security (Closes: #654518)	
+    by -Werror=format-security (Closes: #654518)
 
  -- Moritz Muehlenhoff <jmm@debian.org>  Fri, 06 Apr 2012 11:53:14 +0200
 
@@ -82,14 +82,14 @@ alsaplayer (0.99.80-4) unstable; urgency=low
   * Move alsaplayer.desktop from common to gtk. Closes: #530755.
   * Mime error on .desktop. Closes: #544304.
     * Add patch: 07_mimetype.dpatch
-      Thanks Nick Leverton <nick@leverton.org>. 
+      Thanks Nick Leverton <nick@leverton.org>.
   * New libraries fix depends error. Closes: #508142.
 
   [Paul Brossier]
   * Move config.{sub,guess} update from debian/rules to
     debian/patches/10_uptodate_configure
   * Remove all obsolete patches from debian/patches
-  * Add debian/README.source 
+  * Add debian/README.source
   * Add patch 06_ftbfs_fix from Ubuntu
   * Change Build-Depends from xlibmesa-gl-dev to libgl1-mesa-dev
   * Change Build-Depends from libflac-dev (>= 1.1.4.-1) to (>= 1.1.4)
@@ -256,7 +256,7 @@ alsaplayer (0.99.76-6) unstable; urgency=low
 
   Paul Brossier:
     * 10_text_add_new_line: add missing \n in text interface.
-    * 11_fix_sndfile_duration: have sndfile correctly display file length. 
+    * 11_fix_sndfile_duration: have sndfile correctly display file length.
 
  -- Paul Brossier <piem@debian.org>  Tue, 12 Jul 2005 15:35:27 +0100
 
@@ -270,7 +270,7 @@ alsaplayer (0.99.76-5) unstable; urgency=low
     * Remove obsolete patch that added #include <assert.h> (was added by
       upstream as well).
     * Fix FlacMetadataTag.cpp to build under g++ 4.0.
-  
+
   Paul Brossier:
     * Rebuild against latest libjack (closes: #317181)
 
@@ -332,7 +332,7 @@ alsaplayer (0.99.76-1) unstable; urgency=low
   * Add space after colon in http header (closes: #250580)
   * Remove link from libalsaplayer-dev to libalsaplayer0
   * Remove CVS leftovers from debian diffs
-  * Updated menu entries (alsaplayer now starts gtk interface) 
+  * Updated menu entries (alsaplayer now starts gtk interface)
     (closes: #248191)
   * Add -n to dh_installmenu to avoid useless modifications of maint scripts
   * Drop useless automake/autoconf Build-Depends
@@ -379,7 +379,7 @@ alsaplayer (0.99.76-0.1) unstable; urgency=low
   * [debian/rules, debian/*.files, debian/*.install] Switched to dh_install;
     install the manpage through dh_install as well.
   * [debian/compat, debian/rules, debian/control] Switch to debhelper V4.
-  * [debian/control] 
+  * [debian/control]
     * Updated Standards-Version.
     * Added build dependency on liboggflac-dev so we get OggFLAC support.
     * Updated build dependency "xlibmesa-dev | libgl-dev" ->
@@ -790,13 +790,13 @@ alsaplayer (0.99.23-1) unstable; urgency=low
 
 alsaplayer (0.99.13-1) unstable; urgency=low
 
-  * New upstream release 
+  * New upstream release
 
  -- Tamas Tevesz <ice@rulez.org>  Mon,  7 Jun 1999 15:27:06 -0400
 
 alsaplayer (0.99.12-1) unstable; urgency=low
 
-  * New upstream release 
+  * New upstream release
 
  -- Tamas Tevesz <ice@rulez.org>  Mon,  7 Jun 1999 12:08:58 -0400
 
@@ -811,7 +811,7 @@ alsaplayer (0.99.11beta4-1) unstable; urgency=low
 
 alsaplayer (0.99.10-2) unstable; urgency=low
 
-  * Compiled against xlib6g-3.3.3.1-3. 
+  * Compiled against xlib6g-3.3.3.1-3.
   * Fixed typos in control
 
  -- Tamas Tevesz <ice@rulez.org>  Mon, 17 May 1999 07:55:19 -0400
@@ -821,5 +821,3 @@ alsaplayer (0.99.10-1) unstable; urgency=low
   * Initial release.
 
  -- Tamas Tevesz <ice@rulez.org>  Sun, 16 May 1999 14:33:32 -0400
-
-
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 5430a94..9084a3d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,10 @@ Section: sound
 Priority: optional
 Maintainer: Paul Brossier <piem@debian.org>
 Standards-Version: 3.9.8
-Homepage: http://alsaplayer.sourceforge.net/
+Homepage: https://alsaplayer.sourceforge.net/
 Vcs-Git: https://salsa.debian.org/debian/alsaplayer.git
 Vcs-Browser: https://salsa.debian.org/debian/alsaplayer
-Build-Depends: debhelper (>= 8.0.0),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
                libasound2-dev,
                libgtk2.0-dev,
                libmikmod-dev,
diff --git a/debian/rules b/debian/rules
index f06612a..06d3738 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
diff --git a/debian/watch b/debian/watch
index 12645bd..d960817 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://sf.net/alsaplayer/ alsaplayer-(.*)\.tar.bz2

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/09/598a2aeb61d6bbbcb378d142ee0ef7b09efc5b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/0d/d523c6d90d1170ce4cc834cced81ce573b513f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/13/5d76371f5107202b523f4ce23aa8981e4ca41d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/15/c3b6805334a94e6d4d135c74aaef9706f92d6e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/19/eddb3436fc5a4cb7e6dbb960c1c6dbc38df8a5.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/20/7a40a768a5267dce9d465e73b64f2c164e8dfa.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/28/8a5deec0130bd7c98015e121f71278931adeb5.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2f/96dd081b12600d17ea29c7a429cf716f72ed88.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/32/88b96fa5297548562978bb836dc84fb43def97.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/37/71904eac06e5ba7e24987195ad85e093410373.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/4a/b270a57d3330a155d6f28df751c8ccfca7cc83.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/54/959ac689cc37474d467dec5c7e9e1c69f75815.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/57/14c2bc56481da5487d3512c2ac1bbf0f60724a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6e/9b487e6f9ddc589be10203beb2d865e51a252f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6e/aab5439a091327871fbdf420942141c1854ed9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/77/0424bc06d6864506bb7f35c91dd8144d718744.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/78/05fce275331a5a6a4724f1f6e04ece48f8f334.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a4/d50fe4dbdc2dee6bf0e6f34fa5afc221046ea7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b6/a01b80b1d452fc42aff71891560a20cfd81876.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b7/89ec163fc3e28a24b548cc6dae60956b120df8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c3/8f4bca963b080b2c5df947e4661a0149bb4818.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c5/f18f10d933fe20239cd8e014826c12a1e664cf.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d9/c16ce25d7480f40571e42bac87217418056c90.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e0/3deee01684d4cf8b7a425525bdb6ea7291f573.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e7/2be94f082d4e5a62f89b286a6fd1509577637c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f9/87f9b516fa116097c08f7930dd65731448565b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/fb/13d433b84af643fdc24b44ff97364f0bcee11d.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/01/88fe5477c0d750a2827c1824a895282fbc278d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/04/1208504a75cc880743912bd8541605a4717c88.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/08/a112ba12c958b4be2e50cfd28c3e818a4c613b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/26/cf82dc8845632023377f6c55fe6b7017d57b34.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2c/5f2fc4668150746fd98f097650d4bf09032331.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/37/732f27640629dbacddf5cb1fb1d35330f67e9e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/3c/11c8fdbcad932e47ba293c9c7c9e941718ffbc.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/41/6aa46b7aceacd64ab01cb747a98dc48ddf588e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/4a/e1e990f363cc466208181a3eeb303952a6a826.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/53/e2fe487720eb42d93f0a840311a5b613ea97e6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/56/f54f1ac39d0478f172c08239af9845af3cad2d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/69/1bb39ecc27e41fc719ce54e7212b42b4f75af4.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6c/c61bede36bb4836eec5dd9f4af07a75c453242.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6c/e1bc3055202600314128029c5db07ff7278e7c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/72/75f9a598e87c76be7f8b9d6f9ceb2783b3b116.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/78/69182d129a612867c0c08794ea75cb2c6ec4d6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7b/389b623c71339d685555c83b10010e75ddbd1c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/82/ca672486581ec60b3b953b110cd5ded98b0e43.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/92/547405be9794eb10ab4b92f2f7607578d06a39.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/95/e8034b215969d0215d5d4f7e83dc3d26aa29a6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9b/e25f9b810a6e3c3efbd54a71a1b292f84d1fcd.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ae/356ba0bf4dc6a975be231ee58515a82ac75b9a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d9/0ba631684116f2f1d149ffe66fdd776b6035c5.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e6/cc3f41df2b567288ca53459c0a030a2a81fa14.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f1/b3d1612890fc385b4e4300c6778b781c67da48.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f7/9ece301562c75da41468d5087bf63d0af08b63.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/fe/30b5084e0e770afa9e30f2a177ee6a65fff6d1.debug

Control files of package alsaplayer-alsa: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-alsa-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 041208504a75cc880743912bd8541605a4717c88 6eaab5439a091327871fbdf420942141c1854ed9

Control files of package alsaplayer-common: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-common-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 08a112ba12c958b4be2e50cfd28c3e818a4c613b 2c5f2fc4668150746fd98f097650d4bf09032331 3c11c8fdbcad932e47ba293c9c7c9e941718ffbc 4ae1e990f363cc466208181a3eeb303952a6a826 53e2fe487720eb42d93f0a840311a5b613ea97e6 56f54f1ac39d0478f172c08239af9845af3cad2d 691bb39ecc27e41fc719ce54e7212b42b4f75af4 6ce1bc3055202600314128029c5db07ff7278e7c 7275f9a598e87c76be7f8b9d6f9ceb2783b3b116 e6cc3f41df2b567288ca53459c0a030a2a81fa14 f79ece301562c75da41468d5087bf63d0af08b63 15c3b6805334a94e6d4d135c74aaef9706f92d6e 207a40a768a5267dce9d465e73b64f2c164e8dfa 288a5deec0130bd7c98015e121f71278931adeb5 3771904eac06e5ba7e24987195ad85e093410373 54959ac689cc37474d467dec5c7e9e1c69f75815 5714c2bc56481da5487d3512c2ac1bbf0f60724a 6e9b487e6f9ddc589be10203beb2d865e51a252f 770424bc06d6864506bb7f35c91dd8144d718744 7805fce275331a5a6a4724f1f6e04ece48f8f334 b789ec163fc3e28a24b548cc6dae60956b120df8 c38f4bca963b080b2c5df947e4661a0149bb4818

Control files of package alsaplayer-daemon: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-daemon-dbgsym: lines which differ (wdiff format)

  • Build-Ids: f1b3d1612890fc385b4e4300c6778b781c67da48 19eddb3436fc5a4cb7e6dbb960c1c6dbc38df8a5

Control files of package alsaplayer-gtk: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-gtk-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 0188fe5477c0d750a2827c1824a895282fbc278d 26cf82dc8845632023377f6c55fe6b7017d57b34 37732f27640629dbacddf5cb1fb1d35330f67e9e 416aa46b7aceacd64ab01cb747a98dc48ddf588e 7b389b623c71339d685555c83b10010e75ddbd1c 92547405be9794eb10ab4b92f2f7607578d06a39 ae356ba0bf4dc6a975be231ee58515a82ac75b9a fe30b5084e0e770afa9e30f2a177ee6a65fff6d1 09598a2aeb61d6bbbcb378d142ee0ef7b09efc5b 0dd523c6d90d1170ce4cc834cced81ce573b513f 3288b96fa5297548562978bb836dc84fb43def97 4ab270a57d3330a155d6f28df751c8ccfca7cc83 a4d50fe4dbdc2dee6bf0e6f34fa5afc221046ea7 c5f18f10d933fe20239cd8e014826c12a1e664cf e03deee01684d4cf8b7a425525bdb6ea7291f573 fb13d433b84af643fdc24b44ff97364f0bcee11d

Control files of package alsaplayer-jack: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-jack-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 9be25f9b810a6e3c3efbd54a71a1b292f84d1fcd f987f9b516fa116097c08f7930dd65731448565b

Control files of package alsaplayer-nas: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-nas-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 95e8034b215969d0215d5d4f7e83dc3d26aa29a6 e72be94f082d4e5a62f89b286a6fd1509577637c

Control files of package alsaplayer-oss: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-oss-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 7869182d129a612867c0c08794ea75cb2c6ec4d6 b6a01b80b1d452fc42aff71891560a20cfd81876

Control files of package alsaplayer-text: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-text-dbgsym: lines which differ (wdiff format)

  • Build-Ids: d90ba631684116f2f1d149ffe66fdd776b6035c5 135d76371f5107202b523f4ce23aa8981e4ca41d

Control files of package alsaplayer-xosd: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package alsaplayer-xosd-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 6cc61bede36bb4836eec5dd9f4af07a75c453242 d9c16ce25d7480f40571e42bac87217418056c90

Control files of package libalsaplayer-dev: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package libalsaplayer0: lines which differ (wdiff format)

  • Homepage: http://alsaplayer.sourceforge.net/ https://alsaplayer.sourceforge.net/

Control files of package libalsaplayer0-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 82ca672486581ec60b3b953b110cd5ded98b0e43 2f96dd081b12600d17ea29c7a429cf716f72ed88

Run locally

More details

Full run details