<p><br>
On Sep 17, 2011 2:12 PM, &quot;Eric Noulard&quot; &lt;<a href="mailto:eric.noulard@gmail.com">eric.noulard@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; 2011/9/17 Kishore Jonnalagadda &lt;<a href="mailto:kitts.mailinglists@gmail.com">kitts.mailinglists@gmail.com</a>&gt;:<br>
&gt; &gt; In my project I am using the default component for all binaries and a &quot;dev&quot;<br>
&gt; &gt; component for headers.<br>
&gt; &gt;<br>
&gt; &gt; But when I create packages, it creates one called &quot;Unspecified&quot; and another<br>
&gt; &gt; called dev. How do I rename the unspecified component to be nameless?<br>
&gt; &gt;<br>
&gt; &gt; Something like myproj.deb and myproj-dev.deb?<br>
&gt;<br>
&gt; In fact I think currently you can&#39;t.<br>
&gt; or may be yo can try<br>
&gt;  set(CPACK_COMPONENT_UNSPECIFIED_DISPLAY_NAME &quot;&quot;)<br>
&gt; which is not supposed to work but may be it will.<br>
&gt;<br>
&gt; I&#39;ll think about it a little there may be other way to do what you want.</p>
<p>I&#39;ll try that soon. I&#39;m not near my pc at the moment. </p>
<p>Alternatively, is there a way to set the package name per component? I&#39;m thinking of how a typical debian package is split. <br>
1. proj.deb<br>
2. libproj.deb if the application provides libraries that can be used outside the app<br>
3. proj-dev.deb<br>
4. proj-data.deb</p>
<p>... And if it can be supported. <br>
--<br>
Cheers! <br>
Kishore<br>
</p>