<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 12.11.2014 11:26, JR Coding wrote:<br>
    </div>
    <blockquote cite="mid:546335D5.5090506@gmail.com" type="cite">
      <pre wrap="">Hello all,

I was wondering if some one is working on a debianized version of the etherlab package
ideally with DKMS support for the ethercat driver?

I just started to debianize etherlab-1.5.2 but stuck on how to configure that the
drivers will be build by DKMS during installation of the debian package but the libraries
are build directly during the build of the debian packages.

Any advice is welcome....

Thanks in advance

Joachim



_______________________________________________
etherlab-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:etherlab-users@etherlab.org">etherlab-users@etherlab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.etherlab.org/mailman/listinfo/etherlab-users">http://lists.etherlab.org/mailman/listinfo/etherlab-users</a>
</pre>
    </blockquote>
    You can use the attached package as a starting point.<br>
    <br>
    <h4 id="EtherlabdebPackagebuild-Clone/Updatetherequiredrepositories">Clone
      / Update the required repositories</h4>
    <ul>
      <li>unpack tar (to etherlab-deb)<br>
        <code></code><code></code></li>
      <li>clone (or pull-update) the Etherlab repository<code></code><br>
        <code>hg clone</code> <code><a
            href="http://hg.ch10.ch.komax.org/Etherlab"
            class="external-link" rel="nofollow">http://hg.code.sf.net/p/etherlabmaster/code
            etherlab-master<br>
          </a></code></li>
      <li>create the 'debian' subdirectory link<br>
        <code>cd etherlab-master</code><br>
        <code>ln -s etherlab-deb/debian debian</code></li>
    </ul>
    <h4 id="EtherlabdebPackagebuild-Buildthedebianpackagefiles">Build
      the debian package files</h4>
    <ul>
      <li>edit changes info<br>
        <code>debian/update-versionumber.sh</code></li>
      <li>change/edit build rules if required<br>
        <code>gedit debian/rules</code></li>
      <li>build<br>
        <code>debuild -b -us -uc</code><br>
        <code>cd ..</code></li>
      <li>The following files have been created:</li>
      <ul>
        <li>etherlab-devel_${Version}_${Arch}.build</li>
        <li>etherlab-devel_${Version}_${Arch}.changes</li>
        <li>etherlab-config-devel_${Version}_${Arch}.deb</li>
        <li>etherlab-modules-devel-dkms_${Version}_${Arch}.deb</li>
        <li>libetherlab-dev-devel_${Version}_${Arch}.deb</li>
        <li>libetherlab-devel_${Version}_${Arch}.deb<br>
          <br>
        </li>
      </ul>
      <li>install package locally (use the just built .changes file}<br>
        <code>sudo debi etherlab-devel_????.changes</code></li>
    </ul>
    <ul>
      <li> <code>cd Etherlab</code><br>
        <code>debuild clean</code></li>
    </ul>
    <br>
    Regards<br>
    Martin<br>
   <BR/>  <span style="font-family: arial;"><span style="font-size: 10.5px;">Note:<br />         
   This e-mail is for the named person's use only. It may contain confidential and/or privileged information. If you have received this e-mail in error, please notify the sender immediately and delete the material from any system. Any unauthorized copying, disclosure, distribution or other use of this information by persons or entities other than the intended recipient is prohibited.<br />         
   Thank You.</span></span></body>
</html>