On Fri, Nov 5, 2010 at 10:23 AM, John Robson <[email protected]> wrote: > Koen, > > "I think it would be nice if there were only one version." > > I understand that when you create a new version (25), you keep the old > versions (24) in repository.
One thing to note about the Wt PPA repository: if it kills your cat, it's not Emweb's fault but 100% MY fault. The Wt PPA is not affiliated with Emweb in any way. I have made this clear in the PPA description now. > j...@desktop:~$ aptitude search libwt > i A libwt-common - C++ [...] > c libwthttp24 - the > HTTP(S) connector library for Wt [runtime] > i A libwthttp25 - the > HTTP(S) connector library for Wt [runtime] > > But the command "aptititude full-upgrade, erase the old version and > install only the new. > > So the examples that use the version '24 'are giving error (from what > I understand). I explained this in my former e-mail. This is expected behavior. Had you used apt-get to install Wt, this issue would not have appeared. > Why not, always have the same name for the package, regardless of > version? Or create the names: > > Current Version: libwt, libwtdbo, libwtdbopostgres, libwtdbosqlite, > libwtext, libwthttp > > Old Version: libwt24, libwtdbo24, libwtdbopostgres24, > libwtdbosqlite24, libwtext24, libwthttp24 Because that is against the Debian Policy, which is proven and tested to work. It's been there for 15 years :-) To avoid these problems, either mark the runtime packages (libwt24, libwt25, etc) as manually installed, or use apt-get instead of aptitude. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
