I have added https://github.com/denix56/Apertium-GP to the nightly packager, but it fails to build from source with error: dh_install: Cannot find (any matches for) "apertium.ico" (tried in "." and "debian/tmp") dh_install: Cannot find (any matches for) "Apertium-GP.desktop" (tried in "." and "debian/tmp")
The packaging process is only from source. Under no circumstances can you provide a .deb or .exe for inclusion - everything is built raw, so everything must be available in the source repo. I have imported and modified your debian/ control files to https://svn.code.sf.net/p/apertium/svn/branches/packaging/external/apertium-gp/ You should not have a debian/ folder in your repo's master branch - control files are external to the source. I can handle this as my packager is capable of excluding files, but ideally you should move debian/ to a branch. In debian/control, you do not need to list direct library dependencies in Depends. The automatic ${misc:Depends}, ${shlibs:Depends} will figure out what's needed. Depends is otherwise for things that are not obvious from looking at ldd. In debian/rules I've added --fail-missing --parallel So yeah, add those 2 missing files and it should work. -- Tino Didriksen On 4 August 2016 at 08:13, Денис Сенькин <[email protected]> wrote: > Tino Didriksen, please, add this program to the nightly packaging. I > think, it could be used by other people, and I need somebody to test it. > Where should I upload .deb and .exe installation files? >
------------------------------------------------------------------------------
_______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
