Re: [MoM] dwv

2015-04-02 Thread Andreas Tille
Hi Yves, On Wed, Apr 01, 2015 at 11:24:17PM +0200, Yves wrote: > I got inspiration from this: > https://wiki.ubuntu.com/PbuilderHowto#The_First_Steps and this: > http://manpages.ubuntu.com/manpages/hardy/man5/pbuilderrc.5.html > > In my .pbuilderrc, I have: > > MIRRORSITE="http://ftp.jp.debian.o

Re: [MoM] dwv

2015-04-01 Thread Yves
I got inspiration from this: https://wiki.ubuntu.com/PbuilderHowto#The_First_Steps and this: http://manpages.ubuntu.com/manpages/hardy/man5/pbuilderrc.5.html In my .pbuilderrc, I have: MIRRORSITE="http://ftp.jp.debian.org/debian/"; DISTRIBUTION="sid" COMPONENTS="main" DEBOOTSTRAPOPTS=("--keyring=

Re: [MoM] dwv

2015-03-30 Thread Andreas Tille
Hi Yves, On Tue, Mar 31, 2015 at 01:24:27AM +0200, Yves wrote: > Sorry, meant --create and not --update for pbuilder. After a few try and > changing the mirror site, it went through. It would be helpful for others if you would post the final solution here. > But git-buildpackage still > complain

Re: [MoM] dwv

2015-03-30 Thread Yves
Sorry, meant --create and not --update for pbuilder. After a few try and changing the mirror site, it went through. But git-buildpackage still complains about liborthancclient-dev: "pbuilder-satisfydepends-dummy : Depends: liborthancclient-dev (>= 0.8.6) but it is not going to be installed." I thou

Re: [MoM] dwv

2015-03-30 Thread Andreas Tille
Hi Yves, On Mon, Mar 30, 2015 at 01:11:55AM +0200, Yves wrote: > Ok, now I get your comment about using Ubuntu for Debian packaging... I'm > trying to setup pbuilder so that it only uses debian sources and not the > ubuntu ones that are in sources.list. For that I modified my .pbuilderrc to: > >

Re: [MoM] dwv

2015-03-29 Thread Yves
Ok, now I get your comment about using Ubuntu for Debian packaging... I'm trying to setup pbuilder so that it only uses debian sources and not the ubuntu ones that are in sources.list. For that I modified my .pbuilderrc to: MIRRORSITE="http://ftp.es.debian.org/debian/"; DISTRIBUTION="sid" COMPONEN

Re: [MoM] dwv

2015-03-27 Thread Andreas Tille
On Sat, Mar 28, 2015 at 12:29:27AM +0100, Yves wrote: > Ok, I can create this install file. The source will be where ever the built > shared library is and the target is the plugin folder of orthanc. Yes. > And a newbie question, how do I switch to using sid packages for my test > builds? Seek f

Re: [MoM] dwv

2015-03-27 Thread Yves
Ok, I can create this install file. The source will be where ever the built shared library is and the target is the plugin folder of orthanc. Or do you mean something else by 'source'? And a newbie question, how do I switch to using sid packages for my test builds? On 27 March 2015 at 13:57, Andr

Re: [MoM] dwv

2015-03-27 Thread Andreas Tille
Hi Yves, On Fri, Mar 27, 2015 at 12:52:23PM +0100, Yves wrote: > About the empty package, how do I "install your real install target into > the package"? Usually dh_auto_install calls the install target of the provided upstream build system. This obviously does nothing since the package remains

Re: [MoM] dwv

2015-03-27 Thread Yves
Ping received! I got stuck in other stuff but should have some time this week end... About the empty package, how do I "install your real install target into the package"? On 27 March 2015 at 12:44, Andreas Tille wrote: > Hi Yves, > > ping, I neither noticed any activity nor any question of you

Re: [MoM] dwv

2015-03-27 Thread Andreas Tille
Hi Yves, ping, I neither noticed any activity nor any question of yours. Please let us know if the hints below are not helpful enough. Kind regards Andreas. On Wed, Mar 18, 2015 at 11:05:37AM +0100, Andreas Tille wrote: > Hi Yves, > > On Tue, Mar 17, 2015 at 10:08:18PM +0100, Yves wro

Re: [MoM] dwv

2015-03-18 Thread Andreas Tille
Hi Yves, On Tue, Mar 17, 2015 at 10:08:18PM +0100, Yves wrote: > Yes, this plugin depends on Orthanc 0.8.6 (the latest). So either > liborthancclient-dev or the new orthanc-dev. Please pull my latest commit with the versioned Build-Depends which is expressing this requirement. > For javascript,

Re: [MoM] dwv

2015-03-18 Thread Sébastien Jodogne
> For javascript, it seems that I either need to include debian > packaged ones (like jquery) or provide the sources. From what I get > that was done in the orthanc-webviewer, by javascript sources, it is > meant non minified code? Is that correct? Non-minified JavaScript code is indeed necessary,

Re: [MoM] dwv

2015-03-17 Thread Yves
Yes, this plugin depends on Orthanc 0.8.6 (the latest). So either liborthancclient-dev or the new orthanc-dev. For javascript, it seems that I either need to include debian packaged ones (like jquery) or provide the sources. From what I get that was done in the orthanc-webviewer, by javascript sou

Re: [MoM] dwv

2015-03-17 Thread Andreas Tille
Hi Yves, On Mon, Mar 16, 2015 at 11:17:41PM +0100, Yves wrote: > I removed the gbp.conf file from the repository and am using a local one as > you suggested. OK. > In order for the cowbuilder to work, I had to add a > .pbuilderrc file with 'COMPONENTS="main universe multiverse restricted"' in >

Re: [MoM] dwv

2015-03-16 Thread Yves
Hi Andreas, I removed the gbp.conf file from the repository and am using a local one as you suggested. In order for the cowbuilder to work, I had to add a .pbuilderrc file with 'COMPONENTS="main universe multiverse restricted"' in it (as suggested here: http://askubuntu.com/questions/174378/cowbui

Re: [MoM] dwv

2015-03-16 Thread Andreas Tille
Hi Yves, On Mon, Mar 16, 2015 at 12:27:07AM +0100, Yves wrote: > Thanks Andreas, I was on the wrong path! I was trying things that were not > appropriate. No problem. MoM was initiated to help people get on the right path. ;-) > cp: cannot stat '/var/cache/pbuilder/base.cow': No such file or di

Re: [MoM] dwv

2015-03-15 Thread Yves
Thanks Andreas, I was on the wrong path! I was trying things that were not appropriate. I updated to your changes, updated the changelog, added a gbp.conf and a git-pbuilder script as per Med Policy. Now, this is what I get when I run 'git-buildpackage': W: /home/yves/.pbuilderrc does not exist I

Re: [MoM] dwv

2015-03-15 Thread Andreas Tille
Hi Yves, On Sun, Mar 15, 2015 at 08:02:04PM +0100, Yves wrote: > I tried following the steps to update the code described in: > https://www.debian.org/doc/manuals/maint-guide/update.en.html#newupstream > but couldn’t succeed, uupdate failing because it did not find files. What exactly failed and

Re: [MoM] dwv

2015-03-15 Thread Yves
Ok, I had not checked sid! I updated the plugin so that it finds the header on the machine or downloads it, the same way Sébastien does in his orthanc-webviewer plugin. I removed the dependency on other Orthanc code. This is now published in version 0.3.1 ( https://github.com/ivmartel/dwv-orthanc-p

Re: [MoM] dwv

2015-03-14 Thread Sébastien Jodogne
> Just that I can't find the OrthancCPlugin.h . The apt-file does not > list it in any package and after installing liborthancclient-dev it > is not in the /usr/include/orthanc. It is well present in the current Sid package: https://packages.debian.org/sid/amd64/liborthancclient-dev/filelist If y

Re: [MoM] dwv

2015-03-14 Thread Yves
Thanks Sébastien, Just that I can't find the OrthancCPlugin.h. The apt-file does not list it in any package and after installing liborthancclient-dev it is not in the /usr/include/orthanc. Will it be provided by the close to be released orthanc-dev? The code also needs the OrthancException.h and L

Re: [MoM] dwv

2015-03-13 Thread Sébastien Jodogne
> I pushed the control file with the cmake dependency. > From what I see, Orthanc source files are not included in any > package. The Orthanc SDK is provided by the liborthancclient-dev package, or by orthanc-dev starting with orthanc_0.8.6+dfsg-2 (the latter is still pending in the NEW queue).

Re: [MoM] dwv

2015-03-13 Thread Yves
Hi Andreas, I pushed the control file with the cmake dependency. >From what I see, Orthanc source files are not included in any package. Can I do a wget to download them? Where do I do it? Basically what I need to do is the same as the travis config I have there: https://github.com/ivmartel/dwv-or

Re: [MoM] dwv

2015-03-13 Thread Andreas Tille
Hi Yves, On Thu, Mar 12, 2015 at 11:17:17PM +0100, Yves wrote: > Ok, now the date is fixed and I installed the missing commands. > git-buildpackage starts to build and launches cmake. Good. > But I depend on the Orthanc sources, how can I get them, from its package? > Should I add this in the r

Re: [MoM] dwv

2015-03-12 Thread Yves
Ok, now the date is fixed and I installed the missing commands. git-buildpackage starts to build and launches cmake. But I depend on the Orthanc sources, how can I get them, from its package? Should I add this in the rule file? On 12 March 2015 at 20:43, Sébastien Jodogne wrote: > Hi Yves, > >

Re: [MoM] dwv

2015-03-12 Thread Sébastien Jodogne
Hi Yves, > Same problem as above. Feel free to have a look into any random > debian/changelog file. You'll find a plenty of them in > /usr/share/doc/* > since every package comes with the debian changelog. Obviously, you can have a look at the 2 Orthanc plugins that have already been packaged

Re: [MoM] dwv

2015-03-12 Thread Andreas Tille
Hi Yves, On Thu, Mar 12, 2015 at 07:30:33PM +0100, Yves wrote: > * I pushed everything this time (all, upstream, tags) > * I added the debian folder using: svn export svn:// > anonscm.debian.org/svn/debian-med/trunk/package_template debian > * I updated the watch file, changelog and control All f

Re: [MoM] dwv

2015-03-12 Thread Yves
Hi Andreas, * I pushed everything this time (all, upstream, tags) * I added the debian folder using: svn export svn:// anonscm.debian.org/svn/debian-med/trunk/package_template debian * I updated the watch file, changelog and control * 'uscan --verbose --report' runs ok apart for some warning about

Re: [MoM] dwv

2015-03-12 Thread Andreas Tille
Hi Yves, On Wed, Mar 11, 2015 at 11:53:13PM +0100, Yves wrote: > Getting there... > * ssh is all set, > * I created the repository ( > http://anonscm.debian.org/cgit/debian-med/dwv-orthanc-plugin.git) using the > setup-repository script, OK, fine. > * I had troubles with uscan and the watch file

Re: [MoM] dwv

2015-03-11 Thread Yves
Hi list, Getting there... * ssh is all set, * I created the repository ( http://anonscm.debian.org/cgit/debian-med/dwv-orthanc-plugin.git) using the setup-repository script, * I had troubles with uscan and the watch file, uscan stops, complaining about the missing changelog file so I downloaded th

Re: [MoM] dwv

2015-03-10 Thread Andreas Tille
Hi Yves, On Tue, Mar 10, 2015 at 09:58:36AM +0100, Yves wrote: > Password-less access: I attached my public key to my alioth account. Will > see at my first commit if I did it properly. In principle yes. A `ssh alioth.debian.org` before might show any potential problems - specifically if somethi

Re: [MoM] dwv

2015-03-10 Thread Yves
Hi, Password-less access: I attached my public key to my alioth account. Will see at my first commit if I did it properly. When you say 'use the http://git.debian.org/git/debian-med', do you mean create a dwvexplorer folder in the debian-med repo? Are they any naming rules? From what I read it se

Re: [MoM] dwv

2015-03-09 Thread Andreas Tille
Hi Yves, [CCing you this time - next time I assume that you are reading debian-med list and thus droping CC as per list policy.] On Mon, Mar 09, 2015 at 02:44:12PM +0100, Yves wrote: > So I added myself to the march slot of the MoM wiki page, created an alioth > account and got added to the debi