[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Audiosum problem (unwanted binary)



Hi!

2014-02-04 Roelof Wobben <rwobben@hotmail.com>:
> [...]
>
> I see this lintian errors  :
>
> W: audiodup: empty-binary-package
> X: audiodup: package-contains-no-arch-dependent-files
Make sure your wrapping stuff gets installed to audiodup. You may want
to install into a temporary dir and use Debian .install files to
install your files:
http://www.debian.org/doc/manuals/maint-guide/dother.de.html#install


> But when I do this :
>
> Source: audiosum
> Section: sound
> Priority: optional
> Maintainer: Roelof Wobben <r.wobben@home.nl>
> Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libmhash-dev
> Standards-Version: 3.9.5
> Homepage: https://github.com/alvarezp/audiosum
> #Vcs-Git: git://git.debian.org/collab-maint/audiosum.git
> #Vcs-Browser: http://git.debian.org/?p=collab-maint/audiosum.git;a=summary
>
> Package: audiosum
> Architecture: any
> Depends: ${shlibs:Depends}, ${misc:Depends}
> Description: This tool helps to find duplicate mp3 files.
>  The tool actually checksums the file, you have to find
>  duplicate checksums. You might want to check the included
>  audiodup script. It currently ignores ID3v1 tags in MP3 files.
>
> The compiling stops with this message :
>
>     rm -rf debian/tmp
>     rm -f *-stamp
>  dpkg-source -b audiosum-0.2
> dpkg-source: info: using source format `3.0 (quilt)'
> dpkg-source: error: unwanted binary file:
> debian/audiodup/usr/share/doc/audiodup/changelog.Debian.gz
> dpkg-source: error: detected 1 unwanted binary file (add it in
> debian/source/include-binaries to allow its inclusion).
Because you changed the package config and did not remove the
temporary stuff, you get this mesage. Usually, dh_clean will take care
of it (but it doesn't know that this has to be removed, because you
deleted on package from control). A simple rm -r debian/audiodup will
fix this.
Cheers,
    Matthias

-- 
Debian Developer | Freedesktop-Developer
I welcome VSRE emails. See http://vsre.info/


Reply to: