not exactly. take libbz2 as an example, here's some lines from debian source packages of bzip2:
bzip2-1.0.2/debian/changelog: bzip2 (1.0.2-5) unstable; urgency=low * Fixed "missing opening bracket in libbz2-dev.prerm" (Closes: #293673, #294663). Patches by Joshua Kwan <[EMAIL PROTECTED]> and Jeremy Laine <[EMAIL PROTECTED]>. * Fixed "uses #!/bin/sh and command -v" (Closes: #292965). bzip2-1.0.2/debian/control: Source: bzip2 ...... Package: libbz2-1.0 ...... Package: libbz2-dev ...... so, we have a source package name and some binary packages name definition in 'control'. In 'changelog', the name should be source name from 'control', i think the name convention is clear: source package name without 'lib' :) enlightenment-cvs@lists.sourceforge.net writes: > Enlightenment CVS committal > > Author : raster > Project : e17 > Module : libs/eet > > Dir : e17/libs/eet/debian > > > Modified Files: > changelog.in > > > Log Message: > > > no - libBLAH - this is debian standards in naming of packages. anythign that > is (primarily) a library is called libwhateverr. :) > > =================================================================== > RCS file: /cvsroot/enlightenment/e17/libs/eet/debian/changelog.in,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -3 -r1.3 -r1.4 > --- changelog.in 11 May 2005 14:25:24 -0000 1.3 > +++ changelog.in 12 May 2005 02:52:19 -0000 1.4 > @@ -1,4 +1,4 @@ > -eet (@[EMAIL PROTECTED]) unstable; urgency=low > +libeet (@[EMAIL PROTECTED]) unstable; urgency=low > > * a CVS release > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click > _______________________________________________ > enlightenment-cvs mailing list > enlightenment-cvs@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel