<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Anton and List,<br>
<br>
thanks for the clarification, packaging is new to me. I will follow
that example for lib, lib-dev, lib-src (maybe I have only access to
debian-science, then I will look there for a similar example).<br>
<br>
Please allow me a question, I have two projects that are closely
connected to each other - but also independent in some way:<br>
a) A library 'liblimereg'<br>
b) A command line utility 'limereg' (that uses liblimereg today -
but could in theory use something else in the future, or additional
libs for that purpose)<br>
<br>
The commandline-tool is _not_ meant as a tool for the library. It is
meant as a standalone application for end-users that are no
programmers, and will have less release cycles than the lib. The lib
will have more customers than limereg (maybe OpenCV and ImageMagick,
if I'm allowed to).<br>
<br>
As upstream (which is me) I use two distinct github projects with
different version numbers, branches, prerequisites etc. for both.<br>
<br>
Would it in that case make sense to have two packaging projects ?
One called 'limereg.lib' for the application and one called
'liblimereg.lib' for the library (containing -dev, -src, -dbg etc.).
Or should I try to combine the two upstram-repos in one packaging
project ?<br>
<br>
Thanks a lot,<br>
Roelof<br>
<br>
<div class="moz-cite-prefix">On 19.02.2015 22:34, Anton Gladky
wrote:<br>
</div>
<blockquote
cite="mid:CALF6qJmcDhZBpwY1BYrnq2rGi_5fJ2NgYkRpC--76=v+u9Curw@mail.gmail.com"
type="cite">
<div dir="ltr">Hi Roelof,<br>
<div class="gmail_extra"><br>
<div class="gmail_quote">2015-02-19 22:08 GMT+01:00 Roelof
Berg <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:rberg@berg-solutions.de" target="_blank">rberg@berg-solutions.de</a>></span>:
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"> If this naming
scheme is ok, I will add:<br>
packages/limereg.git (Shell application for image
registration)<br>
packages/liblimereg.git (Library for image registration
- used by the shell tool above)<br>
packages/liblimereg-dev.git (Library with headerfiles)<br>
<div><br>
Later I could also add liblimereg-dbg (debug symbols)
and liblimereg-src (sourcecode), if this makes sense.<br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<div class="gmail_extra">Hmm, I do not quite understand, why do
you need separate git-repo for</div>
<div class="gmail_extra">each binary? See for example how
freeglut library os packaged [1]. There</div>
<div class="gmail_extra">is also -dev, -dbg and library itself.</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">[1]Â <a moz-do-not-send="true"
href="https://packages.qa.debian.org/f/freeglut.html">https://packages.qa.debian.org/f/freeglut.html</a></div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">Best regards</div>
<div class="gmail_extra"><br>
</div>
<div class="gmail_extra">Anton</div>
</div>
</blockquote>
<br>
</body>
</html>