Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Tobias Newsgroups: linux.debian.maint.java Subject: Re: New steganography application Date: Thu, 07 Apr 2016 01:10:02 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Wed Apr 6 23:05:09 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.62 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FOURLA=0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mailing-List: archive/latest/19327 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/570592C5.7050803@stegosuite.org Approved: robomod@news.nic.it Lines: 26 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-java@lists.debian.org X-Original-Date: Thu, 7 Apr 2016 00:50:45 +0200 X-Original-Message-ID: <570592C5.7050803@stegosuite.org> X-Original-References: <57004BD8.6000300@stegosuite.org> <57016870.9060800@debian.org> <57018BAE.1040909@stegosuite.org> <570288E4.1080800@debian.org> <570428CB.6070302@stegosuite.org> <57042D85.2060404@apache.org> Xref: csiph.com linux.debian.maint.java:9001 Hi Emmanuel, thanks that brought me one step further. The problem remains with swt. I installed libswt-gtk-4-java but the swt dependency still couldn't be detected. As you explained, I added libswt-gtk-4-java to the Build-Depends field of debian/control. After that I tried to run debuild -us -uc but it failed because it couldn't find swt. I got errors like "package org.eclipse.swt.graphics does not exist" and so on. Regards, Tobias On 05.04.2016 23:26, Emmanuel Bourg wrote: > If you install liblogback-java and libjcommander-java this will help > mh_make figuring out the dependencies (I'm not sure about the right > package for SWT though). Otherwise you have to declare them manually in > the Build-Depends field of debian/control. The debian/maven.rules file > is used to relocate Maven artifact and match the ones in Debian (for > example junit 4.11 becomes junit 4.x, the rules can change the version > but also the groupId and the artifactId). If the package of the > dependency has the same groupId/artifactId and a generic 'debian' > version there is no need to add a rule in this file. > > Emmanuel Bourg > > PS: Feel free to join the #debian-java IRC channel on OFTC for a live > mentoring session.