Bug#812980: podracer: .mp3/.ogg/.m4a/.m4b than the extension of the file will not be registered in the play list.

2016-01-28 Thread Kenichiro MATOHARA
Package: podracer
Version: 1.4-3
Severity: normal

Dear Maintainer,

It will not be registered in the play list if the file extension of that you 
obtained in podracer is not the .mp3/.ogg/.m4a/.m4b.
"JlEV91AshKrq" in the following example was not registered.

```
$ podracer
$ ls -lA ~/podcasts/2016-01-28
合計 59408
-rw-r--r-- 1 mk mk0  1月 28 14:03 2016-01-28-podcasts.m3u
-rw-r--r-- 1 mk mk 60833627  1月 28 14:02 jlEV91AshKrq
$ file  ~/podcasts/2016-01-28/*
/home/mk/podcasts/2016-01-28/2016-01-28-podcasts.m3u: empty
/home/mk/podcasts/2016-01-28/jlEV91AshKrq:Audio file with ID3 
version 2.3.0
$ cat ~/podcasts/2016-01-28/2016-01-28-podcasts.m3u
```


Fixed using file command.

```
$ diff -u /usr/bin/podracer ./podracer
--- /usr/bin/podracer   2015-07-04 22:39:26.0 +0900
+++ ./podracer  2016-01-28 19:12:31.980446668 +0900
@@ -419,6 +419,7 @@
find . -name \*.ogg  >> "$m3u"
find . -name \*.m4a  >> "$m3u"
find . -name \*.m4b  >> "$m3u"
+   find . | egrep -v "\.mp3$|\.ogg$|\.m4a$|\.m4b$" | xargs file | 
grep -i audio | cut -f1 -d: >> "$m3u"
)
fi
 fi
```


-- System Information:
Debian Release: stretch/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages podracer depends on:
ii  bittorrent  3.4.2-12
ii  curl7.46.0-1
ii  python  2.7.11-1
ii  screen  4.3.1-2

podracer recommends no packages.

podracer suggests no packages.

-- no debconf information



Bug#812986: libmeanwhile-dev: arch-dependent files in "Multi-Arch: same" package

2016-01-28 Thread Jakub Wilk

Package: libmeanwhile-dev
Version: 1.0.2-7
Severity: important
User: multiarch-de...@lists.alioth.debian.org
Usertags: multiarch

libmeanwhile-dev is marked as "Multi-Arch: same", but the following 
files are architecture-dependent:


/usr/share/doc/libmeanwhile-dev/samples/Makefile.gz
/usr/share/doc/libmeanwhile-dev/samples/build

An example diff between i386 and amd64 (after ungzipping) is attached.

--
Jakub Wilk
diff -ur 
libmeanwhile-dev_1.0.2-7_i386/usr/share/doc/libmeanwhile-dev/samples/Makefile 
libmeanwhile-dev_1.0.2-7_amd64/usr/share/doc/libmeanwhile-dev/samples/Makefile
--- 
libmeanwhile-dev_1.0.2-7_i386/usr/share/doc/libmeanwhile-dev/samples/Makefile   
2016-01-28 02:16:04.0 +0100
+++ 
libmeanwhile-dev_1.0.2-7_amd64/usr/share/doc/libmeanwhile-dev/samples/Makefile  
2016-01-28 01:51:29.0 +0100
@@ -87,8 +87,8 @@
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_triplet = i586-pc-linux-gnu
-host_triplet = i586-pc-linux-gnu
+build_triplet = x86_64-pc-linux-gnu
+host_triplet = x86_64-pc-linux-gnu
 subdir = samples
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -150,18 +150,18 @@
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/build.in README
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing aclocal-1.15
+ACLOCAL = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing aclocal-1.15
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
-AR = i586-linux-gnu-ar
-AUTOCONF = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing autoconf
-AUTOHEADER = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing 
autoheader
-AUTOMAKE = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing 
automake-1.15
-AWK = mawk
-CC = i586-linux-gnu-gcc
+AR = x86_64-linux-gnu-ar
+AUTOCONF = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing autoconf
+AUTOHEADER = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing autoheader
+AUTOMAKE = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing automake-1.15
+AWK = gawk
+CC = x86_64-linux-gnu-gcc
 CCDEPMODE = depmode=gcc3
 CFLAGS = -Wall -g -O2 -fstack-protector-strong -Wformat -Werror=format-security
-CPP = i586-linux-gnu-gcc -E
+CPP = x86_64-linux-gnu-gcc -E
 CPPFLAGS = -Wdate-time -D_FORTIFY_SOURCE=2
 CYGPATH_W = echo
 DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"meanwhile\" -DVERSION=\"1.0.2\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 
-DHAVE_GLIB=1
@@ -175,7 +175,7 @@
 EGREP = /bin/grep -E
 EXEEXT = 
 FGREP = /bin/grep -F
-GLIB_CFLAGS = -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include
+GLIB_CFLAGS = -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include
 GLIB_LIBS = -lglib-2.0
 GLIB_VERSION = 2.0.0
 GREP = /bin/grep
@@ -184,7 +184,7 @@
 INSTALL_PROGRAM = ${INSTALL}
 INSTALL_SCRIPT = ${INSTALL}
 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LD = /usr/bin/ld
+LD = /usr/bin/ld -m elf_x86_64
 LDFLAGS = -Wl,-z,relro
 LIBM = -lm
 LIBOBJS = 
@@ -194,7 +194,7 @@
 LN_S = ln -s
 LTLIBOBJS = 
 MAINT = #
-MAKEINFO = ${SHELL} /build/meanwhile-mCVFP8/meanwhile-1.0.2/missing makeinfo
+MAKEINFO = ${SHELL} /scratch/packages/tmp/meanwhile-1.0.2/missing makeinfo
 MANIFEST_TOOL = :
 MKDIR_P = /bin/mkdir -p
 MW_MAILME = 1
@@ -202,7 +202,7 @@
 MW_SO_VERSION = 1:2:0
 NM = /usr/bin/nm -B
 NMEDIT = 
-OBJDUMP = i586-linux-gnu-objdump
+OBJDUMP = x86_64-linux-gnu-objdump
 OBJEXT = o
 OTOOL = 
 OTOOL64 = 
@@ -214,21 +214,21 @@
 PACKAGE_URL = 
 PACKAGE_VERSION = 
 PATH_SEPARATOR = :
-PKG_CONFIG = /usr/bin/i586-linux-gnu-pkg-config
+PKG_CONFIG = /usr/bin/x86_64-linux-gnu-pkg-config
 PKG_CONFIG_LIBDIR = 
 PKG_CONFIG_PATH = 
-RANLIB = i586-linux-gnu-ranlib
+RANLIB = x86_64-linux-gnu-ranlib
 RELEASE = 1
 SED = /bin/sed
 SET_MAKE = 
 SHELL = /bin/bash
-STRIP = i586-linux-gnu-strip
+STRIP = x86_64-linux-gnu-strip
 VERSION = 1.0.2
 WITH_DOC_SUBPACKAGE = 1
-abs_builddir = /build/meanwhile-mCVFP8/meanwhile-1.0.2/samples
-abs_srcdir = /build/meanwhile-mCVFP8/meanwhile-1.0.2/samples
-abs_top_builddir = /build/meanwhile-mCVFP8/meanwhile-1.0.2
-abs_top_srcdir = /build/meanwhile-mCVFP8/meanwhile-1.0.2
+abs_builddir = /scratch/packages/tmp/meanwhile-1.0.2/samples
+abs_srcdir = /scratch/packages/tmp/meanwhile-1.0.2/samples
+abs_top_builddir = /scratch/packages/tmp/meanwhile-1.0.2
+abs_top_srcdir = /scratch/packages/tmp/meanwhile-1.0.2
 ac_ct_AR = 
 ac_ct_CC = 
 ac_ct_DUMPBIN = 
@@ -238,9 +238,9 @@
 am__tar = $${TAR-tar} chof - "$$tardir"
 am__untar = $${TAR-tar} xf -
 bindir = ${exec_prefix}/bin
-build = i586-pc-linux-gnu
-build_alias