Request for sponsor for Osmose Emulator

2020-08-13 Thread Carlos Donizete Froes
Hi, I am looking for a sponsor for the osmose-emulator (1.6-1) package, where there is a small improvement in the software [1]. [1] https://mentors.debian.net/package/osmose-emulator I will be very grateful to anyone who analyzes my package. Thanks! -- ⢀⣴⠾⠻⢶⣦⠀ Carlos Donizete Froes [a.k.a

Re: How to suppress "source-is-missing" lintian error?

2020-08-13 Thread Ángel
On 2020-08-13 at 12:47 -0700, A. Lewenberg wrote: > I am trying to suppress some lintian errors in my package build. I see > this error when running lintian: > -- > E: stanford-spdb source: source-is-missing > usr/share/spdb/vendor/assets/javascripts/bootstrap-4.4.1.min.js > (...) > How do I get

Re: How to suppress "source-is-missing" lintian error?

2020-08-13 Thread Eriberto
Hi A. Lewenberg, Em qui., 13 de ago. de 2020 às 17:49, A. Lewenberg escreveu: > > I am trying to suppress some lintian errors in my package build. I see > this error when running lintian: > -- > E: stanford-spdb source: source-is-missing >

How to suppress "source-is-missing" lintian error?

2020-08-13 Thread A. Lewenberg
I am trying to suppress some lintian errors in my package build. I see this error when running lintian: -- E: stanford-spdb source: source-is-missing usr/share/spdb/vendor/assets/javascripts/bootstrap-4.4.1.min.js -- I attempt to override this by adding to debian/lintian-overrides the line --

Re: Built a Debian package using the source code of another one

2020-08-13 Thread Hilmar Preuße
Am 13.08.2020 um 16:38 teilte wf...@niif.hu mit: > Hilmar Preuße writes: Hi, >> the installation/compilation instructions for some proftp modules >> [1] say: >> "To install mod_proxy, go to the third-party module area in the >> proftpd source code and unpack the mod_proxy source tarball: [...]

Re: Built a Debian package using the source code of another one

2020-08-13 Thread wferi
Hilmar Preuße writes: > the installation/compilation instructions for some proftp modules [1] say: > "To install mod_proxy, go to the third-party module area in the proftpd > source code and unpack the mod_proxy source tarball: [...] > This works fine. How do I do that for a Debian package?

[Solved] Re: Linker issues for libssw on armel, mips64el and mipsel

2020-08-13 Thread Andreas Tille
Hi Peter, On Thu, Aug 13, 2020 at 05:06:49PM +0800, Peter Ji wrote: > in line 33 of the ./src/Makefile,Modified like this may be better: > 33:$(PROG): main.c kseq.h $(LIB) $(STATICLIB) Thanks a lot. That was very helpful Andreas. -- http://fam-tille.de

Bug#968353: RFS: gxkb/0.8.2-1 [RC] -- X11 keyboard indicator and switcher

2020-08-13 Thread Mateusz Łukasik
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for my package "gxkb": * Package name: gxkb Version : 0.8.2-1 Upstream Author : [fill in name and email of upstream] * URL : https://zen-tools.github.io/gxkb * License

Bug#968352: RFS: spacefm/1.0.6-5 [RC] -- Multi-panel tabbed file manager - GTK2 version

2020-08-13 Thread Mateusz Łukasik
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for my package "spacefm": * Package name: spacefm Version : 1.0.6-5 Upstream Author : [fill in name and email of upstream] * URL : https://ignorantguru.github.io/spacefm/

Bug#968350: RFS: smplayer/20.6.0~ds0-1 -- Complete front-end for MPlayer and mpv

2020-08-13 Thread Mateusz Łukasik
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "smplayer": * Package name: smplayer Version : 20.6.0~ds0-1 Upstream Author : Ricardo Villalba * URL : http://smplayer.sourceforge.net/ * License :

Re:Linker issues for libssw on armel, mips64el and mipsel

2020-08-13 Thread Peter Ji
Hi,I think you linked the library libssw.a befor compiling,see The target sequence: loongson@debian:~/workspace/test/libssw/libssw-1.1/src$ make -n g++ -fPIC -shared -rdynamic -Wl,-soname,libssw.so.0 -o libssw.so.0 ssw.c ssw.h ssw_cpp.h ssw_cpp.cpp cc -o ssw-align main.c kseq.h -L.