package version numbers

Donnie Berkholz dberkholz at gentoo.org
Tue Jul 18 17:11:18 PDT 2006


Brian Paul wrote:
> 
> I'm working on new X extension and I'm in the process of creating the
> proto and lib packages.
> 
> When I do 'make distcheck' to generate tarballs I'm getting version
> numbers like 2.2.2 (proto) and 1.0.2 (lib) but I have no idea where
> those numbers are coming from.  I copied some of the boilerplate files
> from the dmxproto and libdmx directories to get started.  But I don't
> see where the version numbers are specified there either.
> 
> Can someone clue me in as to where the version numbers come from?

In configure.ac, near the top:

AC_INIT([libX11],
        1.0.99.0,
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
        libX11)

This indicates the package name is libX11, a version of 1.0.99.0, the
bug report URL, and the tarname is also libX11. If you don't set tarname
and you've got capital letters in the package name, they should get
turned into lowercase in your tarball.

Thanks,
Donnie

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20060718/f84b7dd3/attachment.pgp>


More information about the xorg mailing list